Package | Description |
---|---|
tec.uom.se.format |
Modifier and Type | Class and Description |
---|---|
(package private) class |
DefaultQuantityFormat
Holds standard implementation
|
(package private) class |
NumberSpaceQuantityFormat |
Modifier and Type | Method and Description |
---|---|
static QuantityFormat |
QuantityFormat.getInstance()
Returns the quantity format for the default locale.
|
static QuantityFormat |
QuantityFormat.getInstance(FormatBehavior style)
Returns the culture invariant format based upon
BigDecimal canonical format and the standard
unit format. |
static QuantityFormat |
QuantityFormat.getInstance(java.text.NumberFormat numberFormat,
javax.measure.format.UnitFormat unitFormat)
Returns the quantity format using the specified number format and unit format (the number and unit are separated by one space).
|