Uses of Interface
javax.measure.quantity.Pressure

Packages that use Pressure
javax.measure.quantity Provides quantitative properties or attributes of thing such as mass, time, distance, heat, and angular separation. 
javax.measure.unit Provides support for programatic unit handling. 
 

Uses of Pressure in javax.measure.quantity
 

Fields in javax.measure.quantity with type parameters of type Pressure
static Unit<Pressure> Pressure.UNIT
          Holds the SI unit (Système International d'Unités) for this quantity.
 

Uses of Pressure in javax.measure.unit
 

Fields in javax.measure.unit with type parameters of type Pressure
static Unit<Pressure> NonSI.ATMOSPHERE
          A unit of pressure equal to the average pressure of the Earth's atmosphere at sea level (standard name atm).
static Unit<Pressure> NonSI.BAR
          A unit of pressure equal to 100 kPa (standard name bar).
static Unit<Pressure> NonSI.INCH_OF_MERCURY
          A unit of pressure equal to the pressure exerted at the Earth's surface by a column of mercury 1 inch high (standard name inHg).
static Unit<Pressure> NonSI.MILLIMETER_OF_MERCURY
          A unit of pressure equal to the pressure exerted at the Earth's surface by a column of mercury 1 millimeter high (standard name mmHg).
static AlternateUnit<Pressure> SI.PASCAL
          The derived unit for pressure, stress (Pa).
 



Copyright © 2010. All Rights Reserved.