Class ryw.XAddElement
All Packages Class Hierarchy This Package Previous Next Index
Class ryw.XAddElement
java.lang.Object
|
+----ryw.XMoverItem
|
+----ryw.XAddElement
- public class XAddElement
- 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:
- XAdder
-
comp
-
-
dim
-
-
parent
-
-
pos
-
-
XAddElement(XPanel0, Component, Point, Dimension)
-
-
doMove()
-
parent
public XPanel0 parent
comp
public Component comp
pos
public Point pos
dim
public Dimension dim
XAddElement
public XAddElement(XPanel0 parent,
Component comp,
Point pos,
Dimension dim)
doMove
public void doMove()
- Overrides:
- doMove in class XMoverItem
All Packages Class Hierarchy This Package Previous Next Index