Package org.eclipse.draw2d
Class ConnectionRouter.NullConnectionRouter
java.lang.Object
org.eclipse.draw2d.AbstractRouter
org.eclipse.draw2d.ConnectionRouter.NullConnectionRouter
- All Implemented Interfaces:
- ConnectionRouter
- Enclosing interface:
- ConnectionRouter
Routes Connections directly from the source anchor to the target anchor with
 no bendpoints in between.
- 
Nested Class SummaryNested classes/interfaces inherited from interface org.eclipse.draw2d.ConnectionRouterConnectionRouter.NullConnectionRouter
- 
Field SummaryFields inherited from interface org.eclipse.draw2d.ConnectionRouterNULL
- 
Method SummaryModifier and TypeMethodDescriptionvoidroute(Connection conn) Routes the given Connection directly between the source and target anchors.Methods inherited from class org.eclipse.draw2d.AbstractRoutergetConstraint, getEndPoint, getStartPoint, invalidate, remove, setConstraint
- 
Method Details- 
routeRoutes the given Connection directly between the source and target anchors.- Parameters:
- conn- the connection to be routed
 
 
-