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 |
remove(objTarget) — Method in class com.boostworthy.animation.management.AnimationManager |
|
Removes all instances of the specified object from the framebuffer. |
remove(objAnimation:com.boostworthy.animation.management.types.abstract:IAnimation) — Method in class com.boostworthy.animation.management.Buffer |
|
Removes the specified animation from the buffer. |
remove(objKey) — Method in class com.boostworthy.collections.HashMap |
|
Removes the specified key and it's corresponding value from this collection. |
removeAll() — Method in class com.boostworthy.animation.management.AnimationManager |
|
Removes all animations currently in the framebuffer. |
removeAnimation(objAnimation:com.boostworthy.animation.management.types.abstract:IAnimation) — Method in class com.boostworthy.animation.management.Framebuffer |
|
Removes the specified animation from the buffer. |
removeAnimationByObject(objTarget) — Method in class com.boostworthy.animation.management.Framebuffer |
|
Removes all animations involving the target object from the framebuffer. |
removeAnimationByProperty(objTarget, strProperty) — Method in class com.boostworthy.animation.management.Framebuffer |
|
Removes all animations involving the target object's property from the framebuffer. |
removeBufferObject(objTarget) — Method in class com.boostworthy.animation.management.Framebuffer |
|
Removes all animations involving the target object from the framebuffer. |
removeByProperty(objTarget, strProperty) — Method in class com.boostworthy.animation.management.Buffer |
|
Removes all animations involving the target object and it's specified property from the buffer. |
removeByTarget(objTarget) — Method in class com.boostworthy.animation.management.Buffer |
|
Removes all animations involving the target object from the buffer. |
removeElement(objElement:com.boostworthy.animation.management.types.abstract:IAnimation) — Method in class com.boostworthy.animation.management.Buffer |
|
Removes an element from the queue. |
removeElement(objElement) — Method in class com.boostworthy.collections.Queue |
|
Removes an element from this object's collection. |
removeElement(objElement) — Method in class com.boostworthy.collections.Stack |
|
Removes an element from this object's collection. |
removeEventListener(strType, fncListener, bUseCapture) — Method in class com.boostworthy.animation.management.AnimationManager |
|
Removes an animation event listener from the framebuffer. |
render() — Method in class com.boostworthy.animation.management.Buffer |
|
Iterates through the contents of this buffer and renders each animation. |
render() — Method in class com.boostworthy.animation.management.types.AlphaAnimation |
|
Renders the animation. |
render() — Method in class com.boostworthy.animation.management.types.BlurAnimation |
|
Renders the animation. |
render() — Method in class com.boostworthy.animation.management.types.BrightnessAnimation |
|
Renders the animation. |
render() — Method in class com.boostworthy.animation.management.types.ColorAnimation |
|
Renders the animation. |
render() — Method in class com.boostworthy.animation.management.types.ContrastAnimation |
|
Renders the animation. |
render() — Method in class com.boostworthy.animation.management.types.FilterAnimation |
|
Renders the animation. |
render() — Method in class com.boostworthy.animation.management.types.FunctionsAnimation |
|
Renders the animation. |
render() — Method in class com.boostworthy.animation.management.types.HueAnimation |
|
Renders the animation. |
render() — Method in class com.boostworthy.animation.management.types.MoveAnimation |
|
Renders the animation. |
render() — Method in class com.boostworthy.animation.management.types.PropertyAnimation |
|
Renders the animation. |
render() — Method in class com.boostworthy.animation.management.types.PulseAnimation |
|
Renders the animation. |
render() — Method in class com.boostworthy.animation.management.types.RotationAnimation |
|
Renders the animation. |
render() — Method in class com.boostworthy.animation.management.types.SaturationAnimation |
|
Renders the animation. |
render() — Method in class com.boostworthy.animation.management.types.ScaleAnimation |
|
Renders the animation. |
render() — Method in class com.boostworthy.animation.management.types.SizeAnimation |
|
Renders the animation. |
render() — Method in class com.boostworthy.animation.management.types.abstract.Animation |
|
Renders the animation. |
render() — Method in interface com.boostworthy.animation.rendering.IRenderable |
|
Renders the animation. |
render(bIsReverse) — Method in class com.boostworthy.animation.sequence.Timeline |
|
Loops through the tween stack and renders the current frame of each tween. |
Renderer — Class in package com.boostworthy.animation.rendering |
|
The 'Renderer' class is essentially a wrapper API around the different render
methods. |
Renderer(fncOnEnterFrame, fncOnTimer, nRefreshRate) — Constructor in class com.boostworthy.animation.rendering.Renderer |
|
Constructor. |
renderFrame(uFrame) — Method in class com.boostworthy.animation.sequence.tweens.Action |
|
Renders the specified frame. |
renderFrame(uFrame) — Method in class com.boostworthy.animation.sequence.tweens.AdvancedTween |
|
Renders the specified frame. |
renderFrame(uFrame) — Method in class com.boostworthy.animation.sequence.tweens.FilterTween |
|
Renders the specified frame. |
renderFrame(uFrame) — Method in interface com.boostworthy.animation.sequence.tweens.ITween |
|
Renders the specified frame. |
renderFrame(uFrame) — Method in class com.boostworthy.animation.sequence.tweens.PathTween |
|
Renders the specified frame. |
renderFrame(uFrame) — Method in class com.boostworthy.animation.sequence.tweens.Tween |
|
Renders the specified frame. |
RenderMethod — Final class in package com.boostworthy.animation.rendering |
|
The 'RenderMethod' class houses public constants which represent
methods of rendering. |
RenderMethod() — Constructor in class com.boostworthy.animation.rendering.RenderMethod |
|
Constructor. |
reset() — Method in class com.boostworthy.collections.iterators.ForwardArrayIterator |
|
Resets this iterator back to an index of '0'. |
reset() — Method in interface com.boostworthy.collections.iterators.IIterator |
|
Resets this iterator back to it's starting index. |
reset() — Method in class com.boostworthy.collections.iterators.NullIterator |
|
Resets this iterator back to it's starting index. |
reset() — Method in class com.boostworthy.collections.iterators.ReverseArrayIterator |
|
Resets this iterator back to the last index of the array. |
reset() — Method in class com.boostworthy.geom.ColorMatrix |
|
Resets this object back to it's original state. |
reset() — Method in class com.boostworthy.geom.Path |
|
Resets and clears this object back to new. |
ReverseArrayIterator — Class in package com.boostworthy.collections.iterators |
|
Iterates through an array by starting with the array length and then decrementing
the index until '0' is reached. |
ReverseArrayIterator(aData) — Constructor in class com.boostworthy.collections.iterators.ReverseArrayIterator |
|
Constructor. |
rotation(objTarget, nTargetValue, nDuration, uNumRepeats, strTransition, uRenderMethod) — Method in class com.boostworthy.animation.management.AnimationManager |
|
Animates the 'rotation' property of a display object to the desired target value. |
RotationAnimation — Class in package com.boostworthy.animation.management.types |
|
Animates the 'rotation' property of a display object to the desired target value. |
RotationAnimation(objTarget, nTargetValue, nDuration, uNumRepeats, strTransition, uRenderMethod) — Constructor in class com.boostworthy.animation.management.types.RotationAnimation |
|
Constructor. |
|
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 |