All Packages Class Hierarchy This Package Previous Next Index
Class CH.ifa.draw.figures.GroupFigure
java.lang.Object
|
+----CH.ifa.draw.standard.AbstractFigure
|
+----CH.ifa.draw.standard.CompositeFigure
|
+----CH.ifa.draw.figures.GroupFigure
- public class GroupFigure
- extends CompositeFigure
A Figure that groups a collection of figures.
-
GroupFigure()
-
-
basicDisplayBox(Point, Point)
- Sets the display box of a figure.
-
canConnect()
- GroupFigures cannot be connected
-
decompose()
- Decomposes a figure into its parts.
-
displayBox()
- Gets the display box.
-
handles()
- Gets the handles for the GroupFigure.
-
setAttribute(String, Object)
- Sets the attribute of all the contained figures.
GroupFigure
public GroupFigure()
canConnect
public boolean canConnect()
- GroupFigures cannot be connected
- Overrides:
- canConnect in class AbstractFigure
displayBox
public Rectangle displayBox()
- Gets the display box. The display box is defined as the union
of the contained figures.
- Overrides:
- displayBox in class AbstractFigure
basicDisplayBox
public void basicDisplayBox(Point origin,
Point corner)
- Sets the display box of a figure.
- Overrides:
- basicDisplayBox in class AbstractFigure
decompose
public FigureEnumeration decompose()
- Decomposes a figure into its parts.
- Overrides:
- decompose in class AbstractFigure
handles
public Vector handles()
- Gets the handles for the GroupFigure.
- Overrides:
- handles in class AbstractFigure
setAttribute
public void setAttribute(String name,
Object value)
- Sets the attribute of all the contained figures.
- Overrides:
- setAttribute in class AbstractFigure
All Packages Class Hierarchy This Package Previous Next Index