Uses of Interface
org.jhotdraw.framework.ConnectionFigure

Packages that use ConnectionFigure
org.jhotdraw.contrib   
org.jhotdraw.figures   
org.jhotdraw.framework   
org.jhotdraw.standard   
org.jhotdraw.util   
 

Uses of ConnectionFigure in org.jhotdraw.contrib
 

Constructors in org.jhotdraw.contrib with parameters of type ConnectionFigure
SplitConnectionTool(DrawingEditor newDrawingEditor, ConnectionFigure newPrototype)
           
 

Uses of ConnectionFigure in org.jhotdraw.figures
 

Classes in org.jhotdraw.figures that implement ConnectionFigure
 class ElbowConnection
          A LineConnection that constrains a connection to orthogonal lines.
 class LineConnection
          A LineConnection is a standard implementation of the ConnectionFigure interface.
 

Methods in org.jhotdraw.figures with parameters of type ConnectionFigure
 boolean LineConnection.connectsSame(ConnectionFigure other)
          Tests whether a connection connects the same figures as another ConnectionFigure.
 java.awt.Point ShortestDistanceConnector.findEnd(ConnectionFigure connection)
           
 java.awt.Point ShortestDistanceConnector.findStart(ConnectionFigure connection)
           
 

Uses of ConnectionFigure in org.jhotdraw.framework
 

Methods in org.jhotdraw.framework with parameters of type ConnectionFigure
 void Figure.connectorVisibility(boolean isVisible, ConnectionFigure connection)
          Sets whether the connectors should be visible.
 void Connector.connectorVisibility(boolean isVisible, ConnectionFigure courtingConnection)
          Requests that the connector should show itself or hide itself.
 boolean ConnectionFigure.connectsSame(ConnectionFigure other)
          Checks if the ConnectionFigure connects the same figures.
 java.awt.Point Connector.findEnd(ConnectionFigure connection)
          Finds the end point for the connection.
 java.awt.Point Connector.findStart(ConnectionFigure connection)
          Finds the start point for the connection.
 

Uses of ConnectionFigure in org.jhotdraw.standard
 

Methods in org.jhotdraw.standard with parameters of type ConnectionFigure
 void DecoratorFigure.connectorVisibility(boolean isVisible, ConnectionFigure courtingConnection)
          Forwards the connector visibility request to its component.
 void AbstractFigure.connectorVisibility(boolean isVisible, ConnectionFigure connector)
          Sets whether the connectors should be visible.
 void AbstractConnector.connectorVisibility(boolean isVisible, ConnectionFigure courtingConnection)
          Requests that the connector should show itself or hide itself.
 java.awt.Point ChopBoxConnector.findEnd(ConnectionFigure connection)
           
 java.awt.Point AbstractConnector.findEnd(ConnectionFigure connection)
           
 java.awt.Point ChopBoxConnector.findStart(ConnectionFigure connection)
           
 java.awt.Point AbstractConnector.findStart(ConnectionFigure connection)
           
 

Constructors in org.jhotdraw.standard with parameters of type ConnectionFigure
ChangeConnectionEndHandle(ConnectionFigure owner)
          Constructs the connection handle.
ChangeConnectionStartHandle(ConnectionFigure owner)
          Constructs the connection handle for the given start figure.
ConnectionHandle(Figure owner, Locator l, ConnectionFigure prototype)
          Constructs a handle with the given owner, locator, and connection prototype
ConnectionTool.UndoActivity(DrawingView newDrawingView, ConnectionFigure newConnection)
           
ConnectionTool(DrawingEditor newDrawingEditor, ConnectionFigure newPrototype)
           
 

Uses of ConnectionFigure in org.jhotdraw.util
 

Methods in org.jhotdraw.util with parameters of type ConnectionFigure
 void GraphLayout.addEdge(ConnectionFigure edge, int addlen)