Package weka.gui.treevisualizer
Class NamedColor
java.lang.Object
weka.gui.treevisualizer.NamedColor
This class contains a color name and the rgb values of that color
- Version:
- $Revision: 8034 $
- Author:
- Malcolm Ware (mfw4@cs.waikato.ac.nz)
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
m_name
The name of the color -
m_col
The actual color object
-
-
Constructor Details
-
NamedColor
- Parameters:
n
- The name of the color.r
- The red component of the color.g
- The green component of the color.b
- The blue component of the color.
-