ui.recognizer
Interface Units


public interface Units

A collection of constants related to units such as distance weight etc...

Author:
John Talbot

Field Summary
static double ANGSTROMS
          The factor that the wavelength unit must be multiplied by to obtain meters given that the units are angstroms.
static double METERS
          The factor that the wavelength unit must be multiplied by to obtain meters given that the units are meters.
static double MICRONS
          The factor that the wavelength unit must be multiplied by to obtain meters given that the units are microns.
static double NANOMETERS
          The factor that the wavelength unit must be multiplied by to obtain meters given that the units are nanometers.
 

Field Detail

ANGSTROMS

static final double ANGSTROMS
The factor that the wavelength unit must be multiplied by to obtain meters given that the units are angstroms.

See Also:
Constant Field Values

NANOMETERS

static final double NANOMETERS
The factor that the wavelength unit must be multiplied by to obtain meters given that the units are nanometers.

See Also:
Constant Field Values

MICRONS

static final double MICRONS
The factor that the wavelength unit must be multiplied by to obtain meters given that the units are microns.

See Also:
Constant Field Values

METERS

static final double METERS
The factor that the wavelength unit must be multiplied by to obtain meters given that the units are meters.

See Also:
Constant Field Values