Package | Description |
---|---|
org.eclipse.nebula.visualization.widgets.datadefinition |
Modifier and Type | Method | Description |
---|---|---|
static ColorMap.PredefinedColorMap |
ColorMap.PredefinedColorMap.fromIndex(int index) |
|
ColorMap.PredefinedColorMap |
ColorMap.getPredefinedColorMap() |
|
static ColorMap.PredefinedColorMap |
ColorMap.PredefinedColorMap.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static ColorMap.PredefinedColorMap[] |
ColorMap.PredefinedColorMap.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
void |
ColorMap.setPredefinedColorMap(ColorMap.PredefinedColorMap predefinedColorMap) |
|
static int |
ColorMap.PredefinedColorMap.toIndex(ColorMap.PredefinedColorMap p) |
Constructor | Description |
---|---|
ColorMap(ColorMap.PredefinedColorMap predefinedColorMap,
boolean autoScale,
boolean interpolate) |