Documentation of 'de.erichseifert.gral.plots.colors.ColorMapper' Java class
ColorMapper
de.erichseifert.gral.plots.colors

Interface ColorMapper

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface and Description
      static class  ColorMapper.Mode
      Data type to define how values outside of the mapping range will be handled.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      java.awt.Paint get(java.lang.Number value)
      Returns the Paint object according to the specified value.
      ColorMapper.Mode getMode()
      Returns how values outside of the mapping range will be handled.
    • Method Detail

      • get

        java.awt.Paint get(java.lang.Number value)
        Returns the Paint object according to the specified value.
        Parameters:
        value - Numeric value.
        Returns:
        Paint object.
      • getMode

        ColorMapper.Mode getMode()
        Returns how values outside of the mapping range will be handled.
        Returns:
        Handling of values outside of the mapping range.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.