Methods in
org.eclipse.draw2d with parameters of type
ConnectionAnchor
|
void
|
PolylineConnection.
anchorMoved
(
ConnectionAnchor anchor)
Called by the anchors of this connection when they have moved, revalidating this
polyline connection. |
void
|
PolylineConnection.
setSourceAnchor
(
ConnectionAnchor anchor)
Sets the anchor to be used at the start of this polyline connection. |
void
|
PolylineConnection.
setTargetAnchor
(
ConnectionAnchor anchor)
Sets the anchor to be used at the end of the polyline connection. |
void
|
Connection.
setSourceAnchor
(
ConnectionAnchor anchor)
Sets the ConnectionAnchor to be used at the source end of this Connection. |
void
|
Connection.
setTargetAnchor
(
ConnectionAnchor anchor)
Sets the ConnectionAnchor to be used at the target end of this Connection. |
void
|
AnchorListener.
anchorMoved
(
ConnectionAnchor anchor)
Called when an anchor has moved to a new location. |