Uses of Class
org.pushingpixels.radiance.animation.api.interpolator.KeyTimes
Packages that use KeyTimes
-
Uses of KeyTimes in org.pushingpixels.radiance.animation.api.interpolator
Fields in org.pushingpixels.radiance.animation.api.interpolator declared as KeyTimesMethods in org.pushingpixels.radiance.animation.api.interpolator that return KeyTimesMethods in org.pushingpixels.radiance.animation.api.interpolator with parameters of type KeyTimesModifier 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 KeyTimesModifierConstructorDescriptionThis 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.