anchorSize, EmptyRectangle
Constructor and Description |
---|
Group(Element... elements)
The initial rectangle will likely be computed from a collection of elements
that are being grouped together.
|
Modifier and Type | Method and Description |
---|---|
void |
accept(Visitor visitor)
Accept a visitor and dispatch.
|
Group |
clone()
Clone Group
Take care (draw.2) to reinstate parent links.
|
boolean |
contains(java.awt.Point p)
Check for containment by comparing any of sub elements.
|
void |
drawElement(java.awt.Graphics g)
Draw a group by individually drawing each element.
|
java.util.Iterator<Element> |
iterator() |
void |
updateBoundingBox()
Update bounding box based on child elements.
|
draw, getAnchors, getBoundingBox, getParent, getStyle, hasParent, isSelected, outermostGroup, removeParent, resetAnchors, setBoundingBox, setParent, setSelected, setStyle
public Group(Element... elements)
elements
- Variable-length collection of Elements (an array works also)public void updateBoundingBox()
public void drawElement(java.awt.Graphics g)
drawElement
in class Element
g
- Graphics object into which to drawpublic void accept(Visitor visitor)
public java.util.Iterator<Element> iterator()
iterator
in interface java.lang.Iterable<Element>
public Group clone()