Eclipse Draw2d
2.1

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.


Nested Class Summary
 
Nested classes inherited from class org.eclipse.draw2d.ConnectionRouter
ConnectionRouter.NullConnectionRouter
 
Field Summary
 
Fields inherited from interface org.eclipse.draw2d.ConnectionRouter
NULL
 
Method Summary
 void route(Connection conn)
          Routes the given Connection directly between the source and target anchors.
 
Methods inherited from class org.eclipse.draw2d.AbstractRouter
getConstraint, getEndPoint, getStartPoint, invalidate, remove, setConstraint
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

route

public void route(Connection conn)
Routes the given Connection directly between the source and target anchors.

Parameters:
conn - The Connection to route

Eclipse Draw2d
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.