Class Animator

java.lang.Object
  |
  +--Animator
All Implemented Interfaces:
java.lang.Runnable

public class Animator
extends java.lang.Object
implements java.lang.Runnable


Field Summary
protected  java.lang.Thread animationThread
           
protected  java.awt.Component comp
           
protected  int delay
           
 
Constructor Summary
Animator(java.awt.Component comp)
           
 
Method Summary
 int getDelay()
           
 void run()
           
 void setDelay(int delay)
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

comp

protected java.awt.Component comp

animationThread

protected java.lang.Thread animationThread

delay

protected int delay
Constructor Detail

Animator

public Animator(java.awt.Component comp)
Method Detail

setDelay

public final void setDelay(int delay)

getDelay

public final int getDelay()

start

public void start()

stop

public void stop()

run

public void run()
Specified by:
run in interface java.lang.Runnable