Documentation for classes includes syntax, usage information, and code samples for methods, properties, and event handlers and listeners for those APIs that belong to a specific class in ActionScript. The classes are listed alphabetically. If you are not sure to which class a certain method or property belongs, you can look it up in the Index.


 ClassPackageDescription
 Crop
com.greensock.transform 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
com.greensock.transform 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
com.greensock.transform FlexTransformManager works with TransformManager and makes it easy to add interactive scaling/rotating/moving of DisplayObjects to your Flex application.
 MatrixTools
com.greensock.transform.utils Used by TransformManager to perform various Matrix calculations.
 TransformEvent
com.greensock.events Event related to actions performed by TransformManager Copyright 2007-2012, GreenSock.
 TransformItem
com.greensock.transform TransformManager automatically creates a TransformItem instance for each DisplayObject that it manages, using it to apply various transformations and check constraints.
 TransformManager
com.greensock.transform TransformManager makes it easy to add interactive scaling/rotating/moving of DisplayObjects to your Flash or Flex application.