See: Description
Interface | Description |
---|---|
ColorMapper |
Basic interface for classes that map numbers to Paint objects.
|
Class | Description |
---|---|
AbstractColorMapper<T extends Number> |
Interface that maps numbers to Paint objects.
|
ContinuousColorMapper |
Class that maps floating point numbers to Paint objects.
|
Grayscale |
Class that generates shades of gray for values between 0.0 and 1.0.
|
HeatMap |
Class that generates different color shades for values between 0.0 and 1.0.
|
IndexedColorMapper |
Class that maps integer numbers to Paint objects.
|
IndexedColors |
Maps index values to a specified color palette.
|
LinearGradient |
Linearly blends different colors for values between 0.0 and 1.0.
|
QuasiRandomColors |
Class that generates seemingly random colors for specified index values.
|
RainbowColors |
Class that generates the colors of a rainbow.
|
RandomColors |
Class that generates pseudo-random colors for specified index values.
|
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) . |
SingleColor |
Class that represents a ColorMapper with a single color.
|
Enum | Description |
---|---|
ColorMapper.Mode |
Data type to define how values outside of the mapping range will be
handled.
|
Copyright © 2009-2013. All Rights Reserved.