public interface IColorMap
Modifier and Type | Method and Description |
---|---|
java.awt.Color |
getColor(double value) |
double |
getMax() |
double |
getMin() |
void |
setValueChangepoints(double... changepoints) |
void |
setValueRange(double minVal,
double maxVal) |