Package | Description |
---|---|
de.erichseifert.gral.plots.colors |
Classes that provide color schemes for plots and data series.
|
Modifier and Type | Method and Description |
---|---|
ColorMapper.Mode |
ColorMapper.getMode()
Returns how values outside of the mapping range will be handled.
|
ColorMapper.Mode |
AbstractColorMapper.getMode()
Returns how values outside of the mapping range will be handled.
|
static ColorMapper.Mode |
ColorMapper.Mode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ColorMapper.Mode[] |
ColorMapper.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
RainbowColors.setMode(ColorMapper.Mode mode) |
void |
Grayscale.setMode(ColorMapper.Mode mode) |
void |
IndexedColors.setMode(ColorMapper.Mode mode) |
void |
HeatMap.setMode(ColorMapper.Mode mode) |
protected void |
AbstractColorMapper.setMode(ColorMapper.Mode mode)
Sets how values outside of the mapping range will be handled.
|
void |
LinearGradient.setMode(ColorMapper.Mode mode) |
Copyright © 2009-2013. All Rights Reserved.