Method Summary |
|
public Object | clone() |
public boolean | equals(Object o) Indicates whether given object is functionally identical to this instance. |
public Attribute | getAttribute(String attrName) |
public Collection | getAttributeNames() |
public Object | getAttributeValue(String attrName) |
public int | getHeight() Gets height attribute. |
public int | getWidth() Gets width attribute. |
public int | getX() Gets x-coordinate attribute. |
public int | getY() Gets y-coordinate attribute. |
public int | hashCode() Overrides hashCode to reflect internal content. |
public boolean | isExpanded() |
public boolean | isVisible() |
public void | parseXML(Element xmlElement) Parses the XML content, if any, using the given Element as a source for
reconstituting the member variables and collections of this instance. |
public void | setAttribute(String attrName, Object val) Sets an attribute name-value pair. |
public void | setExpanded(boolean expand) |
public void | setHeight(int height) Sets height attribute. |
public void | setVisible(boolean visible) |
public void | setWidth(int width) Sets width attribute. |
public void | setX(int x) Sets x-coordinate attribute. |
public void | setY(int y) Sets y-coordinate attribute. |
public String | toXMLString(String prefix) Gets XML representation of this object's set of Attributes, appending the given
String to the beginning of each line in the XML document. |