GLG Toolkit, Java Class Library  Version 4.5
GlgArrowPositionTypeMask

Arrow position and fill type masks. More...

Detailed Description

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...
 

Variable Documentation

◆ ARROW_POSITION_MASK

final int ARROW_POSITION_MASK = 0x0f
static

Extracts arrow position.

◆ ARROW_TYPE_MASK

final int ARROW_TYPE_MASK = 0xf0
static

Extracts arrow fill type.