| Package | frocessing.core |
| Class | public class DrawMode |
See also
| Constant | Defined by | ||
|---|---|---|---|
| LINES : int = 20 [static]
| DrawMode | ||
| NONE_SHAPE : int = 0 [static]
| DrawMode | ||
| POINTS : int = 10 [static]
| DrawMode | ||
| POLYGON : int = 99 [static]
| DrawMode | ||
| QUADS : int = 40 [static]
| DrawMode | ||
| QUAD_STRIP : int = 41 [static]
| DrawMode | ||
| TRIANGLE_FAN : int = 32 [static]
| DrawMode | ||
| TRIANGLES : int = 30 [static]
| DrawMode | ||
| TRIANGLE_STRIP : int = 31 [static]
| DrawMode | ||
| LINES | constant |
public static const LINES:int = 20
| NONE_SHAPE | constant |
public static const NONE_SHAPE:int = 0
| POINTS | constant |
public static const POINTS:int = 10
| POLYGON | constant |
public static const POLYGON:int = 99
| QUADS | constant |
public static const QUADS:int = 40
| QUAD_STRIP | constant |
public static const QUAD_STRIP:int = 41
| TRIANGLE_FAN | constant |
public static const TRIANGLE_FAN:int = 32
| TRIANGLES | constant |
public static const TRIANGLES:int = 30
| TRIANGLE_STRIP | constant |
public static const TRIANGLE_STRIP:int = 31