Class FloatFormatter

  • All Implemented Interfaces:
    TokenFormatter

    public class FloatFormatter
    extends Object
    A formatter representing float token values with a user-defined text format.
    • Constructor Detail

      • FloatFormatter

        public FloatFormatter​(NumberFormat format)
        Creates a formatter using the specified format. Null values are output as the empty string.
        Parameters:
        format - the output format to use
      • FloatFormatter

        public FloatFormatter​(NumberFormat format,
                              String nullIndicator)
        Creates a formatter using the specified format. Null values are output as the specified string.
        Parameters:
        format - the output format to use
        nullIndicator - the text value to use for null values
    • Method Detail

      • setSource

        public final void setSource​(ScalarValued source)
        Description copied from interface: TokenFormatter
        Sets the container holding values to be formatted. A reference to this container is held and accessed only when an formatting is requested.
        Specified by:
        setSource in interface TokenFormatter
        Parameters:
        source - the value container to format
      • format

        public final String format()
        Description copied from interface: TokenFormatter
        Formats the current value of the source as a text value.
        Specified by:
        format in interface TokenFormatter
        Returns:
        the value of the source as a string