Uses of Class
org.pushingpixels.trident.interpolator.KeyTimes

Packages that use KeyTimes
org.pushingpixels.trident.interpolator   
 

Uses of KeyTimes in org.pushingpixels.trident.interpolator
 

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



Copyright © 2010. All Rights Reserved.