Uses of Class
ome.units.quantity.Pressure
-
Packages that use Pressure Package Description ome.units ome.units.quantity ome.xml.meta ome.xml.model ome.xml.model.enums ome.xml.model.enums.handlers -
-
Uses of Pressure in ome.units
Fields in ome.units with type parameters of type Pressure Modifier and Type Field Description static Unit<Pressure>
UNITS. APA
Deprecated.UseUNITS.ATTOPASCAL
instead.static Unit<Pressure>
UNITS. ATM
Deprecated.UseUNITS.ATMOSPHERE
instead.static Unit<Pressure>
UNITS. ATMOSPHERE
static Unit<Pressure>
UNITS. ATTOPASCAL
static Unit<Pressure>
UNITS. BAR
static Unit<Pressure>
UNITS. CBAR
Deprecated.UseUNITS.CENTIBAR
instead.static Unit<Pressure>
UNITS. CENTIBAR
static Unit<Pressure>
UNITS. CENTIPASCAL
static Unit<Pressure>
UNITS. CPA
Deprecated.UseUNITS.CENTIPASCAL
instead.static Unit<Pressure>
UNITS. DAPA
Deprecated.UseUNITS.DECAPASCAL
instead.static Unit<Pressure>
UNITS. DBAR
Deprecated.UseUNITS.DECIBAR
instead.static Unit<Pressure>
UNITS. DECAPASCAL
static Unit<Pressure>
UNITS. DECIBAR
static Unit<Pressure>
UNITS. DECIPASCAL
static Unit<Pressure>
UNITS. DPA
Deprecated.UseUNITS.DECIPASCAL
instead.static Unit<Pressure>
UNITS. EXAPA
Deprecated.UseUNITS.EXAPASCAL
instead.static Unit<Pressure>
UNITS. EXAPASCAL
static Unit<Pressure>
UNITS. FEMTOPASCAL
static Unit<Pressure>
UNITS. FPA
Deprecated.UseUNITS.FEMTOPASCAL
instead.static Unit<Pressure>
UNITS. GIGAPA
Deprecated.UseUNITS.GIGAPASCAL
instead.static Unit<Pressure>
UNITS. GIGAPASCAL
static Unit<Pressure>
UNITS. HECTOPASCAL
static Unit<Pressure>
UNITS. HPA
Deprecated.UseUNITS.HECTOPASCAL
instead.static Unit<Pressure>
UNITS. KBAR
Deprecated.UseUNITS.KILOBAR
instead.static Unit<Pressure>
UNITS. KILOBAR
static Unit<Pressure>
UNITS. KILOPASCAL
static Unit<Pressure>
UNITS. KPA
Deprecated.UseUNITS.KILOPASCAL
instead.static Unit<Pressure>
UNITS. MBAR
Deprecated.UseUNITS.MILLIBAR
instead.static Unit<Pressure>
UNITS. MEGABAR
static Unit<Pressure>
UNITS. MEGAPA
Deprecated.UseUNITS.MEGAPASCAL
instead.static Unit<Pressure>
UNITS. MEGAPASCAL
static Unit<Pressure>
UNITS. MICROPA
Deprecated.UseUNITS.MICROPASCAL
instead.static Unit<Pressure>
UNITS. MICROPASCAL
static Unit<Pressure>
UNITS. MILLIBAR
static Unit<Pressure>
UNITS. MILLIPASCAL
static Unit<Pressure>
UNITS. MILLITORR
static Unit<Pressure>
UNITS. MMHG
static Unit<Pressure>
UNITS. MPA
Deprecated.UseUNITS.MILLIPASCAL
instead.static Unit<Pressure>
UNITS. MTORR
Deprecated.UseUNITS.MILLITORR
instead.static Unit<Pressure>
UNITS. NANOPASCAL
static Unit<Pressure>
UNITS. NPA
Deprecated.UseUNITS.NANOPASCAL
instead.static Unit<Pressure>
UNITS. PA
Deprecated.UseUNITS.PASCAL
instead.static Unit<Pressure>
UNITS. PASCAL
static Unit<Pressure>
UNITS. PETAPA
Deprecated.UseUNITS.PETAPASCAL
instead.static Unit<Pressure>
UNITS. PETAPASCAL
static Unit<Pressure>
UNITS. PICOPASCAL
static Unit<Pressure>
UNITS. PPA
Deprecated.UseUNITS.PICOPASCAL
instead.static Unit<Pressure>
UNITS. PSI
static Unit<Pressure>
UNITS. TERAPA
Deprecated.UseUNITS.TERAPASCAL
instead.static Unit<Pressure>
UNITS. TERAPASCAL
static Unit<Pressure>
UNITS. TORR
static Unit<Pressure>
UNITS. YOCTOPASCAL
static Unit<Pressure>
UNITS. YOTTAPA
Deprecated.UseUNITS.YOTTAPASCAL
instead.static Unit<Pressure>
UNITS. YOTTAPASCAL
static Unit<Pressure>
UNITS. YPA
Deprecated.UseUNITS.YOCTOPASCAL
instead.static Unit<Pressure>
UNITS. ZEPTOPASCAL
static Unit<Pressure>
UNITS. ZETTAPA
Deprecated.UseUNITS.ZETTAPASCAL
instead.static Unit<Pressure>
UNITS. ZETTAPASCAL
static Unit<Pressure>
UNITS. ZPA
Deprecated.UseUNITS.ZEPTOPASCAL
instead. -
Uses of Pressure in ome.units.quantity
Methods in ome.units.quantity that return types with arguments of type Pressure Modifier and Type Method Description Unit<Pressure>
Pressure. unit()
Methods in ome.units.quantity with parameters of type Pressure Modifier and Type Method Description int
Pressure. compareTo(Pressure other)
Check quantities for equality.Method parameters in ome.units.quantity with type arguments of type Pressure Modifier and Type Method Description Number
Pressure. value(Unit<Pressure> inUnit)
Perform a unit conversion.Constructor parameters in ome.units.quantity with type arguments of type Pressure Constructor Description Pressure(Number inValue, Unit<Pressure> inUnit)
Create an Angle. -
Uses of Pressure in ome.xml.meta
Methods in ome.xml.meta that return Pressure Modifier and Type Method Description Pressure
AggregateMetadata. getImagingEnvironmentAirPressure(int imageIndex)
Pressure
DummyMetadata. getImagingEnvironmentAirPressure(int imageIndex)
Pressure
MetadataRetrieve. getImagingEnvironmentAirPressure(int imageIndex)
Get the AirPressure property of ImagingEnvironment.Pressure
OMEXMLMetadataImpl. getImagingEnvironmentAirPressure(int imageIndex)
Methods in ome.xml.meta with parameters of type Pressure Modifier and Type Method Description void
AggregateMetadata. setImagingEnvironmentAirPressure(Pressure airPressure, int imageIndex)
void
DummyMetadata. setImagingEnvironmentAirPressure(Pressure airPressure, int imageIndex)
void
FilterMetadata. setImagingEnvironmentAirPressure(Pressure airPressure, int imageIndex)
void
MetadataStore. setImagingEnvironmentAirPressure(Pressure airPressure, int imageIndex)
Set the AirPressure property of ImagingEnvironment.void
OMEXMLMetadataImpl. setImagingEnvironmentAirPressure(Pressure airPressure, int imageIndex)
-
Uses of Pressure in ome.xml.model
Methods in ome.xml.model that return Pressure Modifier and Type Method Description Pressure
ImagingEnvironment. getAirPressure()
Methods in ome.xml.model with parameters of type Pressure Modifier and Type Method Description void
ImagingEnvironment. setAirPressure(Pressure airPressure)
-
Uses of Pressure in ome.xml.model.enums
Methods in ome.xml.model.enums that return Pressure Modifier and Type Method Description static <T extends PrimitiveNumber>
PressureUnitsPressure. create(T newValue, UnitsPressure newUnit)
static <T extends Number>
PressureUnitsPressure. create(T newValue, UnitsPressure newUnit)
-
Uses of Pressure in ome.xml.model.enums.handlers
Methods in ome.xml.model.enums.handlers that return Pressure Modifier and Type Method Description static <T extends PrimitiveNumber>
PressureUnitsPressureEnumHandler. getQuantity(T inValue, UnitsPressure inModelUnit)
static <T extends Number>
PressureUnitsPressureEnumHandler. getQuantity(T inValue, UnitsPressure inModelUnit)
Methods in ome.xml.model.enums.handlers that return types with arguments of type Pressure Modifier and Type Method Description static Unit<Pressure>
UnitsPressureEnumHandler. getBaseUnit(UnitsPressure inModelUnit)
Methods in ome.xml.model.enums.handlers with parameters of type Pressure Modifier and Type Method Description Enumeration
UnitsPressureEnumHandler. getEnumeration(Pressure inUnit)
-