Uses of Interface
org.pushingpixels.radiance.animation.api.ease.TimelineEase
Packages that use TimelineEase
Package
Description
-
Uses of TimelineEase in org.pushingpixels.radiance.animation.api
Fields in org.pushingpixels.radiance.animation.api declared as TimelineEaseModifier and TypeFieldDescriptionstatic final TimelineEase
Timeline.DEFAULT_EASE
protected TimelineEase
Timeline.BaseBuilder.ease
private TimelineEase
Timeline.ease
Methods in org.pushingpixels.radiance.animation.api that return TimelineEaseMethods in org.pushingpixels.radiance.animation.api with parameters of type TimelineEase -
Uses of TimelineEase in org.pushingpixels.radiance.animation.api.ease
Classes in org.pushingpixels.radiance.animation.api.ease that implement TimelineEase -
Uses of TimelineEase in org.pushingpixels.radiance.animation.api.interpolator
Fields in org.pushingpixels.radiance.animation.api.interpolator with type parameters of type TimelineEaseMethods in org.pushingpixels.radiance.animation.api.interpolator with parameters of type TimelineEaseModifier and TypeMethodDescriptionprivate void
KeyFrames.init
(KeyValues<T> keyValues, KeyTimes keyTimes, TimelineEase... interpolators) Utility function called by constructors to perform common initialization choresConstructors in org.pushingpixels.radiance.animation.api.interpolator with parameters of type TimelineEaseModifierConstructorDescriptionKeyFrames
(KeyValues<T> keyValues, TimelineEase... interpolators) Utility constructor that assumes even division of times according to size of keyValues and interpolation according to interpolators parameter.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.(package private)
KeyInterpolators
(int numIntervals, TimelineEase... interpolators) Creates a new instance of KeyInterpolators