Class NamedSuffixFormatter

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

public class NamedSuffixFormatter extends Object implements NumberSuffixFormatter
A NumberSuffixFormatter that generates a suffix based on an array of suffixes and an interval, configured with SUFFIXES and INTERVAL. The suffix with an index of the exponent scale of the number divided by the interval will be used. If the exponent scale is negative or the calculated index is out of bounds, the number is instead formatted with TextFactory.getDefaultNumberSuffixFormatter(). All provided preset suffixes (SI, SHORT and LONG use the default interval of 3. This class is designed to be used with the Injector.