Class CharDigitSuffixFormatter

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

public class CharDigitSuffixFormatter extends Object implements NumberSuffixFormatter
A NumberSuffixFormatter that generates an exponential suffix in an arbitrary base with an arbitrary set of characters representing digits. The character set can be configured with CHARACTERS, and INTERVAL determines how many powers of ten is required for the exponent to increase. The formatter can also be configured to output a plus sign on positive exponents with EXPONENT_PLUS.