Uses of Class
ome.units.quantity.Time
-
Packages that use Time Package Description ome.units ome.units.quantity ome.xml.meta ome.xml.model ome.xml.model.enums ome.xml.model.enums.handlers -
-
Uses of Time in ome.units
Fields in ome.units with type parameters of type Time Modifier and Type Field Description static Unit<Time>UNITS. ASDeprecated.UseUNITS.ATTOSECONDinstead.static Unit<Time>UNITS. ATTOSECONDstatic Unit<Time>UNITS. CENTISECONDstatic Unit<Time>UNITS. CSDeprecated.UseUNITS.CENTISECONDinstead.static Unit<Time>UNITS. DDeprecated.UseUNITS.DAYinstead.static Unit<Time>UNITS. DASDeprecated.UseUNITS.DECASECONDinstead.static Unit<Time>UNITS. DAYstatic Unit<Time>UNITS. DECASECONDstatic Unit<Time>UNITS. DECISECONDstatic Unit<Time>UNITS. DSDeprecated.UseUNITS.DECISECONDinstead.static Unit<Time>UNITS. EXASDeprecated.UseUNITS.EXASECONDinstead.static Unit<Time>UNITS. EXASECONDstatic Unit<Time>UNITS. FEMTOSECONDstatic Unit<Time>UNITS. FSDeprecated.UseUNITS.FEMTOSECONDinstead.static Unit<Time>UNITS. GIGASDeprecated.UseUNITS.GIGASECONDinstead.static Unit<Time>UNITS. GIGASECONDstatic Unit<Time>UNITS. HDeprecated.UseUNITS.HOURinstead.static Unit<Time>UNITS. HECTOSECONDstatic Unit<Time>UNITS. HOURstatic Unit<Time>UNITS. HSDeprecated.UseUNITS.HECTOSECONDinstead.static Unit<Time>UNITS. KILOSECONDstatic Unit<Time>UNITS. KSDeprecated.UseUNITS.KILOSECONDinstead.static Unit<Time>UNITS. MEGASDeprecated.UseUNITS.MEGASECONDinstead.static Unit<Time>UNITS. MEGASECONDstatic Unit<Time>UNITS. MICROSDeprecated.UseUNITS.MICROSECONDinstead.static Unit<Time>UNITS. MICROSECONDstatic Unit<Time>UNITS. MILLISECONDstatic Unit<Time>UNITS. MINDeprecated.UseUNITS.MINUTEinstead.static Unit<Time>UNITS. MINUTEstatic Unit<Time>UNITS. MSDeprecated.UseUNITS.MILLISECONDinstead.static Unit<Time>UNITS. NANOSECONDstatic Unit<Time>UNITS. NSDeprecated.UseUNITS.NANOSECONDinstead.static Unit<Time>UNITS. PETASDeprecated.UseUNITS.PETASECONDinstead.static Unit<Time>UNITS. PETASECONDstatic Unit<Time>UNITS. PICOSECONDstatic Unit<Time>UNITS. PSDeprecated.UseUNITS.PICOSECONDinstead.static Unit<Time>UNITS. SDeprecated.UseUNITS.SECONDinstead.static Unit<Time>UNITS. SECONDstatic Unit<Time>UNITS. TERASDeprecated.UseUNITS.TERASECONDinstead.static Unit<Time>UNITS. TERASECONDstatic Unit<Time>UNITS. YOCTOSECONDstatic Unit<Time>UNITS. YOTTASDeprecated.UseUNITS.YOTTASECONDinstead.static Unit<Time>UNITS. YOTTASECONDstatic Unit<Time>UNITS. YSDeprecated.UseUNITS.YOCTOSECONDinstead.static Unit<Time>UNITS. ZEPTOSECONDstatic Unit<Time>UNITS. ZETTASDeprecated.UseUNITS.ZETTASECONDinstead.static Unit<Time>UNITS. ZETTASECONDstatic Unit<Time>UNITS. ZSDeprecated.UseUNITS.ZEPTOSECONDinstead. -
Uses of Time in ome.units.quantity
Methods in ome.units.quantity that return types with arguments of type Time Modifier and Type Method Description Unit<Time>Time. unit()Methods in ome.units.quantity with parameters of type Time Modifier and Type Method Description intTime. compareTo(Time other)Check quantities for equality.Method parameters in ome.units.quantity with type arguments of type Time Modifier and Type Method Description java.lang.NumberTime. value(Unit<Time> inUnit)Perform a unit conversion.Constructor parameters in ome.units.quantity with type arguments of type Time Constructor Description Time(java.lang.Number inValue, Unit<Time> inUnit)Create an Time. -
Uses of Time in ome.xml.meta
Methods in ome.xml.meta that return Time Modifier and Type Method Description TimeAggregateMetadata. getPixelsTimeIncrement(int imageIndex)TimeDummyMetadata. getPixelsTimeIncrement(int imageIndex)TimeMetadataRetrieve. getPixelsTimeIncrement(int imageIndex)Get the TimeIncrement property of Pixels.TimeOMEXMLMetadataImpl. getPixelsTimeIncrement(int imageIndex)TimeAggregateMetadata. getPlaneDeltaT(int imageIndex, int planeIndex)TimeDummyMetadata. getPlaneDeltaT(int imageIndex, int planeIndex)TimeMetadataRetrieve. getPlaneDeltaT(int imageIndex, int planeIndex)Get the DeltaT property of Plane.TimeOMEXMLMetadataImpl. getPlaneDeltaT(int imageIndex, int planeIndex)TimeAggregateMetadata. getPlaneExposureTime(int imageIndex, int planeIndex)TimeDummyMetadata. getPlaneExposureTime(int imageIndex, int planeIndex)TimeMetadataRetrieve. getPlaneExposureTime(int imageIndex, int planeIndex)Get the ExposureTime property of Plane.TimeOMEXMLMetadataImpl. getPlaneExposureTime(int imageIndex, int planeIndex)Methods in ome.xml.meta with parameters of type Time Modifier and Type Method Description voidAggregateMetadata. setPixelsTimeIncrement(Time timeIncrement, int imageIndex)voidDummyMetadata. setPixelsTimeIncrement(Time timeIncrement, int imageIndex)voidFilterMetadata. setPixelsTimeIncrement(Time timeIncrement, int imageIndex)voidMetadataStore. setPixelsTimeIncrement(Time timeIncrement, int imageIndex)Set the TimeIncrement property of Pixels.voidOMEXMLMetadataImpl. setPixelsTimeIncrement(Time timeIncrement, int imageIndex)voidAggregateMetadata. setPlaneDeltaT(Time deltaT, int imageIndex, int planeIndex)voidDummyMetadata. setPlaneDeltaT(Time deltaT, int imageIndex, int planeIndex)voidFilterMetadata. setPlaneDeltaT(Time deltaT, int imageIndex, int planeIndex)voidMetadataStore. setPlaneDeltaT(Time deltaT, int imageIndex, int planeIndex)Set the DeltaT property of Plane.voidOMEXMLMetadataImpl. setPlaneDeltaT(Time deltaT, int imageIndex, int planeIndex)voidAggregateMetadata. setPlaneExposureTime(Time exposureTime, int imageIndex, int planeIndex)voidDummyMetadata. setPlaneExposureTime(Time exposureTime, int imageIndex, int planeIndex)voidFilterMetadata. setPlaneExposureTime(Time exposureTime, int imageIndex, int planeIndex)voidMetadataStore. setPlaneExposureTime(Time exposureTime, int imageIndex, int planeIndex)Set the ExposureTime property of Plane.voidOMEXMLMetadataImpl. setPlaneExposureTime(Time exposureTime, int imageIndex, int planeIndex) -
Uses of Time in ome.xml.model
Methods in ome.xml.model that return Time Modifier and Type Method Description TimePlane. getDeltaT()TimePlane. getExposureTime()TimePixels. getTimeIncrement()Methods in ome.xml.model with parameters of type Time Modifier and Type Method Description voidPlane. setDeltaT(Time deltaT)voidPlane. setExposureTime(Time exposureTime)voidPixels. setTimeIncrement(Time timeIncrement) -
Uses of Time in ome.xml.model.enums
Methods in ome.xml.model.enums that return Time Modifier and Type Method Description static <T extends PrimitiveNumber>
TimeUnitsTime. create(T newValue, UnitsTime newUnit)static <T extends java.lang.Number>
TimeUnitsTime. create(T newValue, UnitsTime newUnit) -
Uses of Time in ome.xml.model.enums.handlers
Methods in ome.xml.model.enums.handlers that return Time Modifier and Type Method Description static <T extends PrimitiveNumber>
TimeUnitsTimeEnumHandler. getQuantity(T inValue, UnitsTime inModelUnit)static <T extends java.lang.Number>
TimeUnitsTimeEnumHandler. getQuantity(T inValue, UnitsTime inModelUnit)Methods in ome.xml.model.enums.handlers that return types with arguments of type Time Modifier and Type Method Description static Unit<Time>UnitsTimeEnumHandler. getBaseUnit(UnitsTime inModelUnit)Methods in ome.xml.model.enums.handlers with parameters of type Time Modifier and Type Method Description EnumerationUnitsTimeEnumHandler. getEnumeration(Time inUnit)
-