Uses of Package
org.pushingpixels.radiance.animation.api.interpolator
Packages that use org.pushingpixels.radiance.animation.api.interpolator
Package
Description
-
Classes in org.pushingpixels.radiance.animation.api.interpolator used by org.pushingpixels.radiance.animation.apiClassDescriptionKeyFrames holds information about the times at which values are sampled (KeyTimes) and the values at those times (KeyValues).
-
Classes in org.pushingpixels.radiance.animation.api.interpolator used by org.pushingpixels.radiance.animation.api.interpolatorClassDescriptionStores 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.Stores a list of values that correspond to the times in a
KeyTimes
object. -
-