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 UnitConverter
UnitConverter. concatenate(UnitConverter converter)
Concatenates this converter with another converter.UnitConverter
Unit. getConverterTo(Unit<Q> that)
Returns a converter of numeric values from this unit to another unit of same type.UnitConverter
Unit. getConverterToAny(Unit<?> that)
Returns a converter from this unit to the specified unit of type unknown.UnitConverter
UnitConverter. 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 orthis
if the converter is a fundamental converter.Methods in javax.measure with parameters of type UnitConverter Modifier and Type Method Description UnitConverter
UnitConverter. 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.