Package org.pushingpixels.radiance.animation.api.interpolator
package org.pushingpixels.radiance.animation.api.interpolator
-
ClassDescriptionKeyFrames<T>KeyFrames holds information about the times at which values are sampled (KeyTimes) and the values at those times (KeyValues).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 a
KeyTimes
object.