Uses of Interface
javax.measure.quantity.Pressure

Packages that use Pressure
com.sentilla.measure.unit Sentilla measurable units libraries for use with sensing and actuation. 
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 com.sentilla.measure.unit
 

Methods in com.sentilla.measure.unit that return types with arguments of type Pressure
 Unit<Pressure> FloatPascal.getUnit()
           
 

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 © 2007 Sentilla Corporation. All Rights Reserved.