Class KeyInterpolators
java.lang.Object
org.pushingpixels.radiance.animation.api.interpolator.KeyInterpolators
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionKeyInterpolators
(int numIntervals, TimelineEase... interpolators) Creates a new instance of KeyInterpolators -
Method Summary
Modifier and TypeMethodDescription(package private) float
interpolate
(int interval, float fraction)
-
Field Details
-
interpolators
-
-
Constructor Details
-
KeyInterpolators
KeyInterpolators(int numIntervals, TimelineEase... interpolators) Creates a new instance of KeyInterpolators
-
-
Method Details
-
interpolate
float interpolate(int interval, float fraction)
-