Class NamedColor
- java.lang.Object
-
- org.processmining.prediction.NewTreeVisualizer.NamedColor
-
public class NamedColor extends java.lang.ObjectThis class contains a color name and the rgb values of that color- Version:
- $Revision: 8034 $
- Author:
- Malcolm Ware (mfw4@cs.waikato.ac.nz)
-
-
Constructor Summary
Constructors Constructor Description NamedColor(java.lang.String n, int r, int g, int b)
-