Uses of Class
org.pushingpixels.radiance.animation.api.interpolator.KeyTimes
-
Packages that use KeyTimes Package Description org.pushingpixels.radiance.animation.api.interpolator -
-
Uses of KeyTimes in org.pushingpixels.radiance.animation.api.interpolator
Fields in org.pushingpixels.radiance.animation.api.interpolator declared as KeyTimes Modifier and Type Field Description private KeyTimes
KeyFrames. keyTimes
Methods in org.pushingpixels.radiance.animation.api.interpolator that return KeyTimes Modifier and Type Method Description (package private) KeyTimes
KeyFrames. getKeyTimes()
Methods in org.pushingpixels.radiance.animation.api.interpolator with parameters of type KeyTimes Modifier and Type Method Description private 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 KeyTimes Constructor Description 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.
-