Class MappedColourScheme
- java.lang.Object
-
- uk.ac.rdg.resc.edal.graphics.style.ColourScheme
-
- uk.ac.rdg.resc.edal.graphics.style.MappedColourScheme
-
public class MappedColourScheme extends ColourScheme
-
-
Constructor Summary
Constructors Constructor Description MappedColourScheme(Map<Integer,Parameter.Category> categories, Color bgColour)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Color
getColor(Number value)
Returns the colour associated with the given valueFloat
getScaleMax()
Float
getScaleMin()
-
Methods inherited from class uk.ac.rdg.resc.edal.graphics.style.ColourScheme
getScaleBar, getScaleBar
-
-
-
-
Constructor Detail
-
MappedColourScheme
public MappedColourScheme(Map<Integer,Parameter.Category> categories, Color bgColour)
-
-
Method Detail
-
getColor
public Color getColor(Number value)
Description copied from class:ColourScheme
Returns the colour associated with the given value- Specified by:
getColor
in classColourScheme
- Parameters:
value
- The value to get a colour for- Returns:
- The
Color
according to thisColourScheme
-
getScaleMin
public Float getScaleMin()
- Specified by:
getScaleMin
in classColourScheme
- Returns:
- The minimum value of this colour scale
-
getScaleMax
public Float getScaleMax()
- Specified by:
getScaleMax
in classColourScheme
- Returns:
- The maximum value of this colour scale
-
-