![JAR search and dependency download from the Maven repository](/logo.png)
org.jdesktop.animation.timing.interpolation.package.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of timingframework Show documentation
Show all versions of timingframework Show documentation
The Timing Framework is a library for making Java animation and timing-based control easier.
The newest version!
Provides a mechanism for animating object properties between different values.
This package provides classes for defining object properties to animate,
via the PropertySetter class. KeyFrames encapsulates the definition of
the times (using KeyTimes) and values (using KeyValues)
to interpolate between, as well as the
type of interpolation to use between these values. Interpolator is an
interface that is implemented by DiscreteInterpolator, LinearInterpolator,
and SplineInterpolator for built-in interpolations, but applications can
define their own custom interpolation as well.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy