Uses of Class
com.jgoodies.animation.swing.components.FanComponent
-
Packages that use FanComponent Package Description com.jgoodies.animation.swing.animations Contains a bunch of prepared animations and animation factories. -
-
Uses of FanComponent in com.jgoodies.animation.swing.animations
Fields in com.jgoodies.animation.swing.animations declared as FanComponent Modifier and Type Field Description private FanComponent
FanAnimation. fan
Methods in com.jgoodies.animation.swing.animations with parameters of type FanComponent Modifier and Type Method Description static FanAnimation
FanAnimation. defaultFan(FanComponent fan, long duration)
Creates and answers the default fan animation.Constructors in com.jgoodies.animation.swing.animations with parameters of type FanComponent Constructor Description FanAnimation(FanComponent fan, long duration, AnimationFunction<java.lang.Float> rotationFunction)
Constructs an animation that rotates a fan using the given fan component, duration and rotation animation function.
-