Uses of Class
org.pushingpixels.radiance.animation.api.interpolator.KeyTimes
Packages that use KeyTimes
-
Uses of KeyTimes in org.pushingpixels.radiance.animation.api.interpolator
Constructors 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.