weka.gui.treevisualizer
Class PlaceNode2.Level

java.lang.Object
  extended byweka.gui.treevisualizer.PlaceNode2.Level
Enclosing class:
PlaceNode2

private class PlaceNode2.Level
extends java.lang.Object

Inner class for containing the level data.


Field Summary
 int m_end
          The number for the group on the right of this level.
 int m_left
          These two params would appear to not be used.
 int m_right
           
 int m_start
          The number for the group on the left of this level.
 
Constructor Summary
private PlaceNode2.Level()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_start

public int m_start
The number for the group on the left of this level.


m_end

public int m_end
The number for the group on the right of this level.


m_left

public int m_left
These two params would appear to not be used.


m_right

public int m_right
Constructor Detail

PlaceNode2.Level

private PlaceNode2.Level()