Uses of Class
org.ojalgo.type.format.NumberStyle
-
Packages that use NumberStyle Package Description org.ojalgo.type.context org.ojalgo.type.format -
-
Uses of NumberStyle in org.ojalgo.type.context
Fields in org.ojalgo.type.context declared as NumberStyle Modifier and Type Field Description private static NumberStyle
NumberContext. DEFAULT_STYLE
Methods in org.ojalgo.type.context with parameters of type NumberStyle Modifier and Type Method Description static java.text.Format
NumberContext. toFormat(NumberStyle style, java.util.Locale locale)
NumberContext
NumberContext. withFormat(NumberStyle style, java.util.Locale locale)
-
Uses of NumberStyle in org.ojalgo.type.format
Methods in org.ojalgo.type.format that return NumberStyle Modifier and Type Method Description static NumberStyle
NumberStyle. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static NumberStyle[]
NumberStyle. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-