BIFParser |
This class parses an inputstream or a string in
XMLBIF ver.
|
DotParser |
This class parses input in DOT format, and
builds the datastructures that are passed to it.
|
GraphEdge |
This class represents an edge in the graph
|
GraphNode |
This class represents a node in the Graph.
|
GraphVisualizer |
This class displays the graph we want to visualize.
|
HierarchicalBCEngine |
This class lays out the vertices of a graph in a
hierarchy of vertical levels, with a number of nodes
in each level.
|
LayoutCompleteEvent |
This is an event which is fired by a LayoutEngine once
a LayoutEngine finishes laying out the graph, so
that the Visualizer can repaint the screen to show
the changes.
|
Messages |
Messages.
|