Uses of Interface
org.pushingpixels.trident.ease.TimelineEase

Packages that use TimelineEase
org.pushingpixels.trident   
org.pushingpixels.trident.ease   
org.pushingpixels.trident.interpolator   
 

Uses of TimelineEase in org.pushingpixels.trident
 

Methods in org.pushingpixels.trident with parameters of type TimelineEase
 void Timeline.setEase(TimelineEase ease)
           
 

Uses of TimelineEase in org.pushingpixels.trident.ease
 

Classes in org.pushingpixels.trident.ease that implement TimelineEase
 class Linear
           
 class Sine
           
 class Spline
          Spline easer.
 

Uses of TimelineEase in org.pushingpixels.trident.interpolator
 

Constructors in org.pushingpixels.trident.interpolator with parameters of type TimelineEase
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.