GLG Toolkit, Java Class Library  Version 4.5
GlgArrowPositionFlags

Arrow position constants. More...

Detailed Description

Arrow position constants.

The ArrowType attribute values are formed by combining GlgArrowPositionFlags and GlgArrowFillTypeFlags values with bitwise OR.

Constants

static final int END_APOS = 2
 Arrow position constant. More...
 
static final int MIDDLE_APOS = 4
 Arrow position constant. More...
 
static final int MIDDLE_INVERSED_APOS = 5
 Arrow position constant. More...
 
static final int START_APOS = 1
 Arrow position constant. More...
 
static final int START_END_APOS = 3
 Arrow position constant. More...
 

Variable Documentation

◆ END_APOS

final int END_APOS = 2
static

Arrow position constant.

◆ MIDDLE_APOS

final int MIDDLE_APOS = 4
static

Arrow position constant.

◆ MIDDLE_INVERSED_APOS

final int MIDDLE_INVERSED_APOS = 5
static

Arrow position constant.

◆ START_APOS

final int START_APOS = 1
static

Arrow position constant.

◆ START_END_APOS

final int START_END_APOS = 3
static

Arrow position constant.