Method Summary |
|
public void | actionPerformed(ActionEvent e) Implements the ActionListener interface used by the Timer. |
public Animation | animation() Returns the animator's animation. |
public long | elapsedTime() Returns the elapsed time since animation start. |
public int | framesPerSecond() Returns the desired frame rate. |
public void | start() Starts the animator and in turn the animation. |
public void | stop() Stops the animator. |
public String | toString() Returns a string representation for the animator. |