Uses of Interface
org.eclipse.draw2d.ConnectionAnchor
Packages that use ConnectionAnchor
Package
Description
Primary package containing general interfaces and implementation classes.
-
Uses of ConnectionAnchor in org.eclipse.draw2d
Classes in org.eclipse.draw2d that implement ConnectionAnchorModifier and TypeClassDescriptionclass
Provides support for anchors which depend on a figure for thier location.class
The ChopboxAnchor's location is found by calculating the intersection of a line drawn from the center point of its owner's box to a reference point on that box.class
Provides support for a ConnectionAnchor.class
Similar to aChopboxAnchor
, except this anchor is located on the ellipse defined by the owners bounding box.class
LabelAnchors must have an owner of typeLabel
.class
Anchor for rounded rectangles which is always on a line between the center and the reference point.class
Supports an anchor in the XY layout.Methods in org.eclipse.draw2d that return ConnectionAnchorModifier and TypeMethodDescriptionConnection.getSourceAnchor()
Returns the ConnectionAnchor at the source end of this Connection.PolylineConnection.getSourceAnchor()
Connection.getTargetAnchor()
Returns the ConnectionAnchor at the target end of this Connection.PolylineConnection.getTargetAnchor()
Methods in org.eclipse.draw2d with parameters of type ConnectionAnchorModifier and TypeMethodDescriptionvoid
AnchorListener.anchorMoved
(ConnectionAnchor anchor) Called when an anchor has moved to a new location.void
PolylineConnection.anchorMoved
(ConnectionAnchor anchor) Called by the anchors of this connection when they have moved, revalidating this polyline connection.void
Connection.setSourceAnchor
(ConnectionAnchor anchor) Sets the ConnectionAnchor to be used at the source end of this Connection.void
PolylineConnection.setSourceAnchor
(ConnectionAnchor anchor) Sets the anchor to be used at the start of this polyline connection.void
Connection.setTargetAnchor
(ConnectionAnchor anchor) Sets the ConnectionAnchor to be used at the target end of this Connection.void
PolylineConnection.setTargetAnchor
(ConnectionAnchor anchor) Sets the anchor to be used at the end of the polyline connection.