Uses of Package
com.alexmerz.graphviz.objects

Packages that use com.alexmerz.graphviz.objects
com.alexmerz.graphviz This package contains the Tokenizer and Parser classes to create a datastructure from an Reader containing a Graphviz document. 
com.alexmerz.graphviz.objects This package contains the objects representing a Graph including all its Node, Edges and Subgraphs. 
 

Classes in com.alexmerz.graphviz.objects used by com.alexmerz.graphviz
Graph
          This class represents a graph.
Id
          This object is used to identify graphs and nodes Note, that an object may contain an id or a label.
Node
          This class represents a node in a graph.
PortNode
          This class is an extended Node object containing Port information of a node in an edge.
 

Classes in com.alexmerz.graphviz.objects used by com.alexmerz.graphviz.objects
Edge
          This class represents an Edge in a Graph.
Graph
          This class represents a graph.
Id
          This object is used to identify graphs and nodes Note, that an object may contain an id or a label.
Node
          This class represents a node in a graph.
PortNode
          This class is an extended Node object containing Port information of a node in an edge.