Package | Description |
---|---|
com.jgoodies.animation.swing.animations |
Contains a bunch of prepared animations and animation factories.
|
Modifier and Type | Method and Description |
---|---|
static FanAnimation |
FanAnimation.defaultFan(FanComponent fan,
long duration)
Creates and answers the default fan animation.
|
Constructor and 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.
|
Copyright © 2001-2011 JGoodies Karsten Lentzsch. All Rights Reserved.