Uses of Interface
org.eclipse.draw2d.ConnectionRouter
Packages that use ConnectionRouter
Package
Description
Primary package containing general interfaces and implementation classes.
-
Uses of ConnectionRouter in org.eclipse.draw2d
Classes in org.eclipse.draw2d that implement ConnectionRouterModifier and TypeClassDescriptionclass
Base class for implementing a connection router.class
An abstract router implementation which detects when multiple connections are overlapping.class
static class
Routes Connections directly from the source anchor to the target anchor with no bendpoints in between.class
Automatic router that spreads itsConnections
in a fan-like fashion upon collision.final class
Provides aConnection
with an orthogonal route between the Connection's source and target anchors.final class
Routes multiple connections around the children of a given container figure.Fields in org.eclipse.draw2d declared as ConnectionRouterModifier and TypeFieldDescriptionprotected ConnectionRouter
ConnectionLayer.connectionRouter
The ConnectionRouter used to route all connections on this layer.static final ConnectionRouter
ConnectionRouter.NULL
The default router for Connections.Methods in org.eclipse.draw2d that return ConnectionRouterModifier and TypeMethodDescriptionConnection.getConnectionRouter()
Returns the ConnectionRouter used to route this Connection.ConnectionLayer.getConnectionRouter()
Returns the ConnectionRouter being used by this layer.PolylineConnection.getConnectionRouter()
Returns theConnectionRouter
used to layout this connection.protected ConnectionRouter
AutomaticRouter.next()
Returns the next router in the chain.Methods in org.eclipse.draw2d with parameters of type ConnectionRouterModifier and TypeMethodDescriptionvoid
Connection.setConnectionRouter
(ConnectionRouter router) Sets the ConnectionRouter for this Connection.void
ConnectionLayer.setConnectionRouter
(ConnectionRouter router) Sets the ConnectionRouter for this layer.void
PolylineConnection.setConnectionRouter
(ConnectionRouter cr) Sets the connection router which handles the layout of this polyline.void
AutomaticRouter.setNextRouter
(ConnectionRouter router) Sets the next router.