Package javax.measure.converter


package javax.measure.converter

Provides support for unit conversion.

UML Diagram

UML Diagram
  • Class
    Description
    This class represents a converter adding a constant offset (approximated as a double) to numeric values.
    Signals that a problem of some sort has occurred either when creating a converter between two units or during the conversion itself.
    This class represents a logarithmic converter.
    This class represents a converter multiplying numeric values by a constant scaling factor (approximated as a double).
    This class represents a converter multiplying numeric values by an exact scaling factor (represented as the quotient of two long numbers).
    This class represents a converter of numeric values.