Interface | Description |
---|---|
NodePlace |
This is an interface for classes that wish to take a node structure and
arrange them
|
TreeDisplayListener |
Interface implemented by classes that wish to recieve user selection events
from a tree displayer.
|
Class | Description |
---|---|
Colors |
This class maintains a list that contains all the colornames from the
dotty standard and what color (in RGB) they represent
|
Edge |
This class is used in conjunction with the Node class to form a tree
structure.
|
Messages |
Messages.
|
NamedColor |
This class contains a color name and the rgb values of that color
|
Node |
This class records all the data about a particular node for displaying.
|
PlaceNode1 |
This class will place the Nodes of a tree.
|
PlaceNode2 |
This class will place the Nodes of a tree.
|
TreeBuild |
This class will parse a dotty file and construct a tree structure from it
with Edge's and Node's
|
TreeDisplayEvent |
An event containing the user selection from the tree display
|
TreeVisualizer |
Class for displaying a Node structure in Swing.
|