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
-
XAnim()
-
-
run()
-
-
start()
-
-
stop()
-
-
waitTilDone()
-
XAnim
public XAnim()
start
public void start()
stop
public void stop()
waitTilDone
public void waitTilDone()
All Packages Class Hierarchy This Package Previous Next Index