Class NumericPropertyFormatter

    • Field Detail

      • UPPER_LIMIT

        public static final double UPPER_LIMIT
        Start using scientific notations for number whose absolute values are larger than 10000.0.
        See Also:
        Constant Field Values
      • LOWER_LIMIT

        public static final double LOWER_LIMIT
        Start using scientific notations for number whose absolute values are lower than 0.01.
        See Also:
        Constant Field Values
    • Constructor Detail

      • NumericPropertyFormatter

        public NumericPropertyFormatter​(NumericProperty p,
                                        boolean convertDimension,
                                        boolean addHtmlTags)
        Parameters:
        convertDimension - if true, the output will be the value * dimensionFactor