Package org.pushingpixels.radiance.animation.api.interpolator
-
Interface Summary Interface Description PropertyInterpolator<T> PropertyInterpolatorSource -
Class Summary Class Description KeyFrames<T> KeyFrames holds information about the times at which values are sampled (KeyTimes) and the values at those times (KeyValues).KeyInterpolators KeyTimes Stores a list of times from 0 to 1 (the elapsed fraction of an animation cycle) that are used in calculating interpolated values for PropertySetter given a matching set of KeyValues and Interpolators for those time intervals.KeyValues<T> Stores a list of values that correspond to the times in aKeyTimes
object.