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  
change — Event in class com.boostworthy.geom.ColorMatrix
Dispatched when the value of this object changes.
CHANGE — Constant static property in class com.boostworthy.events.AnimationEvent
Event type constant for the 'animationChange' event.
checkBufferLengthEF() — Method in class com.boostworthy.animation.management.Framebuffer
Checks the enter frame buffer to see if it is empty.
checkBufferLengthT() — Method in class com.boostworthy.animation.management.Framebuffer
Checks the timer buffer to see if it is empty.
clear() — Method in class com.boostworthy.animation.management.Buffer
Clears all animations from the buffer.
clear() — Method in class com.boostworthy.geom.Path
Clears the data being stored by this object.
clearBuffer() — Method in class com.boostworthy.animation.management.Framebuffer
Clears all animations from the buffers.
clone() — Method in class com.boostworthy.animation.sequence.tweens.Action
Creates a new action object that is a clone of this object.
clone() — Method in class com.boostworthy.animation.sequence.tweens.AdvancedTween
Creates a new advanced tween object that is a clone of this object.
clone() — Method in class com.boostworthy.animation.sequence.tweens.FilterTween
Creates a new filter tween object that is a clone of this object.
clone() — Method in interface com.boostworthy.animation.sequence.tweens.ITween
Creates a new tween object that is a clone of it's creator.
clone() — Method in class com.boostworthy.animation.sequence.tweens.PathTween
Creates a new path tween object that is a clone of this object.
clone() — Method in class com.boostworthy.animation.sequence.tweens.Tween
Creates a new tween object that is a clone of this object.
clone() — Method in class com.boostworthy.collections.HashMap
Creates a new hash map that is a clone of this collection.
clone() — Method in class com.boostworthy.geom.ColorMatrix
Creates a new color matrix object that is a clone of this object.
clone() — Method in class com.boostworthy.geom.Curve
Clones this object.
clone() — Method in interface com.boostworthy.geom.IPathSegment
Clones this object.
clone() — Method in class com.boostworthy.geom.Line
Clones this object.
color(objTarget, nTargetValue, nDuration, strTransition, uRenderMethod) — Method in class com.boostworthy.animation.management.AnimationManager
Animates the color of a display object to the desired target color value.
ColorAnimation — Class in package com.boostworthy.animation.management.types
The 'ColorAnimation' class animates the color of a display object.
ColorAnimation(objTarget, nTargetValue, nDuration, strTransition, uRenderMethod) — Constructor in class com.boostworthy.animation.management.types.ColorAnimation
Constructor.
colorMatrix — Property in class com.boostworthy.core.EnhancedBitmap
Gets a reference to this object's color matrix.
colorMatrix — Property in class com.boostworthy.core.EnhancedMovieClip
Gets a reference to this object's color matrix.
colorMatrix — Property in class com.boostworthy.core.EnhancedShape
Gets a reference to this object's color matrix.
colorMatrix — Property in class com.boostworthy.core.EnhancedSimpleButton
Gets a reference to this object's color matrix.
colorMatrix — Property in class com.boostworthy.core.EnhancedSprite
Gets a reference to this object's color matrix.
colorMatrix — Property in interface com.boostworthy.core.IColorable
Gets a reference to the color matrix instance that is associated with the object.
ColorMatrix — Class in package com.boostworthy.geom
The 'ColorMatrix' class presents a useful API for transforming color values using traditional methods such as brightness, contrast, hue, and saturation.
ColorMatrix(aMatrix) — Constructor in class com.boostworthy.geom.ColorMatrix
Constructor.
com.boostworthy — Package
com.boostworthy.animation — Package
com.boostworthy.animation.easing — Package
com.boostworthy.animation.management — Package
com.boostworthy.animation.management.types — Package
com.boostworthy.animation.management.types.abstract — Package
com.boostworthy.animation.rendering — Package
com.boostworthy.animation.sequence — Package
com.boostworthy.animation.sequence.tweens — Package
com.boostworthy.collections — Package
com.boostworthy.collections.iterators — Package
com.boostworthy.core — Package
com.boostworthy.events — Package
com.boostworthy.geom — Package
com.boostworthy.utils.logger — Package
computeFrameData(uFirstFrame, uLastFrame) — Method in class com.boostworthy.animation.sequence.Timeline
Computes the necessary frame data for each tween.
containsKey(objKey) — Method in class com.boostworthy.collections.HashMap
Checks to see if this collection contains the specified key.
contrast(objTarget:com.boostworthy.core:IColorable, nTargetValue, nDuration, strTransition, uRenderMethod) — Method in class com.boostworthy.animation.management.AnimationManager
Animates the contrast of a 'colorable' object to the desired target color value.
contrast — Property in class com.boostworthy.geom.ColorMatrix
Gets the current contrast setting.
ContrastAnimation — Class in package com.boostworthy.animation.management.types
The 'ContrastAnimation' class animates the contrast of any colorable display object.
ContrastAnimation(objTarget:com.boostworthy.core:IColorable, nTargetValue, nDuration, strTransition, uRenderMethod) — Constructor in class com.boostworthy.animation.management.types.ContrastAnimation
Constructor.
control — Property in class com.boostworthy.geom.Curve
Gets the control point of the curve.
control — Property in interface com.boostworthy.geom.IPathSegment
Gets the control point of the path segment.
createOutputMessage(strMessage, uLevel) — Method in class com.boostworthy.utils.logger.Log
Creates a message for output based on the specified message and log level.
cubicIn(t, b, c, d) — Static method in class com.boostworthy.animation.easing.Transitions
Cubic in easing equation.
CUBIC_IN — Constant static property in class com.boostworthy.animation.easing.Transitions
Reference to the cubic in easing equation.
cubicInAndOut(t, b, c, d) — Static method in class com.boostworthy.animation.easing.Transitions
Cubic in and out easing equation.
CUBIC_IN_AND_OUT — Constant static property in class com.boostworthy.animation.easing.Transitions
Reference to the cubic in and out easing equation.
cubicOut(t, b, c, d) — Static method in class com.boostworthy.animation.easing.Transitions
Cubic out easing equation.
CUBIC_OUT — Constant static property in class com.boostworthy.animation.easing.Transitions
Reference to the cubic out easing equation.
Curve — Class in package com.boostworthy.geom
The 'Curve' class presents a data structure for representing a curve.
Curve(objStart, objEnd, objControl) — Constructor in class com.boostworthy.geom.Curve
Constructor.
curveTo(nControlX, nControlY, nX, nY) — Method in class com.boostworthy.geom.Path
Creates a curve from the current location to the specified coordinate.
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