Uses of Class
com.jgoodies.animation.AbstractAnimationFunction
-
Packages that use AbstractAnimationFunction Package Description com.jgoodies.animation Contains the core types of the JGoodies Animation library. -
-
Uses of AbstractAnimationFunction in com.jgoodies.animation
Subclasses of AbstractAnimationFunction in com.jgoodies.animation Modifier and Type Class Description private static class
AnimationFunctions.ColorFunction
Helper class for interpolating colors.private static class
AnimationFunctions.InterpolatedAnimationFunction<T>
Helper class for interpolation based animation functions.private static class
AnimationFunctions.RepeatedAnimationFunction<T>
Helper class used to repeat or sequence an animation function.private static class
AnimationFunctions.ReversedAnimationFunction<T>
Helper class for reversing an animation function.
-