Uses of Class
tech.units.indriya.format.UnitStyle
-
Packages that use UnitStyle Package Description tech.units.indriya This package provides a Java SE 8 implementation of the Units of Measurement API.tech.units.indriya.format -
-
Uses of UnitStyle in tech.units.indriya
Methods in tech.units.indriya with parameters of type UnitStyle Modifier and Type Method Description static <U extends javax.measure.Unit<?>>
UAbstractSystemOfUnits.Helper. addUnit(java.util.Set<javax.measure.Unit<?>> units, U unit, java.lang.String name, java.lang.String symbol, UnitStyle style)
Adds a new named unit to the collection.static <U extends javax.measure.Unit<?>>
UAbstractSystemOfUnits.Helper. addUnit(java.util.Set<javax.measure.Unit<?>> units, U unit, java.lang.String text, UnitStyle style)
Adds a new labeled unit to the set. -
Uses of UnitStyle in tech.units.indriya.format
Methods in tech.units.indriya.format that return UnitStyle Modifier and Type Method Description static UnitStyle
UnitStyle. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static UnitStyle[]
UnitStyle. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-