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. |
static GraphicsMode | FromInt (int value) |
Creates enum object from an integer. | |
static GraphicsMode | FromInt (Integer value) |
Creates enum object from an integer object. | |
int | getValue () |
Returns enum object value as an integer. |
getValue | ||
int | getValue | () |
FromInt | ||
static GraphicsMode | FromInt | (int value) |
FromInt | ||
static GraphicsMode | FromInt | (Integer value) |