weka.gui.treevisualizer
Class TreeBuild.InfoObject

java.lang.Object
  extended byweka.gui.treevisualizer.TreeBuild.InfoObject
Enclosing class:
TreeBuild

private class TreeBuild.InfoObject
extends java.lang.Object

This is an internal class used to keep track of the info for the objects before they are actually created.


Field Summary
 java.lang.String m_color
          The color name for the object.
 java.lang.String m_data
          The data for this object.
 java.lang.String m_fontColor
          The font color for the object. not in use.
 java.lang.String m_fontSize
          The fontsize for the object. not in use.
 java.lang.String m_id
          The ID string for th object.
 java.lang.String m_label
          The label for the object.
 java.lang.String m_shape
          The shape name of for the object.
 java.lang.String m_source
          The source ID of the object.
 java.lang.String m_style
          The backstyle name for the object.
 java.lang.String m_target
          The target ID of the object.
 
Constructor Summary
TreeBuild.InfoObject(java.lang.String i)
          This will construct a new InfoObject with the specified ID string.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_id

public java.lang.String m_id
The ID string for th object.


m_color

public java.lang.String m_color
The color name for the object.


m_fontColor

public java.lang.String m_fontColor
The font color for the object. not in use.


m_fontSize

public java.lang.String m_fontSize
The fontsize for the object. not in use.


m_label

public java.lang.String m_label
The label for the object.


m_shape

public java.lang.String m_shape
The shape name of for the object.


m_style

public java.lang.String m_style
The backstyle name for the object.


m_source

public java.lang.String m_source
The source ID of the object.


m_target

public java.lang.String m_target
The target ID of the object.


m_data

public java.lang.String m_data
The data for this object.

Constructor Detail

TreeBuild.InfoObject

public TreeBuild.InfoObject(java.lang.String i)
This will construct a new InfoObject with the specified ID string.