类 NamedColor
java.lang.Object
weka.gui.treevisualizer.NamedColor
This class contains a color name and the rgb values of that color
- 版本:
- $Revision: 7059 $
- 作者:
- Malcolm Ware (mfw4@cs.waikato.ac.nz)
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
-
字段详细资料
-
m_name
The name of the color -
m_col
The actual color object
-
-
构造器详细资料
-
NamedColor
- 参数:
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.
-