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

Class ryw.XMover

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

public class XMover
extends XAnim
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:
XMoverItem, XSleepElement, XMoveElement

Constructor Index

 o XMover()

Method Index

 o run()

Constructors

 o XMover
  public XMover()

Methods

 o run
  public void run()
Overrides:
run in class XAnim

All Packages  Class Hierarchy  This Package  Previous  Next  Index