|
Draw2D v2.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--org.eclipse.draw2d.AbstractRouter
|
+--org.eclipse.draw2d.AutomaticRouter
|
+--org.eclipse.draw2d.FanRouter
Automatic router that spreads its Connections
in a fan-like fashion upon collision.
| Inner classes inherited from class org.eclipse.draw2d.ConnectionRouter |
ConnectionRouter.NullConnectionRouter |
| Fields inherited from interface org.eclipse.draw2d.ConnectionRouter |
NULL |
| Constructor Summary | |
FanRouter()
|
|
| Method Summary | |
int |
getSeparation()
Returns the colliding Connection's
separation in pixels. |
protected void |
handleCollision(PointList points,
int index)
|
void |
setSeparation(int value)
Sets the colliding Connection's
separation in pixels. |
| Methods inherited from class org.eclipse.draw2d.AutomaticRouter |
getConstraint, invalidate, next, remove, route, setConstraint, setEndPoints, setNextRouter |
| Methods inherited from class org.eclipse.draw2d.AbstractRouter |
getEndPoint, getStartPoint |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public FanRouter()
| Method Detail |
public int getSeparation()
Connection's
separation in pixels.
protected void handleCollision(PointList points,
int index)
handleCollision in class AutomaticRouterpublic void setSeparation(int value)
Connection's
separation in pixels.
|
Draw2D v2.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||