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

Class ryw.XSleepElement

java.lang.Object
   |
   +----ryw.XMoverItem
           |
           +----ryw.XSleepElement

public class XSleepElement
extends XMoverItem
One action item to be placed on queue. Some thread object will dequeue such an element and perform the actual animation.
See Also:
XMoverItem, XMover, XMoveElement

Constructor Index

 o XSleepElement(int)

Method Index

 o doMove()

Constructors

 o XSleepElement
  public XSleepElement(int ms)

Methods

 o doMove
  public void doMove()
Overrides:
doMove in class XMoverItem

All Packages  Class Hierarchy  This Package  Previous  Next  Index