Uses of Interface
edu.ksu.cis.viewer.Colorizer

Uses of Colorizer in edu.ksu.cis.viewer
 

Constructors in edu.ksu.cis.viewer with parameters of type Colorizer
TreeFrame(TreeInterface t, int maxHeight, Colorizer c)
          Contstructs a TreeFrame displaying the given tree.
TreeFrame(TreeInterface t, int maxHeight, Colorizer c, Font fnt)
          Constructs a TreeFrame displaying the given tree using the given Font.
TreeDrawing(TreeInterface tree, int maxHeight, Colorizer col)
          Constructs a colorized drawing of the given tree.