weka.gui.treevisualizer
Class TreeVisualizer.EdgeInfo

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

private class TreeVisualizer.EdgeInfo
extends java.lang.Object

Internal Class for containing display information about an Edge.


Field Summary
(package private)  int m_child
          The child subscript (for a Node).
(package private)  Edge m_edge
          The Edge itself.
(package private)  int m_height
          The height of the text.
(package private)  int m_parent
          The parent subscript (for a Node).
(package private)  int m_side
          The distance from the center of the text to either side.
(package private)  int m_tb
          The distance from the center of the text to top or bottom.
(package private)  int m_width
          The width of the text.
 
Constructor Summary
private TreeVisualizer.EdgeInfo()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_parent

int m_parent
The parent subscript (for a Node).


m_child

int m_child
The child subscript (for a Node).


m_side

int m_side
The distance from the center of the text to either side.


m_tb

int m_tb
The distance from the center of the text to top or bottom.


m_width

int m_width
The width of the text.


m_height

int m_height
The height of the text.


m_edge

Edge m_edge
The Edge itself.

Constructor Detail

TreeVisualizer.EdgeInfo

private TreeVisualizer.EdgeInfo()