GLG Toolkit, Java Class Library  Version 4.5
GlgMoveMode

Specifies the way an object is moved. More...

Detailed Description

Specifies the way an object is moved.

Constants

static final int MOVE_BY_XFORM = 1
 Apply a static transformation to the object. More...
 
static final int MOVE_POINTS = 0
 Move object points. More...
 
static final int STICKY_CENTER_MODE = 2
 Move object points as well as points of any transformations attached to it. More...
 

Variable Documentation

◆ MOVE_BY_XFORM

final int MOVE_BY_XFORM = 1
static

Apply a static transformation to the object.

◆ MOVE_POINTS

final int MOVE_POINTS = 0
static

Move object points.

◆ STICKY_CENTER_MODE

final int STICKY_CENTER_MODE = 2
static

Move object points as well as points of any transformations attached to it.

It may be used to move the center of the attached rotate and scale trasformations together with the object.