Uses of Interface
org.eclipse.draw2d.Connection
Packages that use Connection
Package
Description
Primary package containing general interfaces and implementation classes.
- 
Uses of Connection in org.eclipse.draw2dClasses in org.eclipse.draw2d that implement ConnectionMethods in org.eclipse.draw2d that return ConnectionModifier and TypeMethodDescriptionprotected ConnectionConnectionLocator.getConnection()Returns connection associated with ConnectionLocator.protected ConnectionRelativeBendpoint.getConnection()Returns the Connection this Bendpoint is associated with.Methods in org.eclipse.draw2d with parameters of type ConnectionModifier and TypeMethodDescriptionbooleanShortestPathConnectionRouter.containsConnection(Connection conn) Returns true if the given connection is routed by this router, false otherwiseprotected PointListViewportAwareConnectionLayerClippingStrategy.getAbsolutePointsAsCopy(Connection connection) Returns the connection's points in absolute coordinates.AbstractRouter.getConstraint(Connection connection) Returns the constraint for the given Connection.AutomaticRouter.getConstraint(Connection connection) BendpointConnectionRouter.getConstraint(Connection connection) Gets the constraint for the givenConnection.ConnectionRouter.getConstraint(Connection connection) Returns the constraint for the Connection.ShortestPathConnectionRouter.getConstraint(Connection connection) Gets the constraint for the givenConnection.protected Rectangle[]ViewportAwareConnectionLayerClippingStrategy.getEdgeClippingRectangle(Connection connection) Computes clipping rectangle(s) for a given connection.protected VectorManhattanConnectionRouter.getEndDirection(Connection conn) protected PointAbstractRouter.getEndPoint(Connection connection) A convenience method for obtaining a connection's endpoint.protected intManhattanConnectionRouter.getRowNear(Connection connection, int r, int n, int x) protected VectorManhattanConnectionRouter.getStartDirection(Connection conn) protected PointAbstractRouter.getStartPoint(Connection conn) A convenience method for obtaining a connection's start point.voidAbstractRouter.invalidate(Connection connection) Causes the router to discard any cached information about the given Connection.voidAutomaticRouter.invalidate(Connection conn) voidConnectionRouter.invalidate(Connection connection) Invalidates the given Connection.voidManhattanConnectionRouter.invalidate(Connection connection) final voidRoutingAnimator.invalidate(Connection conn) Hooks invalidate for animation purposes.voidRoutingListener.invalidate(Connection connection) Called when the connection has been invalidated.voidRoutingListener.Stub.invalidate(Connection connection) voidShortestPathConnectionRouter.invalidate(Connection connection) final voidRoutingAnimator.postRoute(Connection connection) Hooks post routing for animation purposes.voidRoutingListener.postRoute(Connection connection) Called after normal routing has completed.voidRoutingListener.Stub.postRoute(Connection connection) protected voidManhattanConnectionRouter.processPositions(Vector start, Vector end, List<Double> positions, boolean horizontal, Connection conn) voidAbstractRouter.remove(Connection connection) Removes the given Connection from this routers list of Connections it is responsible for.voidAutomaticRouter.remove(Connection conn) voidBendpointConnectionRouter.remove(Connection connection) Removes the given connection from the map of constraints.voidConnectionRouter.remove(Connection connection) Removes the Connection from this router.voidManhattanConnectionRouter.remove(Connection connection) final voidRoutingAnimator.remove(Connection connection) This callback is unused.voidRoutingListener.remove(Connection connection) Called when a connection has been removed from its router.voidRoutingListener.Stub.remove(Connection connection) voidShortestPathConnectionRouter.remove(Connection connection) protected voidManhattanConnectionRouter.removeReservedLines(Connection connection) protected voidManhattanConnectionRouter.reserveColumn(Connection connection, Integer column) protected voidManhattanConnectionRouter.reserveRow(Connection connection, Integer row) voidAutomaticRouter.route(Connection conn) Routes the given connection.voidBendpointConnectionRouter.route(Connection conn) Routes theConnection.voidConnectionRouter.NullConnectionRouter.route(Connection conn) Routes the given Connection directly between the source and target anchors.voidConnectionRouter.route(Connection connection) Routes the Connection.voidManhattanConnectionRouter.route(Connection conn) final booleanRoutingAnimator.route(Connection conn) Hooks route to intercept routing during animation playback.booleanRoutingListener.route(Connection connection) Called prior to routing occurring.booleanRoutingListener.Stub.route(Connection connection) voidShortestPathConnectionRouter.route(Connection conn) protected voidConnectionLocator.setConnection(Connection connection) Sets the Connection to be associated with this ConnectionLocator.voidRelativeBendpoint.setConnection(Connection conn) Sets the Connection this bendpoint should be associated with.voidAbstractRouter.setConstraint(Connection connection, Object constraint) Sets the constraint for the given Connection.voidAutomaticRouter.setConstraint(Connection connection, Object constraint) An AutomaticRouter needs no constraints for the connections it routes.voidBendpointConnectionRouter.setConstraint(Connection connection, Object constraint) Sets the constraint for the givenConnection.voidConnectionRouter.setConstraint(Connection connection, Object constraint) Maps the given constraint to the given Connection.final voidRoutingAnimator.setConstraint(Connection connection, Object constraint) This callback is unused.voidRoutingListener.setConstraint(Connection connection, Object constraint) Called when the connection's routing constraint has been set or initialized.voidRoutingListener.Stub.setConstraint(Connection connection, Object constraint) voidShortestPathConnectionRouter.setConstraint(Connection connection, Object constraint) protected voidAutomaticRouter.setEndPoints(Connection conn) Sets the start and end points for the given connection.Constructors in org.eclipse.draw2d with parameters of type ConnectionModifierConstructorDescriptionArrowLocator(Connection connection, int location) Constructs an ArrowLocator associated with passed connection and tip location (eitherConnectionLocator.SOURCEorConnectionLocator.TARGET).BendpointLocator(Connection c, int i) Creates a BendpointLocator associated with passed Connection c and index i.ConnectionEndpointLocator(Connection c, boolean isEnd) Constructs a ConnectionEndpointLocator using the givenConnection.ConnectionLocator(Connection connection) Constructs a ConnectionLocator with the passed connection andConnectionLocator.MIDDLEalignment.ConnectionLocator(Connection connection, int align) Constructs a ConnectionLocator with the passed Connection and alignment.MidpointLocator(Connection c, int i) Constructs a MidpointLocator with associated Connection c and index i.RelativeBendpoint(Connection conn) Constructs a new RelativeBendpoint and associates it with the given Connection.