Uses of Enum Class
com.vladsch.flexmark.util.format.NumberFormat
Packages that use NumberFormat
-
Uses of NumberFormat in com.vladsch.flexmark.util.format
Fields in com.vladsch.flexmark.util.format declared as NumberFormatMethods in com.vladsch.flexmark.util.format that return NumberFormatModifier and TypeMethodDescriptionstatic NumberFormat
Returns the enum constant of this class with the specified name.static NumberFormat[]
NumberFormat.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.vladsch.flexmark.util.format with parameters of type NumberFormatModifier and TypeMethodDescriptionstatic String
NumberFormat.getFormat
(NumberFormat format, int count) Constructors in com.vladsch.flexmark.util.format with parameters of type NumberFormatModifierConstructorDescriptionFormattedCounter
(NumberFormat format, Boolean lowercase, String delimiter)