Uses of Interface
weka.gui.treevisualizer.NodePlace

Packages that use NodePlace
weka.gui.treevisualizer   
 

Uses of NodePlace in weka.gui.treevisualizer
 

Classes in weka.gui.treevisualizer that implement NodePlace
 class PlaceNode1
          This class will place the Nodes of a tree.
 class PlaceNode2
          This class will place the Nodes of a tree.
 

Fields in weka.gui.treevisualizer declared as NodePlace
private  NodePlace TreeVisualizer.m_placer
          The placement algorithm for the Node structure.
 

Constructors in weka.gui.treevisualizer with parameters of type NodePlace
TreeVisualizer(TreeDisplayListener tdl, java.lang.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.