All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class CH.ifa.draw.figures.ElbowConnection

java.lang.Object
   |
   +----CH.ifa.draw.standard.AbstractFigure
           |
           +----CH.ifa.draw.figures.PolyLineFigure
                   |
                   +----CH.ifa.draw.figures.LineConnection
                           |
                           +----CH.ifa.draw.figures.ElbowConnection

public class ElbowConnection
extends LineConnection
A LineConnection that constrains a connection to orthogonal lines.


Constructor Index

 o ElbowConnection()

Method Index

 o connectedTextLocator(Figure)
Returns the locator used to located connected text.
 o handles()
Gets the handles of the figure.
 o layoutConnection()
Lays out the connection.
 o updateConnection()
Updates the connection.
 o updatePoints()

Constructors

 o ElbowConnection
 public ElbowConnection()

Methods

 o updateConnection
 public void updateConnection()
Updates the connection.

Overrides:
updateConnection in class LineConnection
 o layoutConnection
 public void layoutConnection()
Lays out the connection.

Overrides:
layoutConnection in class LineConnection
 o handles
 public Vector handles()
Gets the handles of the figure.

Overrides:
handles in class LineConnection
 o connectedTextLocator
 public Locator connectedTextLocator(Figure f)
Returns the locator used to located connected text.

Overrides:
connectedTextLocator in class AbstractFigure
 o updatePoints
 protected void updatePoints()

All Packages  Class Hierarchy  This Package  Previous  Next  Index