|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweka.gui.treevisualizer.TreeVisualizer.NodeInfo
Internal Class for containing display information about a Node.
Field Summary | |
(package private) int |
m_center
The x pos of the node on screen. |
(package private) boolean |
m_change
True if the node is at the start (left) of a new level (not sibling group). |
(package private) int |
m_height
The height of the node. |
(package private) Node |
m_node
The Node itself. |
(package private) int |
m_parent
The subscript number of the Nodes parent. |
(package private) int |
m_quad
The rough position of the node relative to the screen. |
(package private) int |
m_side
The offset to get to the left or right of the node. |
(package private) int |
m_top
The y pos of the node on screen. |
(package private) int |
m_width
The width of the node. |
Constructor Summary | |
private |
TreeVisualizer.NodeInfo()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
int m_top
int m_center
int m_side
int m_width
int m_height
boolean m_change
int m_parent
int m_quad
Node m_node
Constructor Detail |
private TreeVisualizer.NodeInfo()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |