com.mindfusion.diagramming.jlayout
Class Layout

java.lang.Object
  extended by com.mindfusion.diagramming.jlayout.Layout
Direct Known Subclasses:
CircularLayout, OrthogonalLayout, TopologicalLayout

public class Layout
extends java.lang.Object


Constructor Summary
Layout()
           
 
Method Summary
protected 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Layout

public Layout()
Method Detail

GraphFromIGraph

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