Uses of Class
com.jgoodies.animation.AnimationFunctions.InterpolationMode
-
Packages that use AnimationFunctions.InterpolationMode Package Description com.jgoodies.animation Contains the core types of the JGoodies Animation library. -
-
Uses of AnimationFunctions.InterpolationMode in com.jgoodies.animation
Fields in com.jgoodies.animation declared as AnimationFunctions.InterpolationMode Modifier and Type Field Description private AnimationFunctions.InterpolationModeAnimationFunctions.InterpolatedAnimationFunction. modeMethods in com.jgoodies.animation that return AnimationFunctions.InterpolationMode Modifier and Type Method Description static AnimationFunctions.InterpolationModeAnimationFunctions.InterpolationMode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AnimationFunctions.InterpolationMode[]AnimationFunctions.InterpolationMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.jgoodies.animation with parameters of type AnimationFunctions.InterpolationMode Constructor Description InterpolatedAnimationFunction(long duration, T[] values, float[] keyTimes, AnimationFunctions.InterpolationMode mode)
-