Uses of Interface
weka.gui.treevisualizer.NodePlace
Packages that use NodePlace
-
Uses of NodePlace in weka.gui.treevisualizer
Classes in weka.gui.treevisualizer that implement NodePlaceModifier and TypeClassDescriptionclassThis class will place the Nodes of a tree.classThis class will place the Nodes of a tree.Constructors in weka.gui.treevisualizer with parameters of type NodePlaceModifierConstructorDescriptionTreeVisualizer(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.