Class ThresholdColourScheme2D
- java.lang.Object
-
- uk.ac.rdg.resc.edal.graphics.style.ColourScheme2D
-
- uk.ac.rdg.resc.edal.graphics.style.ThresholdColourScheme2D
-
public class ThresholdColourScheme2D extends ColourScheme2D
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ColorgetColor(Number xValue, Number yValue)FloatgetScaleMax(int dimension)FloatgetScaleMin(int dimension)
-
-
-
Method Detail
-
getColor
public Color getColor(Number xValue, Number yValue)
- Specified by:
getColorin classColourScheme2D
-
getScaleMin
public Float getScaleMin(int dimension)
- Specified by:
getScaleMinin classColourScheme2D
-
getScaleMax
public Float getScaleMax(int dimension)
- Specified by:
getScaleMaxin classColourScheme2D
-
-