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 Color
getColor(Number xValue, Number yValue)
Float
getScaleMax(int dimension)
Float
getScaleMin(int dimension)
-
-
-
Method Detail
-
getColor
public Color getColor(Number xValue, Number yValue)
- Specified by:
getColor
in classColourScheme2D
-
getScaleMin
public Float getScaleMin(int dimension)
- Specified by:
getScaleMin
in classColourScheme2D
-
getScaleMax
public Float getScaleMax(int dimension)
- Specified by:
getScaleMax
in classColourScheme2D
-
-