Class NegativeNumberPaintChangeFunction

    • Constructor Detail

      • NegativeNumberPaintChangeFunction

        public NegativeNumberPaintChangeFunction()
        Deprecated.
        Default Constructor.
    • Method Detail

      • computeColor

        protected Color computeColor()
        Deprecated.
        Computes the color that is applied to the elements.
        Returns:
        the computed color.
      • getPositiveColor

        public Color getPositiveColor()
        Deprecated.
        Returns the color that is used if the number read from the field is positive.
        Returns:
        the color for positive values.
      • setPositiveColor

        public void setPositiveColor​(Color positiveColor)
        Deprecated.
        Defines the color that is used if the number read from the field is positive.
        Parameters:
        positiveColor - the color for positive values.
      • getNegativeColor

        public Color getNegativeColor()
        Deprecated.
        Returns the color that is used if the number read from the field is negative.
        Returns:
        the color for negative values.
      • setNegativeColor

        public void setNegativeColor​(Color negativeColor)
        Deprecated.
        Defines the color that is used if the number read from the field is negative.
        Parameters:
        negativeColor - the color for negative values.
      • getZeroColor

        public Color getZeroColor()
        Deprecated.
        Returns the color that is used if the number read from the field is zero.
        Returns:
        the color for zero values.
      • setZeroColor

        public void setZeroColor​(Color zeroColor)
        Deprecated.
        Defines the color that is used if the number read from the field is zero.
        Parameters:
        zeroColor - the color for zero values.
      • getField

        public String getField()
        Deprecated.
        Returns the name of the data-row column from where to read the numeric value.
        Returns:
        the field name.
      • setField

        public void setField​(String field)
        Deprecated.
        Defines the name of the data-row column from where to read the numeric value.
        Parameters:
        field - the field name.