All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jdesktop.animation.timing.interpolation.package.html Maven / Gradle / Ivy

Go to download

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