public class TreeBuild
extends java.lang.Object
Constructor and Description |
---|
TreeBuild()
Upon construction this will only setup the color table for quick
reference of a color.
|
Modifier and Type | Method and Description |
---|---|
Node |
create(java.io.Reader t)
This will build A node structure from the dotty format passed.
|
public TreeBuild()
public Node create(java.io.Reader t)
t
- The reader with the dotty string to be read.