|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UnitConverter | |
---|---|
javax.measure.converter | Provides support for unit conversion. |
javax.measure.unit | Provides support for programatic unit handling. |
Uses of UnitConverter in javax.measure.converter |
---|
Subclasses of UnitConverter in javax.measure.converter | |
---|---|
class |
AddConverter
This class represents a converter adding a constant offset (approximated as a double ) to numeric values. |
class |
LogConverter
This class represents a logarithmic converter. |
class |
MultiplyConverter
This class represents a converter multiplying numeric values by a constant scaling factor (approximated as a double ). |
class |
RationalConverter
This class represents a converter multiplying numeric values by an exact scaling factor (represented as the quotient of two long numbers). |
Fields in javax.measure.converter declared as UnitConverter | |
---|---|
static UnitConverter |
UnitConverter.IDENTITY
Holds the identity converter (unique). |
Methods in javax.measure.converter that return UnitConverter | |
---|---|
UnitConverter |
UnitConverter.concatenate(UnitConverter converter)
Concatenates this converter with another converter. |
UnitConverter |
RationalConverter.concatenate(UnitConverter converter)
|
UnitConverter |
MultiplyConverter.concatenate(UnitConverter converter)
|
UnitConverter |
AddConverter.concatenate(UnitConverter converter)
|
abstract UnitConverter |
UnitConverter.inverse()
Returns the inverse of this converter. |
UnitConverter |
RationalConverter.inverse()
|
UnitConverter |
MultiplyConverter.inverse()
|
UnitConverter |
LogConverter.inverse()
|
UnitConverter |
AddConverter.inverse()
|
Methods in javax.measure.converter with parameters of type UnitConverter | |
---|---|
UnitConverter |
UnitConverter.concatenate(UnitConverter converter)
Concatenates this converter with another converter. |
UnitConverter |
RationalConverter.concatenate(UnitConverter converter)
|
UnitConverter |
MultiplyConverter.concatenate(UnitConverter converter)
|
UnitConverter |
AddConverter.concatenate(UnitConverter converter)
|
Uses of UnitConverter in javax.measure.unit |
---|
Methods in javax.measure.unit that return UnitConverter | |
---|---|
UnitConverter |
Unit.getConverterTo(Unit<?> that)
Returns a converter of numeric values from this unit to another unit. |
UnitConverter |
Dimension.Model.getTransform(BaseUnit<?> unit)
Returns the normalization transform of the specified base unit ( IDENTITY if the base unit is
not recognized). |
UnitConverter |
TransformedUnit.toParentUnit()
Returns the converter to the parent unit. |
abstract UnitConverter |
Unit.toStandardUnit()
Returns the converter from this unit to its system unit. |
UnitConverter |
TransformedUnit.toStandardUnit()
|
UnitConverter |
ProductUnit.toStandardUnit()
|
UnitConverter |
CompoundUnit.toStandardUnit()
|
UnitConverter |
BaseUnit.toStandardUnit()
|
UnitConverter |
AlternateUnit.toStandardUnit()
|
Methods in javax.measure.unit with parameters of type UnitConverter | |
---|---|
Unit<Q> |
Unit.transform(UnitConverter operation)
Returns the unit derived from this unit using the specified converter. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |