|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mindfusion.diagramming.jlayout.GraphLibUtilities
public final class GraphLibUtilities
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 |
---|
public GraphLibUtilities()
Method Detail |
---|
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)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |