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.draw2dClasses in org.eclipse.draw2d that implement ConnectionRouterModifier and TypeClassDescriptionclassBase class for implementing a connection router.classAn abstract router implementation which detects when multiple connections are overlapping.classstatic classRoutes Connections directly from the source anchor to the target anchor with no bendpoints in between.classAutomatic router that spreads itsConnectionsin a fan-like fashion upon collision.final classProvides aConnectionwith an orthogonal route between the Connection's source and target anchors.final classRoutes multiple connections around the children of a given container figure.Fields in org.eclipse.draw2d declared as ConnectionRouterModifier and TypeFieldDescriptionprotected ConnectionRouterConnectionLayer.connectionRouterThe ConnectionRouter used to route all connections on this layer.static final ConnectionRouterConnectionRouter.NULLThe 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 theConnectionRouterused to layout this connection.protected ConnectionRouterAutomaticRouter.next()Returns the next router in the chain.Methods in org.eclipse.draw2d with parameters of type ConnectionRouterModifier and TypeMethodDescriptionvoidConnection.setConnectionRouter(ConnectionRouter router) Sets the ConnectionRouter for this Connection.voidConnectionLayer.setConnectionRouter(ConnectionRouter router) Sets the ConnectionRouter for this layer.voidPolylineConnection.setConnectionRouter(ConnectionRouter cr) Sets the connection router which handles the layout of this polyline.voidAutomaticRouter.setNextRouter(ConnectionRouter router) Sets the next router.