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
 Action
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.
 AdvancedTween
com.boostworthy.animation.sequence.tweens The 'AdvancedTween' class tweens the property of an object using a path as a graph.
 AlphaAnimation
com.boostworthy.animation.management.types The 'AlphaAnimation' class animates the 'alpha' property of a display object.
 Animation
com.boostworthy.animation.management.types.abstract The 'Animation' class is the base class for all animation objects.
 AnimationEvent
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.
 AnimationManager
com.boostworthy.animation.management The 'AnimationManager' class creates a quick and easy approach to simple animations.
 BlurAnimation
com.boostworthy.animation.management.types The 'BlurAnimation' class animates the blur filter of the target object.
 Boostworthy
com.boostworthy Contains meta data for retrieval at runtime or when viewing a decompiled SWF.
 BoostworthyAnimation
com.boostworthy.animation Contains meta data for retrieval at runtime or when viewing a decompiled SWF.
 BrightnessAnimation
com.boostworthy.animation.management.types The 'BrightnessAnimation' class animates the brightness of any colorable display object.
 Buffer
com.boostworthy.animation.management The 'Buffer' class manages a collection of animations to be rendered at the same time.
 ColorAnimation
com.boostworthy.animation.management.types The 'ColorAnimation' class animates the color of a display object.
 ColorMatrix
com.boostworthy.geom The 'ColorMatrix' class presents a useful API for transforming color values using traditional methods such as brightness, contrast, hue, and saturation.
 ContrastAnimation
com.boostworthy.animation.management.types The 'ContrastAnimation' class animates the contrast of any colorable display object.
 Curve
com.boostworthy.geom The 'Curve' class presents a data structure for representing a curve.
 EnhancedBitmap
com.boostworthy.core The 'EnhancedBitmap' class extends upon the 'Bitmap' class by providing an enhanced foundation for additional garbage collection and color support.
 EnhancedMovieClip
com.boostworthy.core The 'EnhancedMovieClip' class extends upon the 'MovieClip' class by providing an enhanced foundation for additional garbage collection and color support.
 EnhancedShape
com.boostworthy.core The 'EnhancedShape' class extends upon the 'Shape' class by providing an enhanced foundation for additional garbage collection and color support.
 EnhancedSimpleButton
com.boostworthy.core The 'EnhancedSimpleButton' class extends upon the 'SimpleButton' class by providing an enhanced foundation for additional garbage collection and color support.
 EnhancedSprite
com.boostworthy.core The 'EnhancedSprite' class extends upon the 'Sprite' class by providing an enhanced foundation for additional garbage collection and color support.
 EventBroadcaster
com.boostworthy.events The 'EventBroadcaster' class is a singleton event dispatcher.
 FilterAnimation
com.boostworthy.animation.management.types The 'FilterAnimation' class animates the property of any object's filter to a specified target value.
 FilterTween
com.boostworthy.animation.sequence.tweens The 'FilterTween' class tweens the property of any object's filter to a specified target value.
 ForwardArrayIterator
com.boostworthy.collections.iterators Iterates through an array by starting with '0' and then incrementing the index until the array length is reached.
 Framebuffer
com.boostworthy.animation.management The 'Framebuffer' class works with buffers and a renderer to handle the process of rendering multiple animations at the same time.
 FunctionsAnimation
com.boostworthy.animation.management.types The 'FunctionsAnimation' class animates any value that is accessed through get and set functions instead of getter/setters.
 Global
com.boostworthy.core The 'Global' class houses commonly used data globally throughout an application.
 HashMap
com.boostworthy.collections The 'HashMap' class stores data in key/value pairs.
 HueAnimation
com.boostworthy.animation.management.types The 'HueAnimation' class animates the hue of any colorable display object.
 IAnimation
com.boostworthy.animation.management.types.abstract The 'IAnimation' interface defines a common interface for all animation objects.
 ICollection
com.boostworthy.collections The 'ICollection' interface defines a common interface for all collection objects.
 IColorable
com.boostworthy.core The 'IColorable' interface defines a common interface for all colorable objects.
 IDisposable
com.boostworthy.core The 'IDisposable' interface defines a common interface for all objects to encorporate garbage collection.
 IIterator
com.boostworthy.collections.iterators The 'IIterator' interface defines a common interface for all iterator objects.
 ILog
com.boostworthy.utils.logger The 'ILog' interface defines a common interface for all log objects.
 IPathSegment
com.boostworthy.geom The 'IPathSegment' interface defines a common interface for all path segment objects.
 IRenderable
com.boostworthy.animation.rendering The 'IRenderable' interface defines a common interface for all renderable objects.
 IteratorType
com.boostworthy.collections.iterators The 'IteratorType' class houses public constants which represent iterator types.
 ITween
com.boostworthy.animation.sequence.tweens The 'ITween' interface defines a common interface for all tween objects.
 Line
com.boostworthy.geom The 'Line' class presents a data structure for representing a line.
 Log
com.boostworthy.utils.logger The 'Log' class logs vaarious meesages for output of a specific log level.
 LogFactory
com.boostworthy.utils.logger The 'LogFactory' class is intended to be used as a singleton and provides a factory for creating, distributing, and managing logs throughout an application.
 LogLevel
com.boostworthy.utils.logger The 'LogLevel' class houses public constants which represent logging output levels.
 LogSettings
com.boostworthy.utils.logger The 'LogSettings' class houses public constants which represent logging settings.
 MoveAnimation
com.boostworthy.animation.management.types The 'MoveAnimation' class animates the 'x' and 'y' coordinates of a display object.
 NullIterator
com.boostworthy.collections.iterators In certain cases, such as a leaf object in a composite pattern, a null iterator is needed to maintain elegant code.
 Path
com.boostworthy.geom The 'Path' class stores a collection of path segments, thus forming a path.
 PathTween
com.boostworthy.animation.sequence.tweens The 'PathTween' class tweens a display object along a path.
 PropertyAnimation
com.boostworthy.animation.management.types The 'PropertyAnimation' class animates any property of any object.
 PulseAnimation
com.boostworthy.animation.management.types The 'PulseAnimation' class animates any object's property back and forth between a minimum and maximum value using a sine wave.
 Queue
com.boostworthy.collections Stores data in a 'first on, first off' fashion.
 Renderer
com.boostworthy.animation.rendering The 'Renderer' class is essentially a wrapper API around the different render methods.
 RenderMethod
com.boostworthy.animation.rendering The 'RenderMethod' class houses public constants which represent methods of rendering.
 ReverseArrayIterator
com.boostworthy.collections.iterators Iterates through an array by starting with the array length and then decrementing the index until '0' is reached.
 RotationAnimation
com.boostworthy.animation.management.types Animates the 'rotation' property of a display object to the desired target value.
 SaturationAnimation
com.boostworthy.animation.management.types The 'SaturationAnimation' class animates the saturation of any colorable display object.
 ScaleAnimation
com.boostworthy.animation.management.types The 'ScaleAnimation' class animates the 'scaleX' and 'scaleY' properties of a display object.
 SizeAnimation
com.boostworthy.animation.management.types The 'SizeAnimation' class animates the 'width' and 'height' properties of a display object.
 Stack
com.boostworthy.collections Stores data in a 'first on, last off' fashion.
 Timeline
com.boostworthy.animation.sequence The 'Timeline' class simulates the timeline paradox by presenting a similar API to create and control tweens.
 Transitions
com.boostworthy.animation.easing The 'Transitions' class contains time-based easing equations.
 Tween
com.boostworthy.animation.sequence.tweens The 'Tween' class tweens any property of any object.
 TweenStack
com.boostworthy.animation.sequence The 'TweenStack' class is an extension of the regular stack.