Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: com :: sun :: star :: animations ::

unpublished constants group AnimationTransformType
Usage Restrictions
not published
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

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.