com.mindfusion.diagramming.jlayout
Interface Graph


public interface Graph


Method Summary
 java.awt.geom.Rectangle2D.Float getBounds(boolean includeLinks)
           
 java.awt.geom.Rectangle2D.Float getDocRect()
          Gets the bounding rectangle of the document, containing the graph.
 LinkList getLinks()
          Gets a collection with all links in this graph.
 NodeList getNodes()
          Gets a collection with all nodes in this graph.
 

Method Detail

getNodes

NodeList getNodes()
Gets a collection with all nodes in this graph.


getLinks

LinkList getLinks()
Gets a collection with all links in this graph.


getDocRect

java.awt.geom.Rectangle2D.Float getDocRect()
Gets the bounding rectangle of the document, containing the graph.


getBounds

java.awt.geom.Rectangle2D.Float getBounds(boolean includeLinks)