|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DrawingMode | |
|---|---|
| com.neovisionaries.android.opengl | |
| Uses of DrawingMode in com.neovisionaries.android.opengl |
|---|
| Methods in com.neovisionaries.android.opengl that return DrawingMode | |
|---|---|
DrawingMode |
Drawer.getMode()
Get the drawing mode. |
static DrawingMode |
DrawingMode.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static DrawingMode[] |
DrawingMode.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.neovisionaries.android.opengl with parameters of type DrawingMode | |
|---|---|
TDrawer |
Drawer.setMode(DrawingMode mode)
Set the drawing mode. |
| Constructors in com.neovisionaries.android.opengl with parameters of type DrawingMode | |
|---|---|
ArrayDrawer(DrawingMode mode)
This constructor is an alias of ArrayDrawer(mode, 0, 0). |
|
ArrayDrawer(DrawingMode mode,
int count)
This constructor is an alias of ArrayDrawer(mode, 0, count). |
|
ArrayDrawer(DrawingMode mode,
int first,
int count)
A constructor. |
|
Drawer(DrawingMode mode)
A constructor with a drawing mode. |
|
ElementDrawer(DrawingMode mode)
A constructor that just calls super(mode). |
|
ElementDrawer(DrawingMode mode,
Buffer indices)
This constructor is an alias of ElementDrawer(mode, indices, 0). |
|
ElementDrawer(DrawingMode mode,
Buffer indices,
int count)
A constructor with indices data. |
|
ElementDrawer(DrawingMode mode,
ElementArrayBuffer indices)
This constructor is an alias of ElementArrayBuffer(mode, indices,
0, 0). |
|
ElementDrawer(DrawingMode mode,
ElementArrayBuffer indices,
int count)
This constructor is an alias of ElementArrayBuffer(mode, indices,
count, 0). |
|
ElementDrawer(DrawingMode mode,
ElementArrayBuffer indices,
int count,
int offset)
A constructor with indices data held in the element array buffer. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||