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.draw2dClasses in org.eclipse.draw2d that implement ConnectionAnchorModifier and TypeClassDescriptionclassProvides support for anchors which depend on a figure for thier location.classThe 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.classProvides support for a ConnectionAnchor.classSimilar to aChopboxAnchor, except this anchor is located on the ellipse defined by the owners bounding box.classLabelAnchors must have an owner of typeLabel.classAnchor for rounded rectangles which is always on a line between the center and the reference point.classSupports 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 TypeMethodDescriptionvoidAnchorListener.anchorMoved(ConnectionAnchor anchor) Called when an anchor has moved to a new location.voidPolylineConnection.anchorMoved(ConnectionAnchor anchor) Called by the anchors of this connection when they have moved, revalidating this polyline connection.voidConnection.setSourceAnchor(ConnectionAnchor anchor) Sets the ConnectionAnchor to be used at the source end of this Connection.voidPolylineConnection.setSourceAnchor(ConnectionAnchor anchor) Sets the anchor to be used at the start of this polyline connection.voidConnection.setTargetAnchor(ConnectionAnchor anchor) Sets the ConnectionAnchor to be used at the target end of this Connection.voidPolylineConnection.setTargetAnchor(ConnectionAnchor anchor) Sets the anchor to be used at the end of the polyline connection.