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  
filter(objTarget, objFilter, strProperty, nTargetValue, nDuration, strTransition, uRenderMethod) — Method in class com.boostworthy.animation.management.AnimationManager
Animates the property of any object's filter to a specified target value.
FilterAnimation — Class in package com.boostworthy.animation.management.types
The 'FilterAnimation' class animates the property of any object's filter to a specified target value.
FilterAnimation(objTarget, objFilter, strProperty, nTargetValue, nDuration, strTransition, uRenderMethod) — Constructor in class com.boostworthy.animation.management.types.FilterAnimation
Constructor.
FilterTween — Class in package com.boostworthy.animation.sequence.tweens
The 'FilterTween' class tweens the property of any object's filter to a specified target value.
FilterTween(objToTween, objFilter, strProperty, nTargetValue, uFirstFrame, uLastFrame, strTransition) — Constructor in class com.boostworthy.animation.sequence.tweens.FilterTween
Constructor.
FINISH — Constant static property in class com.boostworthy.events.AnimationEvent
Event type constant for the 'animationFinish' event.
firstFrame — Property in class com.boostworthy.animation.sequence.tweens.Action
Gets the first frame of the timeline that has a keyframe on it.
firstFrame — Property in class com.boostworthy.animation.sequence.tweens.AdvancedTween
Gets the first frame of the timeline that has a keyframe on it.
firstFrame — Property in class com.boostworthy.animation.sequence.tweens.FilterTween
Gets the first frame of the timeline that has a keyframe on it.
firstFrame — Property in interface com.boostworthy.animation.sequence.tweens.ITween
Gets the first frame of the timeline that has a keyframe on it.
firstFrame — Property in class com.boostworthy.animation.sequence.tweens.PathTween
Gets the first frame of the timeline that has a keyframe on it.
firstFrame — Property in class com.boostworthy.animation.sequence.tweens.Tween
Gets the first frame of the timeline that has a keyframe on it.
ForwardArrayIterator — Class in package com.boostworthy.collections.iterators
Iterates through an array by starting with '0' and then incrementing the index until the array length is reached.
ForwardArrayIterator(aData) — Constructor in class com.boostworthy.collections.iterators.ForwardArrayIterator
Constructor.
Framebuffer — Class in package 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.
Framebuffer(nRefreshRate) — Constructor in class com.boostworthy.animation.management.Framebuffer
Constructor.
functions(objTarget, strGetFunction, strSetFunction, nTargetValue, nDuration, strTransition, uRenderMethod) — Method in class com.boostworthy.animation.management.AnimationManager
Animates any value that is accessed through get and set functions instead of getter/setters.
FunctionsAnimation — Class in package com.boostworthy.animation.management.types
The 'FunctionsAnimation' class animates any value that is accessed through get and set functions instead of getter/setters.
FunctionsAnimation(objTarget, strGetFunction, strSetFunction, nTargetValue, nDuration, strTransition, uRenderMethod) — Constructor in class com.boostworthy.animation.management.types.FunctionsAnimation
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