Uses of Interface
javax.measure.format.UnitFormat
-
Packages that use 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
UnitFormatService. getUnitFormat()
Returns the default unit format.UnitFormat
UnitFormatService. getUnitFormat(java.lang.String name)
Returns the unit format having the specified name ornull
if none.
-