Class HeatmapCellRenderingCustomizer

    • Field Detail

      • m_BackgroundColorGenerator

        protected ColorGradientGenerator m_BackgroundColorGenerator
        the color provider to use for the background.
      • m_Colors

        protected transient Map<Integer,​Color> m_Colors
        the color values (starting at 0).
      • m_LastSpreadSheet

        protected transient SpreadSheet m_LastSpreadSheet
        the last spreadsheet that was used.
      • m_LastMinMax

        protected transient double[] m_LastMinMax
        the last min/max values.
    • Constructor Detail

      • HeatmapCellRenderingCustomizer

        public HeatmapCellRenderingCustomizer()
    • Method Detail

      • getDefaultBackgroundColorGenerator

        protected ColorGradientGenerator getDefaultBackgroundColorGenerator()
        Returns the default color generator.
        Returns:
        the generator
      • setBackgroundColorGenerator

        public void setBackgroundColorGenerator​(ColorGradientGenerator value)
        Sets the color generator for obtaining the colors used for coloring in the background.
        Parameters:
        value - the generator
      • getBackgroundColorGenerator

        public ColorGradientGenerator getBackgroundColorGenerator()
        Returns the color generator for obtaining the colors used for coloring in the background.
        Returns:
        the generator
      • backgroundColorGeneratorTipText

        public String backgroundColorGeneratorTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the gui
      • initColors

        protected void initColors()
        Initializes the color lookup table.