| | Class | Description |
| | MatrixTransform |
Matrix Transform creates an affine matrix transformation to manipulate the object in the
two dimensional space using custom transformations not provided by the
other transform classes. |
| | RotateTransform |
RotateTransform rotates an object in the two-dimensional plane by specifying an angle
and a registration point defined in registration point or centerX and centerY respectivly. |
| | ScaleTransform |
ScaleTransform scales an object along the x-axis (scaleX) and y-axis (scaleY). |
| | SkewTransform |
SkewTransform defines a two-dimensional skew that stretches the coordinate space
in a non-uniform manner. |
| | Transform |
A general purpose Transform. |
| | TransformBase |
TransformBase is a base transform class that other transforms extend off of. |
| | TransformGroup |
TransformGroup is a collection of Degrafa Transforms that are processed together
to generate a composite transform on the requesting geometry and/or fill object. |
| | TranslateTransform |
TranslateTransform translates an object in the two-dimensional space. |