A B C D E F G I K L M O P R S T V

K

KeyFrames - Class in org.jdesktop.animation.timing.interpolation
KeyFrames holds information about the times at which values are sampled (KeyTimes) and the values at those times (KeyValues).
KeyFrames(KeyValues) - Constructor for class org.jdesktop.animation.timing.interpolation.KeyFrames
Simplest variation; determine keyTimes based on even division of 0-1 range based on number of keyValues.
KeyFrames(KeyValues, KeyTimes) - Constructor for class org.jdesktop.animation.timing.interpolation.KeyFrames
This variant takes both keyValues (values at each point in time) and keyTimes (times at which values are sampled).
KeyFrames(KeyValues, KeyTimes, Interpolator...) - Constructor for class org.jdesktop.animation.timing.interpolation.KeyFrames
Full constructor: caller provides an instance of all key* structures which will be used to calculate between all times in the keyTimes list.
KeyFrames(KeyValues, Interpolator...) - Constructor for class org.jdesktop.animation.timing.interpolation.KeyFrames
Utility constructor that assumes even division of times according to size of keyValues and interpolation according to interpolators parameter.
KeyTimes - Class in org.jdesktop.animation.timing.interpolation
Stores a list of times from 0 to 1 (the elapsed fraction of an animation cycle) that are used in calculating interpolated values for PropertySetter given a matching set of KeyValues and Interpolators for those time intervals.
KeyTimes(float...) - Constructor for class org.jdesktop.animation.timing.interpolation.KeyTimes
Creates a new instance of KeyTimes.
KeyValues<T> - Class in org.jdesktop.animation.timing.interpolation
Stores a list of values that correspond to the times in a KeyTimes object.

A B C D E F G I K L M O P R S T V