class SugTransform |
SugTranform stores a single transformation as given by an element's tranform attribute
SugTransform () The class constructor | |
SugRealType | getAngle () Returns the angle value of this transform. |
SugTypes::TransformType | getType () Returns the type of this transform. |
SugRealType | getX () Returns the X value of this transform. |
SugRealType | getY () Returns the Y value of this transform. |
void | setRotate (SugRealType angle, SugRealType x, SugRealType y) Sets the rotation angle, x and y. |
void | setScale (SugRealType x, SugRealType y) Sets the scale x and y. |
void | setSkewX (SugRealType angle) Sets the skew x angle. |
void | setSkewY (SugRealType angle) Sets the skew y angle. |
void | setTransform (const char* transformString) Parses the given string and sets itself up with the correct data. |
void | setTranslate (SugRealType x, SugRealType y) Sets the translation x and y. |
~SugTransform () The class destructor |
Sets the transformation matrix |
SugRealType | mAngle The transformation angle |
SugTypes::TransformType | mType The type of transform this is |
SugRealType | mX The x value of the transform |
SugRealType | mY The y value of the transform |
SugTranform stores a single transformation as given by an element's tranform attribute
Alphabetic index HTML hierarchy of classes or Java