GLG Toolkit, Java Class Library  Version 4.5
GlgOffsetXformMoveFlag

Move Flag of the offset transformations. More...

Detailed Description

Move Flag of the offset transformations.

Specifies the way the offset transformation is changed when the point it is attached to is transformed.

Constants

static final int CHANGE_OFFSETS = 0
 Change the transformation's offsets. More...
 
static final int MOVE_ANCHOR_POINT = 1
 Move the transformation's anchor point. More...
 
static final int MOVE_REFERENCE = 2
 For internal use by attachment points of reference objects. More...
 

Variable Documentation

◆ CHANGE_OFFSETS

final int CHANGE_OFFSETS = 0
static

Change the transformation's offsets.

◆ MOVE_ANCHOR_POINT

final int MOVE_ANCHOR_POINT = 1
static

Move the transformation's anchor point.

◆ MOVE_REFERENCE

final int MOVE_REFERENCE = 2
static

For internal use by attachment points of reference objects.