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  
Action — Class in package com.boostworthy.animation.sequence.tweens
The 'Action' class represents an action to take place when a specified frame of the timeline that the action belongs to is rendered.
Action(fncForward, aParamsForward, fncReverse, aParamsReverse, uFrame) — Constructor in class com.boostworthy.animation.sequence.tweens.Action
Constructor.
add(objAnimation:com.boostworthy.animation.management.types.abstract:IAnimation) — Method in class com.boostworthy.animation.management.Buffer
Adds a new animation to the buffer.
addBufferObject(objAnimation:com.boostworthy.animation.management.types.abstract:IAnimation) — Method in class com.boostworthy.animation.management.Framebuffer
Adds a new animation to the framebuffer.
addElement(objElement) — Method in class com.boostworthy.animation.sequence.TweenStack
Adds a new tween to this object's collection.
addElement(objElement) — Method in class com.boostworthy.collections.Queue
Adds a new element to this object's collection.
addElement(objElement) — Method in class com.boostworthy.collections.Stack
Adds a new element to this object's collection.
addEventListener(strType, fncListener, bUseCapture, iPriority, bUseWeakReference) — Method in class com.boostworthy.animation.management.AnimationManager
Adds an animation event listener to the framebuffer.
addSegment(objSegment:com.boostworthy.geom:IPathSegment) — Method in class com.boostworthy.geom.Path
Adds a new segment to this path.
addTween(objTween:com.boostworthy.animation.sequence.tweens:ITween) — Method in class com.boostworthy.animation.sequence.Timeline
Adds a new tween to this timeline.
AdvancedTween — Class in package com.boostworthy.animation.sequence.tweens
The 'AdvancedTween' class tweens the property of an object using a path as a graph.
AdvancedTween(objToTween, strProperty, objPath:com.boostworthy.geom:Path, strTransition) — Constructor in class com.boostworthy.animation.sequence.tweens.AdvancedTween
Constructor.
alpha(objTarget, nTargetValue, nDuration, strTransition, uRenderMethod) — Method in class com.boostworthy.animation.management.AnimationManager
Animates the 'alpha' property of a display object to the desired target value.
alpha — Property in class com.boostworthy.geom.ColorMatrix
Gets the current alpha setting.
AlphaAnimation — Class in package com.boostworthy.animation.management.types
The 'AlphaAnimation' class animates the 'alpha' property of a display object.
AlphaAnimation(objTarget, nTargetValue, nDuration, strTransition, uRenderMethod) — Constructor in class com.boostworthy.animation.management.types.AlphaAnimation
Constructor.
Animation — Class in package com.boostworthy.animation.management.types.abstract
The 'Animation' class is the base class for all animation objects.
Animation(objTarget, strProperty, uRenderMethod) — Constructor in class com.boostworthy.animation.management.types.abstract.Animation
Constructor.
animationChange — Event in class com.boostworthy.animation.management.AnimationManager
Dispatched when an animation changes.
animationChange — Event in class com.boostworthy.animation.management.Buffer
Dispatched when an animation changes.
animationChange — Event in class com.boostworthy.animation.management.Framebuffer
Dispatched when an animation changes.
animationChange — Event in class com.boostworthy.animation.sequence.Timeline
Dispatched when an animation changes.
AnimationEvent — Class in package com.boostworthy.events
The 'AnimationEvent' object extends upon the base 'Event' object by defining event type constants specific to animations, as well as offering getters for referencing the object and property being animated.
AnimationEvent(strType, objTarget, strProperty) — Constructor in class com.boostworthy.events.AnimationEvent
Constructor.
animationFinish — Event in class com.boostworthy.animation.management.AnimationManager
Dispatched when an animation is finished.
animationFinish — Event in class com.boostworthy.animation.management.Buffer
Dispatched when an animation is finished.
animationFinish — Event in class com.boostworthy.animation.management.Framebuffer
Dispatched when an animation is finished.
animationFinish — Event in class com.boostworthy.animation.sequence.Timeline
Dispatched when an animation is finished.
AnimationManager — Class in package com.boostworthy.animation.management
The 'AnimationManager' class creates a quick and easy approach to simple animations.
AnimationManager() — Constructor in class com.boostworthy.animation.management.AnimationManager
Constructor.
animationStart — Event in class com.boostworthy.animation.management.AnimationManager
Dispatched when an animation starts.
animationStart — Event in class com.boostworthy.animation.management.Framebuffer
Dispatched when an animation starts.
animationStart — Event in class com.boostworthy.animation.sequence.Timeline
Dispatched when an animation starts.
animationStop — Event in class com.boostworthy.animation.management.AnimationManager
Dispatched when an animation stops.
animationStop — Event in class com.boostworthy.animation.management.Buffer
Dispatched when an animation stops.
animationStop — Event in class com.boostworthy.animation.management.Framebuffer
Dispatched when an animation stops.
animationStop — Event in class com.boostworthy.animation.sequence.Timeline
Dispatched when an animation stops.
animProperty — Property in class com.boostworthy.events.AnimationEvent
Getter for referencing the property being animated.
animTarget — Property in class com.boostworthy.events.AnimationEvent
Getter for referencing the object whose property is being animated.
applyColorMatrix() — Method in class com.boostworthy.core.EnhancedBitmap
Applies the current value of the color matrix to this object by creating a new color matrix filter and applying the color matrix to it.
applyColorMatrix() — Method in class com.boostworthy.core.EnhancedMovieClip
Applies the current value of the color matrix to this object by creating a new color matrix filter and applying the color matrix to it.
applyColorMatrix() — Method in class com.boostworthy.core.EnhancedShape
Applies the current value of the color matrix to this object by creating a new color matrix filter and applying the color matrix to it.
applyColorMatrix() — Method in class com.boostworthy.core.EnhancedSimpleButton
Applies the current value of the color matrix to this object by creating a new color matrix filter and applying the color matrix to it.
applyColorMatrix() — Method in class com.boostworthy.core.EnhancedSprite
Applies the current value of the color matrix to this object by creating a new color matrix filter and applying the color matrix to it.
ARRAY_FORWARD — Constant static property in class com.boostworthy.collections.iterators.IteratorType
Defined constant for representing the 'ForwardArrayIterator' type.
ARRAY_REVERSE — Constant static property in class com.boostworthy.collections.iterators.IteratorType
Defined constant for representing the 'ReverseArrayIterator' type.
AUTHOR — Constant static property in class com.boostworthy.Boostworthy
Author/copyright of this software library.
AUTHOR — Constant static property in class com.boostworthy.animation.BoostworthyAnimation
Author/copyright of this software library.
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