|
org.eclipse.draw2d
Class ConnectionRouter.NullConnectionRouter
java.lang.Object
org.eclipse.draw2d.AbstractRouter
org.eclipse.draw2d.ConnectionRouter.NullConnectionRouter
-
All Implemented Interfaces:
-
ConnectionRouter
-
Enclosing class:
-
ConnectionRouter
- public static class ConnectionRouter.NullConnectionRouter
- extends
AbstractRouter
Routes Connections directly from the source anchor to the target anchor with no
bendpoints in between.
Method Summary
|
void
|
route
(
Connection conn)
Routes the given Connection directly between the source and target anchors. |
Methods inherited from class java.lang.Object
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
|
route
public void route(
Connection conn)
- Routes the given Connection directly between the source and target anchors.
-
-
Parameters:
-
conn - the connection to be routed
Copyright (c) IBM Corp. and others 2000, 2007. All Rights Reserved.
|
|