public interface ColorMapper
ContinuousColorMapper
or IndexedColorMapper
should be used
as base classes in most cases.Modifier and Type | Interface and Description |
---|---|
static class |
ColorMapper.Mode
Data type to define how values outside of the mapping range will be
handled.
|
Modifier and Type | Method and Description |
---|---|
Paint |
get(Number value)
Returns the Paint object according to the specified value.
|
ColorMapper.Mode |
getMode()
Returns how values outside of the mapping range will be handled.
|
Paint get(Number value)
value
- Numeric value.ColorMapper.Mode getMode()
Copyright © 2009-2013. All Rights Reserved.