Class ExponentSuffixFormatter

java.lang.Object
me.datafox.dfxengine.text.suffix.ExponentSuffixFormatter
All Implemented Interfaces:
Comparable<Handled>, Handled, NumberSuffixFormatter

public class ExponentSuffixFormatter extends Object implements NumberSuffixFormatter
A NumberSuffixFormatter that generates a traditional exponential notation suffix. Supports formatting in scientific or engineering notation, or have any other interval that the exponents snaps to multiples of, configured with INTERVAL. The returned format has a lowercase e, and can be configured to output a plus on positive exponents with EXPONENT_PLUS.