public static class IndicatorColorScheme.ColorIntervalResponse
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.lang.String[] |
colors |
double[] |
dots |
| Constructor and Description |
|---|
ColorIntervalResponse(java.lang.String[] colors,
double[] dots)
0th color is used for all values <= 0th dot
1th color is used for all values > 0th dot and <= 1th dot ... last color is used for all values > last dot size of dots list = size of colors list - 1 |
public ColorIntervalResponse(java.lang.String[] colors,
double[] dots)
colors - dots -