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. CELSIUSstatic Unit<Temperature>UNITS. DEGREECDeprecated.UseUNITS.CELSIUSinstead.static Unit<Temperature>UNITS. DEGREEFDeprecated.UseUNITS.FAHRENHEITinstead.static Unit<Temperature>UNITS. DEGREERDeprecated.UseUNITS.RANKINEinstead.static Unit<Temperature>UNITS. FAHRENHEITstatic Unit<Temperature>UNITS. KDeprecated.UseUNITS.KELVINinstead.static Unit<Temperature>UNITS. KELVINstatic 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 intTemperature. compareTo(Temperature other)Check quantities for equality.Method parameters in ome.units.quantity with type arguments of type Temperature Modifier and Type Method Description java.lang.NumberTemperature. value(Unit<Temperature> inUnit)Perform a unit conversion.Constructor parameters in ome.units.quantity with type arguments of type Temperature Constructor Description Temperature(java.lang.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 TemperatureAggregateMetadata. getImagingEnvironmentTemperature(int imageIndex)TemperatureDummyMetadata. getImagingEnvironmentTemperature(int imageIndex)TemperatureMetadataRetrieve. getImagingEnvironmentTemperature(int imageIndex)Get the Temperature property of ImagingEnvironment.TemperatureOMEXMLMetadataImpl. getImagingEnvironmentTemperature(int imageIndex)Methods in ome.xml.meta with parameters of type Temperature Modifier and Type Method Description voidAggregateMetadata. setImagingEnvironmentTemperature(Temperature temperature, int imageIndex)voidDummyMetadata. setImagingEnvironmentTemperature(Temperature temperature, int imageIndex)voidFilterMetadata. setImagingEnvironmentTemperature(Temperature temperature, int imageIndex)voidMetadataStore. setImagingEnvironmentTemperature(Temperature temperature, int imageIndex)Set the Temperature property of ImagingEnvironment.voidOMEXMLMetadataImpl. 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 TemperatureImagingEnvironment. getTemperature()Methods in ome.xml.model with parameters of type Temperature Modifier and Type Method Description voidImagingEnvironment. 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 java.lang.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 java.lang.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 EnumerationUnitsTemperatureEnumHandler. getEnumeration(Temperature inUnit)
-