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  
IAction — Interface in package org.as3lib.kitchensync.action
An action is a type that represents any kind of happening that takes place at a certain time.
IFilterTweenTarget — Interface in package org.as3lib.kitchensync.action.tweentarget
initialize(frameRateSeed, versionCheck) — Static method in class org.as3lib.kitchensync.KitchenSync
Initializes the timing core for KitchenSync.
instance — Static property in class org.as3lib.kitchensync.action.tweentarget.TweenTargetFactory
INumericController — Interface in package org.as3lib.kitchensync.action.tweentarget
Allows a control interface for translating values to and from numeric values.
invoke() — Method in class org.as3lib.kitchensync.action.KSFunction
Calls the function with the arguments specified.
isInstantaneous — Property in class org.as3lib.kitchensync.action.AbstractAction
Returns true if the action will occur instantaneously when started
isPaused — Property in class org.as3lib.kitchensync.action.AbstractAction
Will return true if the action is paused (after pause() has been called).
isPaused — Property in interface org.as3lib.kitchensync.action.IAction
Should return true if the action is paused.
isPaused — Property in class org.as3lib.kitchensync.action.KSSimpleTween
True when the action is paused
isPrimitive(instance) — Package function in org.as3lib.utils
Checks to see if the class of instance is a primitive which will be referenced by value rather than by pointer.
isPropertyValid(target, property) — Method in class org.as3lib.kitchensync.action.tweentarget.TargetProperty
isRunning — Property in class org.as3lib.kitchensync.action.AbstractAction
The human-readable name of this action.
isRunning — Property in interface org.as3lib.kitchensync.action.IAction
Should return true if the action is running (or paused).
isRunning — Property in class org.as3lib.kitchensync.action.KSSimpleTween
True when the action is running (or paused)
ISynchronizerClient — Interface in package org.as3lib.kitchensync.core
A consumer or the Synchronizer class.
ITimeStringParser — Interface in package org.as3lib.kitchensync.utils
Takes a string containing.
ITween — Interface in package org.as3lib.kitchensync.action
Indicates a tween class.
ITweenObjectParser — Interface in package org.as3lib.kitchensync.action
An algorithm that parses data from an object into tween data.
ITweenTarget — Interface in package org.as3lib.kitchensync.action.tweentarget
A bundle that wraps up a property or other value that can be tweened by a KSTween.
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