A B C D E F G H I M N O P R S T V

N

Node - class edu.ksu.cis.viewer.Node.
The objects used as the nodes of trees in the BinaryTree class.
Node(String) - Constructor for class edu.ksu.cis.viewer.Node
Constructs a black Node with the given contents and a tag of 0.
Node(String, int) - Constructor for class edu.ksu.cis.viewer.Node
Constructs a black Node with the given contents and tag.
Node(String, Color) - Constructor for class edu.ksu.cis.viewer.Node
Constructs a Node of the given color with the given contents and a tag of 0.
Node(String, int, Color) - Constructor for class edu.ksu.cis.viewer.Node
Constructs a Node of the given color with the given contents and tag.

A B C D E F G H I M N O P R S T V