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

Class ryw.XAdder

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

public class XAdder
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 addition.
See Also:
XMover

Constructor Index

 o XAdder()

Method Index

 o run()

Constructors

 o XAdder
  public XAdder()

Methods

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index