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  
generateArray(func, steps, mod1, mod2) — Static method in class org.as3lib.kitchensync.easing.EasingUtil
Uses one of the easing functions to generate an array of results for as many steps as are specified.
getAveragedFunction(easingFunction1, easingFunction2) — Static method in class org.as3lib.kitchensync.easing.EasingUtil
Creates a new easing function based on two other easing functions.
getChildAtIndex(index) — Method in class org.as3lib.kitchensync.action.AbstractActionGroup
Returns the action at the specified index.
getDefaultFilter(filterType) — Method in class org.as3lib.kitchensync.action.tweentarget.FilterTargetProperty
getFrameNumberFromString(matchLabel) — Method in class org.as3lib.kitchensync.action.tweentarget.TimelineController
Returns a frame number based on a string label.
getInstance() — Static method in class org.as3lib.kitchensync.core.Synchronizer
Returns an instance to the single instance of the class.
getNextRandomAction() — Method in class org.as3lib.kitchensync.action.KSRandomGroup
getSteppedFunction(easingFunction, steps) — Static method in class org.as3lib.kitchensync.easing.Stepped
Creates a stepped easing function based on another easing function that uses the same method as the ease() method.
getTimestampFromFrames(frames) — Static method in class org.as3lib.kitchensync.utils.TimestampUtil
getTimestampFromMilliseconds(milliseconds) — Static method in class org.as3lib.kitchensync.utils.TimestampUtil
getTweenTarget(target, property) — Method in class org.as3lib.kitchensync.action.tweentarget.TweenTargetFactory
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