|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--y.layout.planar.SmartEdgeRouter
Instances of this class route edges through a planar graph using it's dual graph
Constructor Summary | |
SmartEdgeRouter(PlanarInformation _planar)
|
Method Summary | |
void |
insertEdges(EdgeList edges)
Inserts a list of edges into the graph by routing through the dual graph. |
protected void |
routeEdges(Node source,
EdgeList edges,
DualPlanarInformation dualPlanar)
experimental |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SmartEdgeRouter(PlanarInformation _planar)
Method Detail |
public void insertEdges(EdgeList edges)
edges
- the edges to be routed routed.protected void routeEdges(Node source, EdgeList edges, DualPlanarInformation dualPlanar)
|
© Copyright 2000-2003, yWorks GmbH. All rights reserved. 2003 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |