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 Temperature |
FormatTools.createTemperature(Double value,
Unit<Temperature> valueUnit) |
static Temperature |
FormatTools.createTemperature(Integer value,
Unit<Temperature> valueUnit) |
static <T extends PrimitiveNumber> |
FormatTools.createTemperature(T value,
Unit<Temperature> valueUnit) |
Modifier and Type | Method and Description |
---|---|
static Temperature |
FormatTools.createTemperature(Double value,
Unit<Temperature> valueUnit) |
static Temperature |
FormatTools.createTemperature(Integer value,
Unit<Temperature> valueUnit) |
static <T extends PrimitiveNumber> |
FormatTools.createTemperature(T value,
Unit<Temperature> valueUnit) |
Modifier and Type | Field and Description |
---|---|
static Unit<Temperature> |
UNITS.CELSIUS |
static Unit<Temperature> |
UNITS.DEGREEC
Deprecated.
Use
UNITS.CELSIUS instead. |
static Unit<Temperature> |
UNITS.DEGREEF
Deprecated.
Use
UNITS.FAHRENHEIT instead. |
static Unit<Temperature> |
UNITS.DEGREER
Deprecated.
Use
UNITS.RANKINE instead. |
static Unit<Temperature> |
UNITS.FAHRENHEIT |
static Unit<Temperature> |
UNITS.K
Deprecated.
Use
UNITS.KELVIN instead. |
static Unit<Temperature> |
UNITS.KELVIN |
static Unit<Temperature> |
UNITS.RANKINE |
Modifier and Type | Field and Description |
---|---|
(package private) Unit<Temperature> |
Temperature.unit
Unit type of this quantity.
|
Modifier and Type | Method and Description |
---|---|
Unit<Temperature> |
Temperature.unit() |
Modifier and Type | Method and Description |
---|---|
int |
Temperature.compareTo(Temperature other)
Check quantities for equality.
|
Modifier and Type | Method and Description |
---|---|
Number |
Temperature.value(Unit<Temperature> inUnit)
Perform a unit conversion.
|
Constructor and Description |
---|
Temperature(Number inValue,
Unit<Temperature> inUnit)
Create an Temperature.
|
Modifier and Type | Method and Description |
---|---|
Temperature |
DummyMetadata.getImagingEnvironmentTemperature(int imageIndex) |
Temperature |
AggregateMetadata.getImagingEnvironmentTemperature(int imageIndex) |
Temperature |
MetadataRetrieve.getImagingEnvironmentTemperature(int imageIndex)
Get the Temperature property of ImagingEnvironment.
|
Temperature |
OMEXMLMetadataImpl.getImagingEnvironmentTemperature(int imageIndex) |
Modifier and Type | Method and Description |
---|---|
void |
DummyMetadata.setImagingEnvironmentTemperature(Temperature temperature,
int imageIndex) |
void |
MetadataStore.setImagingEnvironmentTemperature(Temperature temperature,
int imageIndex)
Set the Temperature property of ImagingEnvironment.
|
void |
FilterMetadata.setImagingEnvironmentTemperature(Temperature temperature,
int imageIndex) |
void |
AggregateMetadata.setImagingEnvironmentTemperature(Temperature temperature,
int imageIndex) |
void |
OMEXMLMetadataImpl.setImagingEnvironmentTemperature(Temperature temperature,
int imageIndex) |
Modifier and Type | Field and Description |
---|---|
private Temperature |
ImagingEnvironment.temperature |
Modifier and Type | Method and Description |
---|---|
Temperature |
ImagingEnvironment.getTemperature() |
Modifier and Type | Method and Description |
---|---|
void |
ImagingEnvironment.setTemperature(Temperature temperature) |
Modifier and Type | Method and Description |
---|---|
static <T extends Number> |
UnitsTemperature.create(T newValue,
UnitsTemperature newUnit) |
static <T extends PrimitiveNumber> |
UnitsTemperature.create(T newValue,
UnitsTemperature newUnit) |
Modifier and Type | Method and Description |
---|---|
static <T extends Number> |
UnitsTemperatureEnumHandler.getQuantity(T inValue,
UnitsTemperature inModelUnit) |
static <T extends PrimitiveNumber> |
UnitsTemperatureEnumHandler.getQuantity(T inValue,
UnitsTemperature inModelUnit) |
Modifier and Type | Method and Description |
---|---|
static Unit<Temperature> |
UnitsTemperatureEnumHandler.getBaseUnit(UnitsTemperature inModelUnit) |
Modifier and Type | Method and Description |
---|---|
Enumeration |
UnitsTemperatureEnumHandler.getEnumeration(Temperature inUnit) |
Copyright © 2016 Open Microscopy Environment