All Packages Class Hierarchy This Package Previous Next Index
Class CH.ifa.draw.figures.RootRoundRectangleFigure
CH.ifa.draw.standard.AbstractFigure
|
+----CH.ifa.draw.figures.AttributeFigure
|
+----CH.ifa.draw.figures.RoundRectangleFigure
|
+----CH.ifa.draw.figures.RootRoundRectangleFigure
- public class RootRoundRectangleFigure
- extends RoundRectangleFigure
- implements RootFigure
A rounded rectangle that can be used as the physical frame figure
of an owning FrameComposite.
-
RootRoundRectangleFigure(Figure)
-
-
RootRoundRectangleFigure(Point, Point, Figure)
-
-
connectorAt(int, int)
- Returns a standard ChopBoxConnector for the composite.
-
displayBox(Point, Point)
- Calls willChange() of the composite prior to setting the display box and
changed() afterwards.
-
getMinimumSize()
- Returns a dimension of 3 by 3.
-
handles()
- Returns standard box handles for the composite.
RootRoundRectangleFigure
public RootRoundRectangleFigure(Figure composite)
RootRoundRectangleFigure
public RootRoundRectangleFigure(Point origin,
Point corner,
Figure composite)
handles
public Vector handles()
- Returns standard box handles for the composite.
- Overrides:
- handles in class RoundRectangleFigure
connectorAt
public Connector connectorAt(int x,
int y)
- Returns a standard ChopBoxConnector for the composite.
- Overrides:
- connectorAt in class RoundRectangleFigure
getMinimumSize
public Dimension getMinimumSize()
- Returns a dimension of 3 by 3.
- Overrides:
- getMinimumSize in class AbstractFigure
displayBox
public void displayBox(Point origin,
Point corner)
- Calls willChange() of the composite prior to setting the display box and
changed() afterwards.
- Overrides:
- displayBox in class AbstractFigure
All Packages Class Hierarchy This Package Previous Next Index