Class JRFillValueDisplay

  • All Implemented Interfaces:
    java.lang.Cloneable, JRValueDisplay, JRCloneable

    public class JRFillValueDisplay
    extends java.lang.Object
    implements JRValueDisplay
    Author:
    Barry Klawans (bklawans@users.sourceforge.net)
    • Method Detail

      • getColor

        public java.awt.Color getColor()
        Description copied from interface: JRValueDisplay
        Returns the color to use when writing the value.
        Specified by:
        getColor in interface JRValueDisplay
        Returns:
        the color to use when writing the value
      • getMask

        public java.lang.String getMask()
        Description copied from interface: JRValueDisplay
        Returns the formatting mask to use when writing the value. The mask will be specified using the patterns defined in java.text.DecimalFormat.
        Specified by:
        getMask in interface JRValueDisplay
        Returns:
        the formatting mask to use when writing the value
      • getFont

        public JRFont getFont()
        Description copied from interface: JRValueDisplay
        Returns the font to use when writing the value.
        Specified by:
        getFont in interface JRValueDisplay
        Returns:
        the font to use when writing the value
      • clone

        public java.lang.Object clone()
        Specified by:
        clone in interface JRCloneable
        Overrides:
        clone in class java.lang.Object