Uses of Interface
javax.measure.UnitConverter
| Package | Description |
|---|---|
| javax.measure |
Specifies Java packages for the programmatic, type safe handling
of quantities and their expression as values of units.
|
-
Uses of UnitConverter in javax.measure
Methods in javax.measure that return UnitConverter Modifier and Type Method Description UnitConverterUnitConverter. concatenate(UnitConverter converter)Concatenates this converter with another converter.UnitConverterUnit. getConverterTo(Unit<Q> that)Returns a converter of numeric values from this unit to another unit of same type.UnitConverterUnit. getConverterToAny(Unit<?> that)Returns a converter from this unit to the specified unit of type unknown.UnitConverterUnitConverter. inverse()Returns the inverse of this converter.Methods in javax.measure that return types with arguments of type UnitConverter Modifier and Type Method Description List<? extends UnitConverter>UnitConverter. getConversionSteps()Returns the steps of fundamental converters making up this converter orthisif the converter is a fundamental converter.Methods in javax.measure with parameters of type UnitConverter Modifier and Type Method Description UnitConverterUnitConverter. concatenate(UnitConverter converter)Concatenates this converter with another converter.Unit<Q>Unit. transform(UnitConverter operation)Returns the unit derived from this unit using the specified converter.