Package com.jgoodies.animation
Class Animations.PauseAnimation
- java.lang.Object
-
- com.jgoodies.animation.AbstractAnimation
-
- com.jgoodies.animation.Animations.PauseAnimation
-
- All Implemented Interfaces:
Animation
- Enclosing class:
- Animations
private static final class Animations.PauseAnimation extends AbstractAnimation
Helper class for a pause, an animation, that has no effect.
-
-
Constructor Summary
Constructors Constructor Description PauseAnimation(long duration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
applyEffect(long time)
Applies the animation effect for the given time to the animation target.-
Methods inherited from class com.jgoodies.animation.AbstractAnimation
addAnimationListener, animate, duration, fireAnimationStarted, fireAnimationStopped, isFreezed, removeAnimationListener, toString
-
-
-
-
Method Detail
-
applyEffect
protected void applyEffect(long time)
Description copied from class:AbstractAnimation
Applies the animation effect for the given time to the animation target.- Specified by:
applyEffect
in classAbstractAnimation
- Parameters:
time
- the time used to determine the animation effect
-
-