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