类 PlaceNode1

java.lang.Object
weka.gui.treevisualizer.PlaceNode1
所有已实现的接口:
NodePlace

public class PlaceNode1 extends Object implements NodePlace
This class will place the Nodes of a tree.

It will place these nodes so that they symetrically fill each row. This is simple to calculate but is not visually nice for most trees.

版本:
$Revision: 1.4 $
作者:
Malcolm F Ware (mfw4@cs.waikato.ac.nz)
  • 构造器详细资料

    • PlaceNode1

      public PlaceNode1()
  • 方法详细资料

    • place

      public void place(Node r)
      Call this function to have each node in the tree starting at 'r' placed in a visual (not logical, they already are) tree position.
      指定者:
      place 在接口中 NodePlace
      参数:
      r - The top of the tree.