Class ryw.XAnim
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ryw.XAnim

java.lang.Object
   |
   +----java.util.Vector
           |
           +----ryw.XAnim

public class XAnim
extends Vector
implements Runnable
A runnable object that performs animations. It has a queue of actions to be performed. the thread repeadely dequeues this queue and performs the action.
See Also:
XMover

Constructor Index

 o XAnim()

Method Index

 o run()
 o start()
 o stop()
 o waitTilDone()

Constructors

 o XAnim
  public XAnim()

Methods

 o start
  public void start()
 o stop
  public void stop()
 o waitTilDone
  public void waitTilDone()

All Packages  Class Hierarchy  This Package  Previous  Next  Index