game
Interface Animated

All Known Implementing Classes:
CurveTracer, Dart, FancyDart, MovingBody, MovingGraphic, MovingGraphics, MovingPicture, PeriodicText, SimpleBalloon

public interface Animated


Method Summary
 void die()
          C'est finis.
 boolean isDone()
          Is the object done being animated?
 boolean tick(int deltaTms)
          Advance time by the specified amount.
 

Method Detail

tick

boolean tick(int deltaTms)
Advance time by the specified amount.

Parameters:
deltaTms - time tick in milliseconds
Returns:
whether there is still more life left in the object

isDone

boolean isDone()
Is the object done being animated?

Returns:
true if the object no longer should move

die

void die()
C'est finis.