Constants |
TRANSLATE |
defines a translation
|
SCALE |
defines a scale
|
ROTATE |
defines a rotation
|
SKEWX |
defines a skew transformation for x-axis
|
SKEWY |
defines a skew transformation for y-axis
|
Constants' Details |
TRANSLATE
const short TRANSLATE = 0;
- Description
- defines a translation
|
|
SCALE
const short SCALE = 1;
- Description
- defines a scale
|
|
ROTATE
const short ROTATE = 2;
- Description
- defines a rotation
|
|
SKEWX
const short SKEWX = 3;
- Description
- defines a skew transformation for x-axis
|
|
SKEWY
const short SKEWY = 4;
- Description
- defines a skew transformation for y-axis
|
|
Top of Page
Copyright © 1995, 2012, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.