com.jgoodies.animation
Class Animations.OneTimeAnimation
- Animations
- Animation
public static abstract class Animations.OneTimeAnimation
Used to apply an effect one-time only.
void | animate(long time) - Applies the effect to the animation target,
only if is hasn't been applied before.
|
OneTimeAnimation
public OneTimeAnimation()
Constructs a OneTimeAnimation
.
animate
public void animate(long time)
Applies the effect to the animation target,
only if is hasn't been applied before.
- animate in interface Animation
- animate in interface AbstractAnimation
time
- the time used to determine the animation effect
Copyright © 2001-2006 JGoodies Karsten Lentzsch. All Rights Reserved.