A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
FINISH_INTERACTIVE_MOVE — Constant Static Property, class com.greensock.events.TransformEvent
Dispatched when the user releases the mouse after having interactively moved the selection by dragging it with their mouse.
FINISH_INTERACTIVE_ROTATE — Constant Static Property, class com.greensock.events.TransformEvent
Dispatched when the user releases the mouse after having interactively rotated the selection by dragging one of the rotation handles.
FINISH_INTERACTIVE_SCALE — Constant Static Property, class com.greensock.events.TransformEvent
Dispatched when the user releases the mouse after having interactively scaled the selection by dragging one of the scaling handles.
fitInsideBounds(move:Boolean, updateFirst:Boolean, customBounds:flash.geom:Rectangle) — method, class com.greensock.transform.TransformItem
Immediately applies bounds to the targetObject, forcing it to stay within the bounds by scaling it down (if necessary) and optionally moving it as well.
FlexCrop — class, package 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.
FlexCrop(target:flash.display:DisplayObject, manager:com.greensock.transform:TransformManager, attached:Boolean, fillColor:uint, alpha:Number) — Constructor, class com.greensock.transform.FlexCrop
Constructor
FlexTransformManager — class, package com.greensock.transform
FlexTransformManager works with TransformManager and makes it easy to add interactive scaling/rotating/moving of DisplayObjects to your Flex application.
FlexTransformManager($vars:Object) — Constructor, class com.greensock.transform.FlexTransformManager
Constructor
flipSelectionHorizontal() — method, class com.greensock.transform.TransformManager
Flips the selected items horizontally
flipSelectionVertical() — method, class com.greensock.transform.TransformManager
Flips the selected items vertically
forceSelectionToFront — Property, class com.greensock.transform.FlexTransformManager
When true, new selections are forced to the front of the display list of the container DisplayObjectContainer [default: true]
forceSelectionToFront — Property, class com.greensock.transform.TransformManager
When true, new selections are forced to the front (top) of the display list [default: true]
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z