Package | Description |
---|---|
de.erichseifert.gral.plots.colors |
Classes that provide color schemes for plots and data series.
|
Modifier and Type | Class and Description |
---|---|
class |
ContinuousColorMapper
Class that maps floating point numbers to Paint objects.
|
class |
Grayscale
Class that generates shades of gray for values between 0.0 and 1.0.
|
class |
HeatMap
Class that generates different color shades for values between 0.0 and 1.0.
|
class |
IndexedColorMapper
Class that maps integer numbers to Paint objects.
|
class |
IndexedColors
Maps index values to a specified color palette.
|
class |
LinearGradient
Linearly blends different colors for values between 0.0 and 1.0.
|
class |
QuasiRandomColors
Class that generates seemingly random colors for specified index values.
|
class |
RainbowColors
Class that generates the colors of a rainbow.
|
class |
RandomColors
Class that generates pseudo-random colors for specified index values.
|
class |
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) . |
class |
SingleColor
Class that represents a ColorMapper with a single color.
|
Copyright © 2009-2013. All Rights Reserved.