Uses of Class
ome.units.quantity.Temperature
-
Packages that use Temperature Package Description ome.units ome.units.quantity ome.xml.meta ome.xml.model ome.xml.model.enums ome.xml.model.enums.handlers -
-
Uses of Temperature in ome.units
Fields in ome.units with type parameters of type Temperature Modifier and Type Field Description static Unit<Temperature>
UNITS. CELSIUS
static Unit<Temperature>
UNITS. DEGREEC
Deprecated.UseUNITS.CELSIUS
instead.static Unit<Temperature>
UNITS. DEGREEF
Deprecated.UseUNITS.FAHRENHEIT
instead.static Unit<Temperature>
UNITS. DEGREER
Deprecated.UseUNITS.RANKINE
instead.static Unit<Temperature>
UNITS. FAHRENHEIT
static Unit<Temperature>
UNITS. K
Deprecated.UseUNITS.KELVIN
instead.static Unit<Temperature>
UNITS. KELVIN
static Unit<Temperature>
UNITS. RANKINE
-
Uses of Temperature in ome.units.quantity
Methods in ome.units.quantity that return types with arguments of type Temperature Modifier and Type Method Description Unit<Temperature>
Temperature. unit()
Methods in ome.units.quantity with parameters of type Temperature Modifier and Type Method Description int
Temperature. compareTo(Temperature other)
Check quantities for equality.Method parameters in ome.units.quantity with type arguments of type Temperature Modifier and Type Method Description Number
Temperature. value(Unit<Temperature> inUnit)
Perform a unit conversion.Constructor parameters in ome.units.quantity with type arguments of type Temperature Constructor Description Temperature(Number inValue, Unit<Temperature> inUnit)
Create an Temperature. -
Uses of Temperature in ome.xml.meta
Methods in ome.xml.meta that return Temperature Modifier and Type Method Description Temperature
AggregateMetadata. getImagingEnvironmentTemperature(int imageIndex)
Temperature
DummyMetadata. getImagingEnvironmentTemperature(int imageIndex)
Temperature
MetadataRetrieve. getImagingEnvironmentTemperature(int imageIndex)
Get the Temperature property of ImagingEnvironment.Temperature
OMEXMLMetadataImpl. getImagingEnvironmentTemperature(int imageIndex)
Methods in ome.xml.meta with parameters of type Temperature Modifier and Type Method Description void
AggregateMetadata. setImagingEnvironmentTemperature(Temperature temperature, int imageIndex)
void
DummyMetadata. setImagingEnvironmentTemperature(Temperature temperature, int imageIndex)
void
FilterMetadata. setImagingEnvironmentTemperature(Temperature temperature, int imageIndex)
void
MetadataStore. setImagingEnvironmentTemperature(Temperature temperature, int imageIndex)
Set the Temperature property of ImagingEnvironment.void
OMEXMLMetadataImpl. setImagingEnvironmentTemperature(Temperature temperature, int imageIndex)
-
Uses of Temperature in ome.xml.model
Methods in ome.xml.model that return Temperature Modifier and Type Method Description Temperature
ImagingEnvironment. getTemperature()
Methods in ome.xml.model with parameters of type Temperature Modifier and Type Method Description void
ImagingEnvironment. setTemperature(Temperature temperature)
-
Uses of Temperature in ome.xml.model.enums
Methods in ome.xml.model.enums that return Temperature Modifier and Type Method Description static <T extends PrimitiveNumber>
TemperatureUnitsTemperature. create(T newValue, UnitsTemperature newUnit)
static <T extends Number>
TemperatureUnitsTemperature. create(T newValue, UnitsTemperature newUnit)
-
Uses of Temperature in ome.xml.model.enums.handlers
Methods in ome.xml.model.enums.handlers that return Temperature Modifier and Type Method Description static <T extends PrimitiveNumber>
TemperatureUnitsTemperatureEnumHandler. getQuantity(T inValue, UnitsTemperature inModelUnit)
static <T extends Number>
TemperatureUnitsTemperatureEnumHandler. getQuantity(T inValue, UnitsTemperature inModelUnit)
Methods in ome.xml.model.enums.handlers that return types with arguments of type Temperature Modifier and Type Method Description static Unit<Temperature>
UnitsTemperatureEnumHandler. getBaseUnit(UnitsTemperature inModelUnit)
Methods in ome.xml.model.enums.handlers with parameters of type Temperature Modifier and Type Method Description Enumeration
UnitsTemperatureEnumHandler. getEnumeration(Temperature inUnit)
-