| Field Summary |
|
static final int | _DRAW_GRAPHICS_NORMAL
Integer value of enum value
"DRAW_GRAPHICS_NORMAL"
Graphics are drawn in normal mode. Entities will be created using the current graphicscolor. |
|
static final GraphicsMode | DRAW_GRAPHICS_NORMAL
Object value of enum value
"DRAW_GRAPHICS_NORMAL"
Graphics are drawn in normal mode. Entities will be created using the current graphicscolor. |
|
static final int | _DRAW_GRAPHICS_COMPLEMENT
Integer value of enum value
"DRAW_GRAPHICS_COMPLEMENT"
Graphics are drawn in complement mode. Entities drawn over existing graphics entitieswill erase the existing entities. Entities drawn where graphics are not present have noeffect. |
|
static final GraphicsMode | DRAW_GRAPHICS_COMPLEMENT
Object value of enum value
"DRAW_GRAPHICS_COMPLEMENT"
Graphics are drawn in complement mode. Entities drawn over existing graphics entitieswill erase the existing entities. Entities drawn where graphics are not present have noeffect. |
|
static final int | _GraphicsMode_null
Enum null value. |