Interface ContinuousColorMapper
-
- All Known Implementing Classes:
ContinuousColorMapperTransform,DefaultMatrixMapper,GradientMapper,LogColorMapper,SqrtColorMapper
public interface ContinuousColorMapperProvides a mapping between real numbers and Colors. For instance, this could generate a gradient.- Author:
- Spencer Bliven
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ColorgetColor(double value)
-
-
-
Method Detail
-
getColor
Color getColor(double value)
- Parameters:
value- The real to be mapped- Returns:
- The color corresponding to value
-
-