Search this API

y.layout.planar
Class MultipleEdgesTool

java.lang.Object
  extended by y.layout.planar.MultipleEdgesTool

public class MultipleEdgesTool
extends java.lang.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

 
Your browser does not support SVG content.

Constructor Summary
MultipleEdgesTool()
           
 
Method Summary
 void dispose()
           
 void findAndHideMultipleEdges(Graph _graph)
          Hides the multiple edges in the graph.
 void reinsertMultipleEdges(PlanarInformation planar, EdgeList hiddenEdgeList)
          Adds the multiple edges to the list of hidden edges.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultipleEdgesTool

public MultipleEdgesTool()
Method Detail

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()

© Copyright 2000-2022,
yWorks GmbH.
All rights reserved.