Class AbstractColoredCellRenderingCustomizer

    • Field Detail

      • m_UseBackgroundNegative

        protected boolean m_UseBackgroundNegative
        whether to use negative background.
      • m_BackgroundNegative

        protected Color m_BackgroundNegative
        the custom background color for negative values.
      • m_UseBackgroundPositive

        protected boolean m_UseBackgroundPositive
        whether to use positive background.
      • m_BackgroundPositive

        protected Color m_BackgroundPositive
        the custom background color for positive values.
    • Constructor Detail

      • AbstractColoredCellRenderingCustomizer

        public AbstractColoredCellRenderingCustomizer()
    • Method Detail

      • getDefaultUseBackgroundNegative

        protected boolean getDefaultUseBackgroundNegative()
        Returns the default for using the negative background.
        Returns:
        the default
      • setUseBackgroundNegative

        public void setUseBackgroundNegative​(boolean value)
        Sets whether to use the negative background color.
        Parameters:
        value - true if to use
      • getUseBackgroundNegative

        public boolean getUseBackgroundNegative()
        Returns whether to use the negative background color.
        Returns:
        true if to use
      • useBackgroundNegativeTipText

        public String useBackgroundNegativeTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • getDefaultBackgroundNegative

        protected Color getDefaultBackgroundNegative()
        Returns the default negative background.
        Returns:
        the default
      • setBackgroundNegative

        public void setBackgroundNegative​(Color value)
        Sets the negative background color.
        Parameters:
        value - the color
      • getBackgroundNegative

        public Color getBackgroundNegative()
        Returns the negative background color.
        Returns:
        the color
      • backgroundNegativeTipText

        public String backgroundNegativeTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • getDefaultUseBackgroundPositive

        protected boolean getDefaultUseBackgroundPositive()
        Returns the default for using the positive background.
        Returns:
        the default
      • setUseBackgroundPositive

        public void setUseBackgroundPositive​(boolean value)
        Sets whether to use the positive background color.
        Parameters:
        value - true if to use
      • getUseBackgroundPositive

        public boolean getUseBackgroundPositive()
        Returns whether to use the positive background color.
        Returns:
        true if to use
      • useBackgroundPositiveTipText

        public String useBackgroundPositiveTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • getDefaultBackgroundPositive

        protected Color getDefaultBackgroundPositive()
        Returns the default positive background.
        Returns:
        the default
      • setBackgroundPositive

        public void setBackgroundPositive​(Color value)
        Sets the positive background color.
        Parameters:
        value - the color
      • getBackgroundPositive

        public Color getBackgroundPositive()
        Returns the positive background color.
        Returns:
        the color
      • backgroundPositiveTipText

        public String backgroundPositiveTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.