com.mindfusion.graphs
Class OrthogonalDrawing

java.lang.Object
  extended by com.mindfusion.graphs.OrthogonalDrawing

public class OrthogonalDrawing
extends java.lang.Object


Constructor Summary
OrthogonalDrawing(Graph graph, boolean directed)
           
 
Method Summary
 DrawingGrid getDrawingGrid()
           
 java.util.HashMap<Edge,java.util.ArrayList<Point>> getEdgePoints()
           
 java.util.HashMap<Vertex,Point> getVertexPoints()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OrthogonalDrawing

public OrthogonalDrawing(Graph graph,
                         boolean directed)
Method Detail

getVertexPoints

public java.util.HashMap<Vertex,Point> getVertexPoints()

getEdgePoints

public java.util.HashMap<Edge,java.util.ArrayList<Point>> getEdgePoints()

getDrawingGrid

public DrawingGrid getDrawingGrid()