Uses of Interface
javax.measure.format.UnitFormat
Package | Description |
---|---|
javax.measure.spi |
[OPTIONAL] The Units of Measurement SPI.
|
-
Uses of UnitFormat in javax.measure.spi
Methods in javax.measure.spi that return UnitFormat Modifier and Type Method Description UnitFormat
FormatService. getUnitFormat()
Returns the default unit format.UnitFormat
FormatService. getUnitFormat(String name)
Returns the unit format having the specified name ornull
if none.UnitFormat
FormatService. getUnitFormat(String name, String variant)
Returns the unit format having the specified name ornull
if none.