:: com :: sun :: star :: animations ::
|
unpublished |
constants group AnimationTransformType |
|
|
- Description
- Specifies the transformation type for an XAnimateTransform .
- See also
- http://www.w3.org/TR/SVG/animate.html#AnimateTransformElementTypeAttribute
|
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 © 2003 Sun Microsystems, Inc.