| E | |
| elasticIn, Transitions | |
| elasticInAndOut, Transitions | |
| elasticOut, Transitions | |
| EllipseOff, Asset | |
| EllipseOn, Asset | |
| enable, Tooltips | |
| end | |
| EnhancedBitmap, EnhancedBitmap | |
| EnhancedMovieClip, EnhancedMovieClip | |
| EnhancedShape, EnhancedShape | |
| EnhancedSimpleButton, EnhancedSimpleButton | |
| EnhancedSprite, EnhancedSprite | |
| enqueue | |
| error, out | |
| EventBroadcaster, EventBroadcaster | |
| expoIn, Transitions | |
| expoInAndOut, Transitions | |
| expoOut, Transitions | |
| F | |
| fatal, out | |
| fileRead, airSprite | |
| fileReadHandler, airSprite | |
| fill | |
| fillColorGradient, ColorForm | |
| filter, AnimationManager | |
| FilterAnimation, FilterAnimation | |
| FilterTween, FilterTween | |
| find | |
| findFilterIndex | |
| findGroup, ToggleButton | |
| findPathNode, ImportSVG | |
| FitGradientBox, Asset | |
| forth | |
| ForwardArrayIterator, ForwardArrayIterator | |
| Framebuffer, Framebuffer | |
| functions, AnimationManager | |
| FunctionsAnimation, FunctionsAnimation |
Elastic in easing equation.
public static function elasticIn( t: Number, b: Number, c: Number, d: Number ):Number
Elastic in and out easing equation.
public static function elasticInAndOut( t: Number, b: Number, c: Number, d: Number ):Number
Elastic out easing equation.
public static function elasticOut( t: Number, b: Number, c: Number, d: Number ):Number
EllipseOff code generated by µShape.
public static function EllipseOff():Shape
EllipseOn code generated by µShape.
public static function EllipseOn():Shape
Allow the tooltip manager to display tooltips.
public function enable():void
Moves the iterator to the tail node.
public function end():void
Moves the iterator to the tail node.
public function end():void
Constructor.
public function EnhancedBitmap()
Constructor.
public function EnhancedMovieClip()
Constructor.
public function EnhancedShape()
Constructor.
public function EnhancedSimpleButton()
Constructor.
public function EnhancedSprite()
Enqueues some data.
public function enqueue( obj: * ):Boolean
Enqueues some data.
public function enqueue( obj: * ):Boolean
Enqueues some data.
public function enqueue( obj: * ):void
Enqueues a prioritized item.
public function enqueue( obj: Prioritizable ):Boolean
Trace arguments with the error style
public static function error( ... args ):void
Constructor.
public function EventBroadcaster( objEnforcer: SingletonEnforcer )
Expo in easing equation.
public static function expoIn( t: Number, b: Number, c: Number, d: Number ):Number
Expo in and out easing equation.
public static function expoInAndOut( t: Number, b: Number, c: Number, d: Number ):Number
Expo out easing equation.
public static function expoOut( t: Number, b: Number, c: Number, d: Number ):Number
Trace arguments with the fatal error style
public static function fatal( ... args ):void
Prepare to read the script File asyncronously.
private function fileRead( scriptFile: File ):void
Read the contents of the loaded file and let the application load it.
private function fileReadHandler( event: Event ):void
Writes a given value into each cell of the two-dimensional array.
public function fill( obj: * ):void
Writes a given value into each cell of the three-dimensional array.
public function fill( obj: * ):void
Fills the saturation/brightness gradient box with a gradient based on a new hue.
private function fillColorGradient( gradientHue: Number ):void
Animates the property of any object’s filter to a specified target value.
public function filter( objTarget: DisplayObject, objFilter: Class, strProperty: String, nTargetValue: Number, nDuration: Number, strTransition: String = DEFAULT_TRANSITION, uRenderMethod: uint = DEFAULT_RENDER_METHOD ):void
Constructor.
public function FilterAnimation( objTarget: DisplayObject, objFilter: Class, strProperty: String, nTargetValue: Number, nDuration: Number, strTransition: String, uRenderMethod: uint )
Constructor.
public function FilterTween( objToTween: DisplayObject, objFilter: Class, strProperty: String, nTargetValue: Number, uFirstFrame: uint, uLastFrame: uint, strTransition: String = DEFAULT_TRANSITION )
Finds a piece of data in the tree and returns a reference to the node that contains a match, or null if no match is found.
public function find( obj: * ):BinaryTreeNode
Finds the value that is associated with the given key.
public function find( key: * ):*
Finds the entry that is associated with the given key.
public function find( key: * ):*
Find the first filter on the displayObject with a class name that matches the filterClassName.
private function findFilterIndex( displayObject: DisplayObject, filterClassName: String ):int
Find the first filter on the displayObject which class matches the filterClassName
private function findFilterIndex( displayObject: DisplayObject, filterClassName: String ):int
Finds the internal group instance with the id of the given groupObj.
private function findGroup( groupObj: Object ):Object
Recursively looks at XML objects to find PATH nodes.
private function findPathNode( node: XMLNode, defaultFill: Object, defaultStroke: Object ):void
FitGradientBox code generated by µShape.
public static function FitGradientBox():Shape
Moves the iterator to the next node.
public function forth():void
Moves the iterator to the next node.
public function forth():void
Constructor.
public function ForwardArrayIterator( aData: Array )
Constructor.
public function Framebuffer( nRefreshRate: Number )
Animates any value that is accessed through get and set functions instead of getter/setters.
public function functions( objTarget: Object, strGetFunction: String, strSetFunction: String, nTargetValue: Number, nDuration: Number, strTransition: String = DEFAULT_TRANSITION, uRenderMethod: uint = DEFAULT_RENDER_METHOD ):void
Constructor.
public function FunctionsAnimation( objTarget: Object, strGetFunction: String, strSetFunction: String, nTargetValue: Number, nDuration: Number, strTransition: String, uRenderMethod: uint )