Uses of Enum
tech.units.indriya.format.UnitStyle
Packages that use UnitStyle
Package
Description
This package provides a Java SE 8 implementation of the
Units of Measurement API.
-
Uses of UnitStyle in tech.units.indriya
Methods in tech.units.indriya with parameters of type UnitStyleModifier and TypeMethodDescriptionstatic <U extends javax.measure.Unit<?>>
UAbstractSystemOfUnits.Helper.addUnit
(Set<javax.measure.Unit<?>> units, U unit, String name, String symbol, UnitStyle style) Adds a new named unit to the collection.static <U extends javax.measure.Unit<?>>
UAbstractSystemOfUnits.Helper.addUnit
(Set<javax.measure.Unit<?>> units, U unit, 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