|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweka.gui.treevisualizer.TreeVisualizer.EdgeInfo
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 |
int m_parent
int m_child
int m_side
int m_tb
int m_width
int m_height
Edge m_edge
Constructor Detail |
private TreeVisualizer.EdgeInfo()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |