Class SimpleNumberFormatter

java.lang.Object
me.datafox.dfxengine.text.formatter.SimpleNumberFormatter
All Implemented Interfaces:
Comparable<Handled>, Handled, NumberFormatter

public class SimpleNumberFormatter extends Object implements NumberFormatter
A NumberFormatter that formats a number in a natural form. The precision of the number can be configured with PRECISION, and the minimum absolute exponent when a NumberSuffixFormatter will be used can be configured with MIN_EXPONENT. The minimum exponent must be smaller than or equal to the precision. Any trailing zeros in the decimal part of the number can be stripped, configured by STRIP_ZEROS.