Package gov.nasa.worldwind.util.tree
Interface Animation
-
- All Known Implementing Classes:
WindowShadeAnimation
public interface AnimationAn animation that can be played in series of steps.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanhasNext()Indicates whether or not there more steps left in the animation.voidreset()Reset the animation to the starting state.voidstep()Step the animation.
-