org.wilmascope.dotparser
Interface GraphClient


public interface GraphClient


Method Summary
 EdgeClient addEdge(NodeClient start, NodeClient end)
           
 NodeClient addNode(java.lang.String id)
           
 void setBoundingBox(java.lang.String bounds)
           
 

Method Detail

addEdge

EdgeClient addEdge(NodeClient start,
                   NodeClient end)

addNode

NodeClient addNode(java.lang.String id)

setBoundingBox

void setBoundingBox(java.lang.String bounds)