com.mindfusion.diagramming.jlayout
Class GraphLibUtilities

java.lang.Object
  extended by com.mindfusion.diagramming.jlayout.GraphLibUtilities

public final class GraphLibUtilities
extends java.lang.Object

Provides utility methods for operating with the MindFusion.Graphs library.


Constructor Summary
GraphLibUtilities()
           
 
Method Summary
static com.mindfusion.graphs.Graph graphFromIGraph(Graph igraph, java.util.HashMap<com.mindfusion.graphs.Vertex,Node> nodeMap, java.util.HashMap<com.mindfusion.graphs.Edge,Link> linkMap)
          Creates a GraphLib.Graph object out of the specified IGraph object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphLibUtilities

public GraphLibUtilities()
Method Detail

graphFromIGraph

public static com.mindfusion.graphs.Graph graphFromIGraph(Graph igraph,
                                                          java.util.HashMap<com.mindfusion.graphs.Vertex,Node> nodeMap,
                                                          java.util.HashMap<com.mindfusion.graphs.Edge,Link> linkMap)
Creates a GraphLib.Graph object out of the specified IGraph object.