Class AbstractCountColor

    • Field Detail

      • m_Color

        protected Color m_Color
        the color to count.
      • m_UsePercentage

        protected boolean m_UsePercentage
        whether to return the percentage instead of absolute count.
    • Constructor Detail

      • AbstractCountColor

        public AbstractCountColor()
    • Method Detail

      • setColor

        public void setColor​(Color value)
        Sets the color to count.
        Parameters:
        value - the color
      • getColor

        public Color getColor()
        Returns the color to count.
        Returns:
        the color
      • colorTipText

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

        public void setUsePercentage​(boolean value)
        Sets whether to output percentage instead of absolute count.
        Parameters:
        value - the color
      • getUsePercentage

        public boolean getUsePercentage()
        Returns whether to output percentage instead of absolute count.
        Returns:
        true if to output percentage
      • usePercentageTipText

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