Package | Description |
---|---|
de.erichseifert.gral.plots.colors |
Classes that provide color schemes for plots and data series.
|
Class and Description |
---|
AbstractColorMapper
Interface that maps numbers to Paint objects.
|
ColorMapper
Basic interface for classes that map numbers to Paint objects.
|
ColorMapper.Mode
Data type to define how values outside of the mapping range will be
handled.
|
ContinuousColorMapper
Class that maps floating point numbers to Paint objects.
|
IndexedColorMapper
Class that maps integer numbers to Paint objects.
|
ScaledContinuousColorMapper
An abstract base class for implementations of
ContinuousColorMapper
that allow to apply a a scaling factor to the values passed to
ContinuousColorMapper.get(double) . |
Copyright © 2009-2013. All Rights Reserved.