Uses of Class
org.jhotdraw.standard.AbstractConnector

Packages that use AbstractConnector
org.jhotdraw.contrib   
org.jhotdraw.figures   
org.jhotdraw.standard   
 

Uses of AbstractConnector in org.jhotdraw.contrib
 

Subclasses of AbstractConnector in org.jhotdraw.contrib
 class ChopDiamondConnector
          A ChopDiamondConnector locates connection points by choping the connection between the centers of the two figures at the edge of a diamond figure.
 class ChopPolygonConnector
          A ChopPolygonConnector locates a connection point by chopping the connection at the polygon boundary.
 

Uses of AbstractConnector in org.jhotdraw.figures
 

Subclasses of AbstractConnector in org.jhotdraw.figures
 class ChopEllipseConnector
          A ChopEllipseConnector locates a connection point by chopping the connection at the ellipse defined by the figure's display box.
 class NullConnector
           
 class PolyLineConnector
          PolyLineConnector finds connection points on a PolyLineFigure.
 class ShortestDistanceConnector
          A ShortestDistance locates connection points by finding the shortest distance between the start and end of the connection.
 

Uses of AbstractConnector in org.jhotdraw.standard
 

Subclasses of AbstractConnector in org.jhotdraw.standard
 class ChopBoxConnector
          A ChopBoxConnector locates connection points by choping the connection between the centers of the two figures at the display box.
 class LocatorConnector
          A LocatorConnector locates connection points with the help of a Locator.