| Package | Description |
|---|---|
| ucar.units |
Provides support for parsing and formatting string unit specification,
converting numerical values between compatible units, and performing arithmetic
on units (such as dividing one unit by another).
|
| Modifier and Type | Class and Description |
|---|---|
class |
StandardUnitFormat
Standard formatter/parser for unit specifications.
|
class |
UnitFormatImpl
Provides support for classes that parse and format unit specifications.
|
| Modifier and Type | Method and Description |
|---|---|
static UnitFormat |
UnitFormatManager.instance()
Returns an instance of the default unit format.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
UnitFormatManager.setInstance(UnitFormat instance)
Sets the instance of the default unit format.
|