Specifies coordinate types for transforming objects.
More...
Specifies coordinate types for transforming objects.
|
static final int | DRAWING_COORD = 2 |
| World coordinates that include all viewing xforms of the viewport. More...
|
|
static final int | OBJECT_COORD = 4 |
| World coordinates of the object, include all xforms applied to the object. More...
|
|
static final int | PARENT_COORD = 3 |
| World coordinates of the parent object, include all xforms applied to the parent, but exclude xforms attached to the object. More...
|
|
static final int | SCREEN_COORD = 0 |
| Screen coordinates. More...
|
|
static final int | WORLD_COORD = 1 |
| World coordinates that include only the zooming xform of the viewport. More...
|
|
◆ DRAWING_COORD
final int DRAWING_COORD = 2 |
|
static |
World coordinates that include all viewing xforms of the viewport.
◆ OBJECT_COORD
final int OBJECT_COORD = 4 |
|
static |
World coordinates of the object, include all xforms applied to the object.
◆ PARENT_COORD
final int PARENT_COORD = 3 |
|
static |
World coordinates of the parent object, include all xforms applied to the parent, but exclude xforms attached to the object.
◆ SCREEN_COORD
final int SCREEN_COORD = 0 |
|
static |
◆ WORLD_COORD
final int WORLD_COORD = 1 |
|
static |
World coordinates that include only the zooming xform of the viewport.