JHotDraw 7.0.6

Uses of Interface
org.jhotdraw.draw.ConnectionFigure

Packages that use ConnectionFigure
org.jhotdraw.draw Defines a framework for drawing editors. 
org.jhotdraw.samples.net.figures Provides the NodeFigure for network diagrams. 
org.jhotdraw.samples.pert.figures Provides the figurs for PERT diagrams. 
 

Uses of ConnectionFigure in org.jhotdraw.draw
 

Classes in org.jhotdraw.draw that implement ConnectionFigure
 class LabeledLineConnectionFigure
          A LineConnection with labels.
 class LineConnectionFigure
          A LineConnection is a standard implementation of the ConnectionFigure interface.
 

Fields in org.jhotdraw.draw declared as ConnectionFigure
protected  ConnectionFigure ConnectionTool.prototype
          the prototypical figure that is used to create new connections.
 

Methods in org.jhotdraw.draw that return ConnectionFigure
protected  ConnectionFigure ConnectionHandle.createConnection()
          Creates the ConnectionFigure.
protected  ConnectionFigure ConnectionTool.createFigure()
          Creates the ConnectionFigure.
protected  ConnectionFigure BidirectionalConnectionTool.createFigure()
          Creates the ConnectionFigure.
protected  ConnectionFigure ConnectionTool.findConnection(java.awt.geom.Point2D.Double p, Drawing drawing)
          Finds an existing connection figure.
protected  ConnectionFigure BidirectionalConnectionTool.findConnection(java.awt.geom.Point2D.Double p, Drawing drawing)
          Finds an existing connection figure.
protected  ConnectionFigure ConnectionTool.getConnection()
          Gets the connection which is created by this tool
protected  ConnectionFigure ConnectionHandle.getConnection()
           
protected  ConnectionFigure ChangeConnectionHandle.getConnection()
           
protected  ConnectionFigure BidirectionalConnectionTool.getConnection()
          Gets the connection which is created by this tool
protected  ConnectionFigure AbstractFigure.getCourtingConnection()
           
 ConnectionFigure ConnectionTool.getPrototype()
           
 

Methods in org.jhotdraw.draw with parameters of type ConnectionFigure
 boolean LineConnectionFigure.connectsSame(ConnectionFigure other)
           
 boolean ConnectionFigure.connectsSame(ConnectionFigure other)
          Checks if the ConnectionFigure connects the same figures.
 Connector TriangleFigure.findConnector(java.awt.geom.Point2D.Double p, ConnectionFigure prototype)
           
 Connector RoundRectangleFigure.findConnector(java.awt.geom.Point2D.Double p, ConnectionFigure prototype)
           
 Connector Figure.findConnector(java.awt.geom.Point2D.Double p, ConnectionFigure prototype)
          Gets a connector for this figure at the given location.
 Connector EllipseFigure.findConnector(java.awt.geom.Point2D.Double p, ConnectionFigure prototype)
           
 Connector DiamondFigure.findConnector(java.awt.geom.Point2D.Double p, ConnectionFigure prototype)
          Returns the Figures connector for the specified location.
 Connector BezierFigure.findConnector(java.awt.geom.Point2D.Double p, ConnectionFigure prototype)
          Returns the Figures connector for the specified location.
 Connector AbstractFigure.findConnector(java.awt.geom.Point2D.Double p, ConnectionFigure prototype)
          Returns the Figures connector for the specified location.
protected  Connector ConnectionTool.findConnector(java.awt.geom.Point2D.Double p, Figure target, ConnectionFigure f)
           
protected  Connector ChangeConnectionHandle.findConnector(java.awt.geom.Point2D.Double p, Figure f, ConnectionFigure prototype)
           
 java.awt.geom.Point2D.Double Connector.findEnd(ConnectionFigure connection)
          Finds the end point for the connection.
 java.awt.geom.Point2D.Double ChopBoxConnector.findEnd(ConnectionFigure connection)
           
 java.awt.geom.Point2D.Double AbstractConnector.findEnd(ConnectionFigure connection)
           
protected  java.awt.geom.Point2D.Double AbstractConnector.findPoint(ConnectionFigure connection)
          Gets the connection point.
 java.awt.geom.Point2D.Double Connector.findStart(ConnectionFigure connection)
          Finds the start point for the connection.
 java.awt.geom.Point2D.Double ChopBoxConnector.findStart(ConnectionFigure connection)
           
 java.awt.geom.Point2D.Double AbstractConnector.findStart(ConnectionFigure connection)
           
 void SlantedLiner.lineout(ConnectionFigure figure)
           
 void Liner.lineout(ConnectionFigure figure)
          Layouts the Path.
 void ElbowLiner.lineout(ConnectionFigure figure)
           
protected  java.awt.geom.Point2D.Double LocatorConnector.locate(ConnectionFigure connection)
           
protected  void ConnectionTool.setConnection(ConnectionFigure newConnection)
           
protected  void ConnectionHandle.setConnection(ConnectionFigure newConnection)
           
protected  void ChangeConnectionHandle.setConnection(ConnectionFigure newConnection)
           
 void Figure.setConnectorsVisible(boolean isVisible, ConnectionFigure courtingConnection)
          Sets whether the connectors should be visible for the specified courting connector.
 void AbstractFigure.setConnectorsVisible(boolean isVisible, ConnectionFigure connection)
           
 

Constructors in org.jhotdraw.draw with parameters of type ConnectionFigure
BidirectionalConnectionTool(ConnectionFigure prototype)
          Creates a new instance.
BidirectionalConnectionTool(ConnectionFigure prototype, java.util.Map<AttributeKey,java.lang.Object> attributes)
           
ConnectionHandle(Figure owner, Locator locator, ConnectionFigure prototype)
          Creates a new instance.
ConnectionTool(ConnectionFigure prototype)
          Creates a new instance.
ConnectionTool(ConnectionFigure prototype, java.util.Map attributes)
           
 

Uses of ConnectionFigure in org.jhotdraw.samples.net.figures
 

Methods in org.jhotdraw.samples.net.figures with parameters of type ConnectionFigure
 Connector NodeFigure.findConnector(java.awt.geom.Point2D.Double p, ConnectionFigure figure)
           
 

Uses of ConnectionFigure in org.jhotdraw.samples.pert.figures
 

Classes in org.jhotdraw.samples.pert.figures that implement ConnectionFigure
 class DependencyFigure
          DependencyFigure.
 


Copyright 1996-2006 © JHotDraw.org