Interface ColorEnhanced

All Known Implementing Classes:
ColorArrowSymbol, ColorWindBarbSymbol

public interface ColorEnhanced
The ColorEnhanced interface gives methods for classes whose data are enhanced with a color palette and enhancement function. A missing color may also be set which represents data that is outside the enhancement range or otherwise missing.
Since:
3.2.0
Author:
Peter Hollemans
  • Method Details

    • getPalette

      Palette getPalette()
      Gets the enhancement color palette.
    • setPalette

      void setPalette(Palette pal)
      Sets the enhancement color palette.
    • getFunction

      EnhancementFunction getFunction()
      Gets the enhancement function.
    • setFunction

      void setFunction(EnhancementFunction func)
      Sets the enhancement function.
    • getMissingColor

      Color getMissingColor()
      Gets the missing value color.
    • setMissingColor

      void setMissingColor(Color missingColor)
      Sets the missing value color.