GLG Toolkit, Java Class Library
Version 4.5
|
Axis direction masks. More...
Axis direction masks.
The masks are used to extract axis direction from the GlgAxisDirection values of the AxisDirection attribute.
The result of applying a bitwise AND operator to the value of the AxisDirection attribute and one of these masks indicates if the axis is vertical, or if the axis points in the positive or negative (inversed) direction.
Constants | |
static final int | POSITIVE_AXIS_MASK = 0x1 |
Axis direction mask. More... | |
static final int | VERTICAL_AXIS_MASK = 0x8 |
Axis direction mask. More... | |
|
static |
Axis direction mask.
|
static |
Axis direction mask.