weka.gui.treevisualizer
Class TreeVisualizer.NodeInfo

java.lang.Object
  extended byweka.gui.treevisualizer.TreeVisualizer.NodeInfo
Enclosing class:
TreeVisualizer

private class TreeVisualizer.NodeInfo
extends java.lang.Object

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

m_top

int m_top
The y pos of the node on screen.


m_center

int m_center
The x pos of the node on screen.


m_side

int m_side
The offset to get to the left or right of the node.


m_width

int m_width
The width of the node.


m_height

int m_height
The height of the node.


m_change

boolean m_change
True if the node is at the start (left) of a new level (not sibling group).


m_parent

int m_parent
The subscript number of the Nodes parent.


m_quad

int m_quad
The rough position of the node relative to the screen.


m_node

Node m_node
The Node itself.

Constructor Detail

TreeVisualizer.NodeInfo

private TreeVisualizer.NodeInfo()