GLG Toolkit, Java Class Library
Version 4.5
|
Arrow position and fill type masks. More...
Arrow position and fill type masks.
The masks are used to extract arrow position and fill type from the GlgArrowType values of the ArrowType attribute.
The result of applying a bitwise AND operator to the value of the ArrowType attribute and one of these masks extracts the arrow position (GlgArrowPositionFlags) or the arrow fill type (GlgArrowFillTypeFlags) values.
Constants | |
static final int | ARROW_POSITION_MASK = 0x0f |
Extracts arrow position. More... | |
static final int | ARROW_TYPE_MASK = 0xf0 |
Extracts arrow fill type. More... | |
|
static |
Extracts arrow position.
|
static |
Extracts arrow fill type.