|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweka.gui.treevisualizer.TreeBuild
This class will parse a dotty file and construct a tree structure from it with Edge's and Node's
Constructor Summary | |
TreeBuild()
Upon construction this will only setup the color table for quick reference of a color. |
Method Summary | |
Node |
create(java.io.Reader t)
This will build A node structure from the dotty format passed. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TreeBuild()
Method Detail |
public Node create(java.io.Reader t)
t
- The reader with the dotty string to be read.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |