weka.gui.treevisualizer
Class NamedColor
java.lang.Object
|
+--weka.gui.treevisualizer.NamedColor
- public class NamedColor
- extends Object
This class contains a color name and the rgb values of that color
- Version:
- $Revision: 1.3 $
- Author:
- Malcolm Ware (mfw4@cs.waikato.ac.nz)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
m_name
public String m_name
- The name of the color
m_col
public Color m_col
- The actual color object
NamedColor
public NamedColor(String n,
int r,
int g,
int b)
- 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.