|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweka.gui.treevisualizer.NamedColor
This class contains a color name and the rgb values of that color
Field Summary | |
java.awt.Color |
m_col
The actual color object |
java.lang.String |
m_name
The name of the color |
Constructor Summary | |
NamedColor(java.lang.String n,
int r,
int g,
int b)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public java.lang.String m_name
public java.awt.Color m_col
Constructor Detail |
public NamedColor(java.lang.String n, int r, int g, int b)
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.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |