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

Packages that use KeyValues
org.pushingpixels.trident.interpolator   
 

Uses of KeyValues in org.pushingpixels.trident.interpolator
 

Methods in org.pushingpixels.trident.interpolator that return KeyValues
static
<T> KeyValues<T>
KeyValues.create(PropertyInterpolator evaluator, T... params)
          Constructs a KeyValues object from a Evaluator and one or more values.
static
<T> KeyValues<T>
KeyValues.create(T... params)
          Constructs a KeyValues object from one or more values.
 

Constructors in org.pushingpixels.trident.interpolator with parameters of type KeyValues
KeyFrames(KeyValues<T> keyValues)
          Simplest variation; determine keyTimes based on even division of 0-1 range based on number of keyValues.
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.
KeyFrames(KeyValues<T> keyValues, TimelineEase... interpolators)
          Utility constructor that assumes even division of times according to size of keyValues and interpolation according to interpolators parameter.
 



Copyright © 2010. All Rights Reserved.