public interface NumberColorMapInstance
NumberColorMap that associates a numeric value
to an RGB color.| Modifier and Type | Method and Description |
|---|---|
int |
colorFor(double value)
Returns the color associated to the value.
|
int colorFor(double value)
value - the value to be mappedCopyright © 2015. All rights reserved.