y.layout.planar
Class MultipleEdgesTool
java.lang.Object
y.layout.planar.MultipleEdgesTool
public class MultipleEdgesTool
- extends Object
Helper that can be used to temporarily hide multiple edges in
a planar graph and reinsert them at a later time again.
The planar information will be corrected updated when
performing these operations
-
-
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MultipleEdgesTool
public MultipleEdgesTool()
findAndHideMultipleEdges
public void findAndHideMultipleEdges(Graph _graph)
- Hides the multiple edges in the graph.
reinsertMultipleEdges
public void reinsertMultipleEdges(PlanarInformation planar,
EdgeList hiddenEdgeList)
- Adds the multiple edges to the list of hidden edges.
dispose
public void dispose()