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.


Constructor Index

 o RootRoundRectangleFigure(Figure)
 o RootRoundRectangleFigure(Point, Point, Figure)

Method Index

 o connectorAt(int, int)
Returns a standard ChopBoxConnector for the composite.
 o displayBox(Point, Point)
Calls willChange() of the composite prior to setting the display box and changed() afterwards.
 o getMinimumSize()
Returns a dimension of 3 by 3.
 o handles()
Returns standard box handles for the composite.

Constructors

 o RootRoundRectangleFigure
 public RootRoundRectangleFigure(Figure composite)
 o RootRoundRectangleFigure
 public RootRoundRectangleFigure(Point origin,
                                 Point corner,
                                 Figure composite)

Methods

 o handles
 public Vector handles()
Returns standard box handles for the composite.

Overrides:
handles in class RoundRectangleFigure
 o connectorAt
 public Connector connectorAt(int x,
                              int y)
Returns a standard ChopBoxConnector for the composite.

Overrides:
connectorAt in class RoundRectangleFigure
 o getMinimumSize
 public Dimension getMinimumSize()
Returns a dimension of 3 by 3.

Overrides:
getMinimumSize in class AbstractFigure
 o 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