Package TreeDraw

Interface Summary
LabelledTree Simple interface representing a tree whose nodes are labelled with text strings.
Tree Simple interface representing a non-empty tree.
 

Class Summary
LabelledTreeImpl Sample implementation of a labelled tree, used to test the tree drawer.
TreeDrawer This public class provides a method to draw a tree in a java.awt.Graphics drawing environment.
TreeDrawingInstructions Instances of this class are trees which contain useful information to draw a LabelledTree.