Uses of Class
org.jdesktop.animation.timing.interpolation.KeyTimes

Packages that use KeyTimes
org.jdesktop.animation.timing.interpolation Provides a mechanism for animating object properties between different values. 
 

Uses of KeyTimes in org.jdesktop.animation.timing.interpolation
 

Constructors in org.jdesktop.animation.timing.interpolation with parameters of type KeyTimes
KeyFrames(KeyValues keyValues, KeyTimes keyTimes)
          This variant takes both keyValues (values at each point in time) and keyTimes (times at which values are sampled).
KeyFrames(KeyValues keyValues, KeyTimes keyTimes, Interpolator... interpolators)
          Full constructor: caller provides an instance of all key* structures which will be used to calculate between all times in the keyTimes list.