JHotDraw 7.5.1

Package org.jhotdraw.draw.connector

Provides Connectors for locating the start point and end point of a ConnectionFigure on a Figure.

See:
          Description

Interface Summary
Connector A connector knows how to locate the start point or the end point of a ConnectionFigure on a connected figure.
 

Class Summary
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.
 

Package org.jhotdraw.draw.connector Description

Provides Connectors for locating the start point and end point of a ConnectionFigure on a Figure.


Copyright 1996-2010 (c) by the authors and contributors of the JHotDraw project.
Some rights reserved.