Package | Description |
---|---|
loci.formats |
Bio-Formats: a library for reading and writing popular microscopy file
formats.
|
ome.units | |
ome.units.quantity | |
ome.xml.meta | |
ome.xml.model | |
ome.xml.model.enums | |
ome.xml.model.enums.handlers |
Modifier and Type | Method and Description |
---|---|
static Pressure |
FormatTools.createPressure(Double value,
Unit<Pressure> valueUnit) |
static Pressure |
FormatTools.createPressure(Integer value,
Unit<Pressure> valueUnit) |
static <T extends PrimitiveNumber> |
FormatTools.createPressure(T value,
Unit<Pressure> valueUnit) |
Modifier and Type | Method and Description |
---|---|
static Pressure |
FormatTools.createPressure(Double value,
Unit<Pressure> valueUnit) |
static Pressure |
FormatTools.createPressure(Integer value,
Unit<Pressure> valueUnit) |
static <T extends PrimitiveNumber> |
FormatTools.createPressure(T value,
Unit<Pressure> valueUnit) |
Modifier and Type | Field and Description |
---|---|
static Unit<Pressure> |
UNITS.APA |
static Unit<Pressure> |
UNITS.ATM |
static Unit<Pressure> |
UNITS.BAR |
static Unit<Pressure> |
UNITS.CBAR |
static Unit<Pressure> |
UNITS.CPA |
static Unit<Pressure> |
UNITS.DAPA |
static Unit<Pressure> |
UNITS.DBAR |
static Unit<Pressure> |
UNITS.DPA |
static Unit<Pressure> |
UNITS.EXAPA |
static Unit<Pressure> |
UNITS.FPA |
static Unit<Pressure> |
UNITS.GIGAPA |
static Unit<Pressure> |
UNITS.HPA |
static Unit<Pressure> |
UNITS.KBAR |
static Unit<Pressure> |
UNITS.KPA |
static Unit<Pressure> |
UNITS.MBAR |
static Unit<Pressure> |
UNITS.MEGABAR |
static Unit<Pressure> |
UNITS.MEGAPA |
static Unit<Pressure> |
UNITS.MICROPA |
static Unit<Pressure> |
UNITS.MMHG |
static Unit<Pressure> |
UNITS.MPA |
static Unit<Pressure> |
UNITS.MTORR |
static Unit<Pressure> |
UNITS.NPA |
static Unit<Pressure> |
UNITS.PA |
static Unit<Pressure> |
UNITS.PASCAL |
static Unit<Pressure> |
UNITS.PETAPA |
static Unit<Pressure> |
UNITS.PPA |
static Unit<Pressure> |
UNITS.PSI |
static Unit<Pressure> |
UNITS.TERAPA |
static Unit<Pressure> |
UNITS.TORR |
static Unit<Pressure> |
UNITS.YOTTAPA |
static Unit<Pressure> |
UNITS.YPA |
static Unit<Pressure> |
UNITS.ZETTAPA |
static Unit<Pressure> |
UNITS.ZPA |
Modifier and Type | Field and Description |
---|---|
(package private) Unit<Pressure> |
Pressure.unit |
Modifier and Type | Method and Description |
---|---|
Unit<Pressure> |
Pressure.unit() |
Modifier and Type | Method and Description |
---|---|
int |
Pressure.compareTo(Pressure other) |
Modifier and Type | Method and Description |
---|---|
Number |
Pressure.value(Unit<Pressure> inUnit) |
Constructor and Description |
---|
Pressure(Number inValue,
Unit<Pressure> inUnit) |
Modifier and Type | Method and Description |
---|---|
Pressure |
AggregateMetadata.getImagingEnvironmentAirPressure(int imageIndex) |
Pressure |
MetadataRetrieve.getImagingEnvironmentAirPressure(int imageIndex) |
Pressure |
OMEXMLMetadataImpl.getImagingEnvironmentAirPressure(int imageIndex) |
Pressure |
DummyMetadata.getImagingEnvironmentAirPressure(int imageIndex) |
Modifier and Type | Method and Description |
---|---|
void |
AggregateMetadata.setImagingEnvironmentAirPressure(Pressure airPressure,
int imageIndex) |
void |
OMEXMLMetadataImpl.setImagingEnvironmentAirPressure(Pressure airPressure,
int imageIndex) |
void |
MetadataStore.setImagingEnvironmentAirPressure(Pressure airPressure,
int imageIndex) |
void |
FilterMetadata.setImagingEnvironmentAirPressure(Pressure airPressure,
int imageIndex) |
void |
DummyMetadata.setImagingEnvironmentAirPressure(Pressure airPressure,
int imageIndex) |
Modifier and Type | Field and Description |
---|---|
private Pressure |
ImagingEnvironment.airPressure |
Modifier and Type | Method and Description |
---|---|
Pressure |
ImagingEnvironment.getAirPressure() |
Modifier and Type | Method and Description |
---|---|
void |
ImagingEnvironment.setAirPressure(Pressure airPressure) |
Modifier and Type | Method and Description |
---|---|
static <T extends Number> |
UnitsPressure.create(T newValue,
UnitsPressure newUnit) |
static <T extends PrimitiveNumber> |
UnitsPressure.create(T newValue,
UnitsPressure newUnit) |
Modifier and Type | Method and Description |
---|---|
static <T extends Number> |
UnitsPressureEnumHandler.getQuantity(T inValue,
UnitsPressure inModelUnit) |
static <T extends PrimitiveNumber> |
UnitsPressureEnumHandler.getQuantity(T inValue,
UnitsPressure inModelUnit) |
Modifier and Type | Method and Description |
---|---|
static Unit<Pressure> |
UnitsPressureEnumHandler.getBaseUnit(UnitsPressure inModelUnit) |
Modifier and Type | Method and Description |
---|---|
Enumeration |
UnitsPressureEnumHandler.getEnumeration(Pressure inUnit) |
Copyright © 2015 Open Microscopy Environment