Package com.approximatrix.charting.render.colorscale

Interface Summary
ColorScale Color scale interface used for classes that convert data values into a Color based on an implemented scaling algorithm
 

Class Summary
AbstractColorScale Simple partial implementation of a ColorScale to allow for the calling of individual color scaling methods when an array is passed.
IndexedColorScale Provides a color scale object that looks up colors based on an index passed.
SimpleColorScale Implements a simple color scale based on explicit maximum and minimum values specified.