GLG Toolkit, Java Class Library
Version 4.5
|
Specifies the way an object is moved. More...
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... | |
|
static |
Apply a static transformation to the object.
|
static |
Move object points.
|
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.