weka.gui.treevisualizer
Class PlaceNode2.Group

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

private class PlaceNode2.Group
extends java.lang.Object

Inner class for containing the grouping data.


Field Summary
 int m_end
          The end node of this group.
 double m_gap
          The gap size for the distance between the nodes in this group.
 int m_id
          The group number for this group.
 double m_left
          The leftmost position of this group.
 Node m_p
          The parent node of this group.
 int m_pg
          The group number for the parent of this group.
 double m_right
          The rightmost position of this group.
 double m_size
          The size of this group.
 int m_start
          The start node of this group.
 
Constructor Summary
private PlaceNode2.Group()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_p

public Node m_p
The parent node of this group.


m_pg

public int m_pg
The group number for the parent of this group.


m_gap

public double m_gap
The gap size for the distance between the nodes in this group.


m_left

public double m_left
The leftmost position of this group.


m_right

public double m_right
The rightmost position of this group.


m_size

public double m_size
The size of this group.


m_start

public int m_start
The start node of this group.


m_end

public int m_end
The end node of this group.


m_id

public int m_id
The group number for this group. (may not be used!?).

Constructor Detail

PlaceNode2.Group

private PlaceNode2.Group()