Uses of Class
com.vladsch.flexmark.util.format.NumberFormat
-
Packages that use NumberFormat Package Description com.vladsch.flexmark.util.format -
-
Uses of NumberFormat in com.vladsch.flexmark.util.format
Fields in com.vladsch.flexmark.util.format declared as NumberFormat Modifier and Type Field Description private NumberFormat
FormattedCounter. numberFormat
Methods in com.vladsch.flexmark.util.format that return NumberFormat Modifier and Type Method Description static NumberFormat
NumberFormat. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static NumberFormat[]
NumberFormat. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.vladsch.flexmark.util.format with parameters of type NumberFormat Modifier and Type Method Description static java.lang.String
NumberFormat. getFormat(NumberFormat format, int count)
Constructors in com.vladsch.flexmark.util.format with parameters of type NumberFormat Constructor Description FormattedCounter(NumberFormat format, java.lang.Boolean lowercase, java.lang.String delimiter)
-