Uses of Class
edu.ksu.cis.viewer.Node

Uses of Node in edu.ksu.cis.viewer
 

Methods in edu.ksu.cis.viewer that return Node
 Node BinaryTree.getRoot()
          Returns the root of this tree.
 

Constructors in edu.ksu.cis.viewer with parameters of type Node
TreeDrawing(Node root, TreeDrawing[] children)
          Constructs a drawing of a tree with the given root and children.
BinaryTree(Node root, BinaryTree left, BinaryTree right)
          Constructs a BinaryTree with the given root and children.