public interface IColorMappable
This interface defines a set of methods that any colored object using a
concrete IColorMap must provide.
| Modifier and Type | Method and Description |
|---|---|
double |
getMax()
Retrieve the upper value boundary for a
IColorMap. |
double |
getMin()
Retrieve the lower value boundary for a
IColorMap. |
void |
setMax(double value)
Set the upper value boundary for a
IColorMap. |
void |
setMin(double value)
Set the lower value boundary for a
IColorMap. |
double getMin()
IColorMap.double getMax()
IColorMap.void setMin(double value)
IColorMap.value - the minimum Z valuevoid setMax(double value)
IColorMap.value - the maximum Z valueCopyright © 2016. All rights reserved.