Class KeyInterpolators
- java.lang.Object
-
- org.pushingpixels.radiance.animation.api.interpolator.KeyInterpolators
-
class KeyInterpolators extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.ArrayList<TimelineEase>
interpolators
-
Constructor Summary
Constructors Constructor Description KeyInterpolators(int numIntervals, TimelineEase... interpolators)
Creates a new instance of KeyInterpolators
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) float
interpolate(int interval, float fraction)
-
-
-
Field Detail
-
interpolators
private java.util.ArrayList<TimelineEase> interpolators
-
-
Constructor Detail
-
KeyInterpolators
KeyInterpolators(int numIntervals, TimelineEase... interpolators)
Creates a new instance of KeyInterpolators
-
-