public class IndexedColorant
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private int |
index |
private float[] |
rgbValues |
Constructor and Description |
---|
IndexedColorant()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
java.awt.Color |
getColor() |
int |
getIndex() |
java.lang.String |
getRGBValuesString() |
void |
setIndex(int index) |
void |
setRgbValues(float[] rgbValues) |