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.
-
ElbowConnection()
-
-
connectedTextLocator(Figure)
- Returns the locator used to located connected text.
-
handles()
- Gets the handles of the figure.
-
layoutConnection()
- Lays out the connection.
-
updateConnection()
- Updates the connection.
-
updatePoints()
-
ElbowConnection
public ElbowConnection()
updateConnection
public void updateConnection()
- Updates the connection.
- Overrides:
- updateConnection in class LineConnection
layoutConnection
public void layoutConnection()
- Lays out the connection.
- Overrides:
- layoutConnection in class LineConnection
handles
public Vector handles()
- Gets the handles of the figure.
- Overrides:
- handles in class LineConnection
connectedTextLocator
public Locator connectedTextLocator(Figure f)
- Returns the locator used to located connected text.
- Overrides:
- connectedTextLocator in class AbstractFigure
updatePoints
protected void updatePoints()
All Packages Class Hierarchy This Package Previous Next Index