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

Variable Index

 o comp
 o dim
 o parent
 o pos

Constructor Index

 o XAddElement(XPanel0, Component, Point, Dimension)

Method Index

 o doMove()

Variables

 o parent
  public XPanel0 parent
 o comp
  public Component comp
 o pos
  public Point pos
 o dim
  public Dimension dim

Constructors

 o XAddElement
  public XAddElement(XPanel0 parent,
                     Component comp,
                     Point pos,
                     Dimension dim)

Methods

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index