Interface | Description |
---|---|
Connector |
A connector knows how to locate the start point or the end point
of a
ConnectionFigure on a connected figure. |
Class | Description |
---|---|
AbstractConnector |
This abstract class can be extended to implement a
Connector . |
ChopBezierConnector |
A
Connector which locates a connection point at the bounds
of a BezierFigure . |
ChopDiamondConnector |
A
Connector which locates a connection point at the bounds
of any figure which has a diamond shape, such as DiamondFigure . |
ChopEllipseConnector |
A
Connector which locates a connection point at the bounds
of any figure which has an elliptic shape, such as EllipseFigure . |
ChopRectangleConnector |
A
Connector which locates a connection point at the bounds
of any figure which has a rectangular shape, such as RectangleFigure . |
ChopRoundRectangleConnector |
A
Connector which locates a connection point at the bounds
of a RoundRectangleFigure . |
ChopTriangleConnector |
A
Connector which locates a connection point at the bounds
of a TriangleFigure . |
LocatorConnector |
A LocatorConnector locates connection points with
the help of a Locator.
|
StickyRectangleConnector |
A StickyRectangleConnector locates connection points by
choping the connection between the centers of the
two figures at the display box.
|