| | Class | Description |
| | Crop |
An example implementation of a cropping tool that works with TransformManager, making it relatively simple to allow users
to interactively crop a DisplayObject using a rectangular mask. |
| | FlexCrop |
An example implementation of a cropping tool that works with TransformManager in Flex, making it relatively simple to allow users
to interactively crop a DisplayObject using a rectangular mask. |
| | FlexTransformManager |
FlexTransformManager works with TransformManager and makes it easy to add interactive scaling/rotating/moving of
DisplayObjects to your Flex application. |
| | TransformItem |
TransformManager automatically creates a TransformItem instance for each DisplayObject
that it manages, using it to apply various transformations and check constraints. |
| | TransformManager |
TransformManager makes it easy to add interactive scaling/rotating/moving of DisplayObjects to your Flash
or Flex application. |