Uses of Interface
weka.gui.treevisualizer.NodePlace
-
Uses of NodePlace in weka.gui.treevisualizer
Modifier and TypeClassDescriptionclass
This class will place the Nodes of a tree.class
This class will place the Nodes of a tree.ModifierConstructorDescriptionTreeVisualizer
(TreeDisplayListener tdl, String dot, NodePlace p) Constructs Displayer to display a tree provided in a dot format.TreeVisualizer
(TreeDisplayListener tdl, Node n, NodePlace p) Constructs Displayer with the specified Node as the top of the tree, and uses the NodePlacer to place the Nodes.