|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweka.gui.treevisualizer.PlaceNode2.Group
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 |
public Node m_p
public int m_pg
public double m_gap
public double m_left
public double m_right
public double m_size
public int m_start
public int m_end
public int m_id
Constructor Detail |
private PlaceNode2.Group()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |