static final int | _COORD_AXIS_X |
Integer value of enum value "COORD_AXIS_X" | |
The X-axis of the coordinate system. | |
static final CoordAxis | COORD_AXIS_X |
Object value of enum value "COORD_AXIS_X" | |
The X-axis of the coordinate system. | |
static final int | _COORD_AXIS_Y |
Integer value of enum value "COORD_AXIS_Y" | |
The Y-axis of the coordinate system. | |
static final CoordAxis | COORD_AXIS_Y |
Object value of enum value "COORD_AXIS_Y" | |
The Y-axis of the coordinate system. | |
static final int | _COORD_AXIS_Z |
Integer value of enum value "COORD_AXIS_Z" | |
The Z-axis of the coordinate system. | |
static final CoordAxis | COORD_AXIS_Z |
Object value of enum value "COORD_AXIS_Z" | |
The Z-axis of the coordinate system. | |
static final int | _CoordAxis_null |
Enum null value. |
static final int | Integer value of enum value "COORD_AXIS_X" |
The X-axis of the coordinate system. | |
static final CoordAxis | Object value of enum value "COORD_AXIS_X" |
The X-axis of the coordinate system. | |
static final int | Integer value of enum value "COORD_AXIS_Y" |
The Y-axis of the coordinate system. | |
static final CoordAxis | Object value of enum value "COORD_AXIS_Y" |
The Y-axis of the coordinate system. | |
static final int | Integer value of enum value "COORD_AXIS_Z" |
The Z-axis of the coordinate system. | |
static final CoordAxis | Object value of enum value "COORD_AXIS_Z" |
The Z-axis of the coordinate system. | |
static final int | Enum null value. |
static CoordAxis | FromInt (int value) |
Creates enum object from an integer. | |
static CoordAxis | FromInt (Integer value) |
Creates enum object from an integer object. | |
int | getValue () |
Returns enum object value as an integer. |
getValue | ||
int | getValue | () |
FromInt | ||
static CoordAxis | FromInt | (int value) |
FromInt | ||
static CoordAxis | FromInt | (Integer value) |