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.DEGREEC |
static Unit<Temperature> |
UNITS.DEGREEF |
static Unit<Temperature> |
UNITS.DEGREER |
static Unit<Temperature> |
UNITS.K |
static Unit<Temperature> |
UNITS.KELVIN |
Modifier and Type | Field and Description |
---|---|
(package private) Unit<Temperature> |
Temperature.unit |
Modifier and Type | Method and Description |
---|---|
Unit<Temperature> |
Temperature.unit() |
Modifier and Type | Method and Description |
---|---|
int |
Temperature.compareTo(Temperature other) |
Modifier and Type | Method and Description |
---|---|
Number |
Temperature.value(Unit<Temperature> inUnit) |
Constructor and Description |
---|
Temperature(Number inValue,
Unit<Temperature> inUnit) |
Modifier and Type | Method and Description |
---|---|
Temperature |
AggregateMetadata.getImagingEnvironmentTemperature(int imageIndex) |
Temperature |
MetadataRetrieve.getImagingEnvironmentTemperature(int imageIndex) |
Temperature |
OMEXMLMetadataImpl.getImagingEnvironmentTemperature(int imageIndex) |
Temperature |
DummyMetadata.getImagingEnvironmentTemperature(int imageIndex) |
Modifier and Type | Method and Description |
---|---|
void |
AggregateMetadata.setImagingEnvironmentTemperature(Temperature temperature,
int imageIndex) |
void |
OMEXMLMetadataImpl.setImagingEnvironmentTemperature(Temperature temperature,
int imageIndex) |
void |
MetadataStore.setImagingEnvironmentTemperature(Temperature temperature,
int imageIndex) |
void |
FilterMetadata.setImagingEnvironmentTemperature(Temperature temperature,
int imageIndex) |
void |
DummyMetadata.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 © 2015 Open Microscopy Environment