Uses of Class
javax.measure.converter.UnitConverter

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 AffineConverter
           This class represents an converter using long parameters of the form (num*value+off)/den.
 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 AffineConverter.concatenate(UnitConverter converter)
           
 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)
           
 UnitConverter AffineConverter.inverse()
           
abstract  UnitConverter UnitConverter.inverse()
          Returns the inverse of this converter.
 UnitConverter RationalConverter.inverse()
           
 UnitConverter MultiplyConverter.inverse()
           
 UnitConverter LogConverter.inverse()
           
 UnitConverter AddConverter.inverse()
           
static UnitConverter AffineConverter.valueOf(double num, double off, double den)
           
 

Methods in javax.measure.converter with parameters of type UnitConverter
 UnitConverter AffineConverter.concatenate(UnitConverter converter)
           
 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.
 UnitConverter CompactUnit.toSystemUnit()
           
abstract  UnitConverter Unit.toSystemUnit()
          Returns the converter from this unit to its system unit.
 UnitConverter TransformedUnit.toSystemUnit()
           
 UnitConverter ProductUnit.toSystemUnit()
           
 UnitConverter CompoundUnit.toSystemUnit()
           
 UnitConverter BaseUnit.toSystemUnit()
           
 UnitConverter AlternateUnit.toSystemUnit()
           
 

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.
 



Copyright © 2007 Sentilla Corporation. All Rights Reserved.