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. AS
Deprecated.UseUNITS.ATTOSECOND
instead.static Unit<Time>
UNITS. ATTOSECOND
static Unit<Time>
UNITS. CENTISECOND
static Unit<Time>
UNITS. CS
Deprecated.UseUNITS.CENTISECOND
instead.static Unit<Time>
UNITS. D
Deprecated.UseUNITS.DAY
instead.static Unit<Time>
UNITS. DAS
Deprecated.UseUNITS.DECASECOND
instead.static Unit<Time>
UNITS. DAY
static Unit<Time>
UNITS. DECASECOND
static Unit<Time>
UNITS. DECISECOND
static Unit<Time>
UNITS. DS
Deprecated.UseUNITS.DECISECOND
instead.static Unit<Time>
UNITS. EXAS
Deprecated.UseUNITS.EXASECOND
instead.static Unit<Time>
UNITS. EXASECOND
static Unit<Time>
UNITS. FEMTOSECOND
static Unit<Time>
UNITS. FS
Deprecated.UseUNITS.FEMTOSECOND
instead.static Unit<Time>
UNITS. GIGAS
Deprecated.UseUNITS.GIGASECOND
instead.static Unit<Time>
UNITS. GIGASECOND
static Unit<Time>
UNITS. H
Deprecated.UseUNITS.HOUR
instead.static Unit<Time>
UNITS. HECTOSECOND
static Unit<Time>
UNITS. HOUR
static Unit<Time>
UNITS. HS
Deprecated.UseUNITS.HECTOSECOND
instead.static Unit<Time>
UNITS. KILOSECOND
static Unit<Time>
UNITS. KS
Deprecated.UseUNITS.KILOSECOND
instead.static Unit<Time>
UNITS. MEGAS
Deprecated.UseUNITS.MEGASECOND
instead.static Unit<Time>
UNITS. MEGASECOND
static Unit<Time>
UNITS. MICROS
Deprecated.UseUNITS.MICROSECOND
instead.static Unit<Time>
UNITS. MICROSECOND
static Unit<Time>
UNITS. MILLISECOND
static Unit<Time>
UNITS. MIN
Deprecated.UseUNITS.MINUTE
instead.static Unit<Time>
UNITS. MINUTE
static Unit<Time>
UNITS. MS
Deprecated.UseUNITS.MILLISECOND
instead.static Unit<Time>
UNITS. NANOSECOND
static Unit<Time>
UNITS. NS
Deprecated.UseUNITS.NANOSECOND
instead.static Unit<Time>
UNITS. PETAS
Deprecated.UseUNITS.PETASECOND
instead.static Unit<Time>
UNITS. PETASECOND
static Unit<Time>
UNITS. PICOSECOND
static Unit<Time>
UNITS. PS
Deprecated.UseUNITS.PICOSECOND
instead.static Unit<Time>
UNITS. S
Deprecated.UseUNITS.SECOND
instead.static Unit<Time>
UNITS. SECOND
static Unit<Time>
UNITS. TERAS
Deprecated.UseUNITS.TERASECOND
instead.static Unit<Time>
UNITS. TERASECOND
static Unit<Time>
UNITS. YOCTOSECOND
static Unit<Time>
UNITS. YOTTAS
Deprecated.UseUNITS.YOTTASECOND
instead.static Unit<Time>
UNITS. YOTTASECOND
static Unit<Time>
UNITS. YS
Deprecated.UseUNITS.YOCTOSECOND
instead.static Unit<Time>
UNITS. ZEPTOSECOND
static Unit<Time>
UNITS. ZETTAS
Deprecated.UseUNITS.ZETTASECOND
instead.static Unit<Time>
UNITS. ZETTASECOND
static Unit<Time>
UNITS. ZS
Deprecated.UseUNITS.ZEPTOSECOND
instead. -
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 int
Time. compareTo(Time other)
Check quantities for equality.Method parameters in ome.units.quantity with type arguments of type Time Modifier and Type Method Description Number
Time. value(Unit<Time> inUnit)
Perform a unit conversion.Constructor parameters in ome.units.quantity with type arguments of type Time Constructor Description Time(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 Time
AggregateMetadata. getPixelsTimeIncrement(int imageIndex)
Time
DummyMetadata. getPixelsTimeIncrement(int imageIndex)
Time
MetadataRetrieve. getPixelsTimeIncrement(int imageIndex)
Get the TimeIncrement property of Pixels.Time
OMEXMLMetadataImpl. getPixelsTimeIncrement(int imageIndex)
Time
AggregateMetadata. getPlaneDeltaT(int imageIndex, int planeIndex)
Time
DummyMetadata. getPlaneDeltaT(int imageIndex, int planeIndex)
Time
MetadataRetrieve. getPlaneDeltaT(int imageIndex, int planeIndex)
Get the DeltaT property of Plane.Time
OMEXMLMetadataImpl. getPlaneDeltaT(int imageIndex, int planeIndex)
Time
AggregateMetadata. getPlaneExposureTime(int imageIndex, int planeIndex)
Time
DummyMetadata. getPlaneExposureTime(int imageIndex, int planeIndex)
Time
MetadataRetrieve. getPlaneExposureTime(int imageIndex, int planeIndex)
Get the ExposureTime property of Plane.Time
OMEXMLMetadataImpl. getPlaneExposureTime(int imageIndex, int planeIndex)
Methods in ome.xml.meta with parameters of type Time Modifier and Type Method Description void
AggregateMetadata. setPixelsTimeIncrement(Time timeIncrement, int imageIndex)
void
DummyMetadata. setPixelsTimeIncrement(Time timeIncrement, int imageIndex)
void
FilterMetadata. setPixelsTimeIncrement(Time timeIncrement, int imageIndex)
void
MetadataStore. setPixelsTimeIncrement(Time timeIncrement, int imageIndex)
Set the TimeIncrement property of Pixels.void
OMEXMLMetadataImpl. setPixelsTimeIncrement(Time timeIncrement, int imageIndex)
void
AggregateMetadata. setPlaneDeltaT(Time deltaT, int imageIndex, int planeIndex)
void
DummyMetadata. setPlaneDeltaT(Time deltaT, int imageIndex, int planeIndex)
void
FilterMetadata. setPlaneDeltaT(Time deltaT, int imageIndex, int planeIndex)
void
MetadataStore. setPlaneDeltaT(Time deltaT, int imageIndex, int planeIndex)
Set the DeltaT property of Plane.void
OMEXMLMetadataImpl. setPlaneDeltaT(Time deltaT, int imageIndex, int planeIndex)
void
AggregateMetadata. setPlaneExposureTime(Time exposureTime, int imageIndex, int planeIndex)
void
DummyMetadata. setPlaneExposureTime(Time exposureTime, int imageIndex, int planeIndex)
void
FilterMetadata. setPlaneExposureTime(Time exposureTime, int imageIndex, int planeIndex)
void
MetadataStore. setPlaneExposureTime(Time exposureTime, int imageIndex, int planeIndex)
Set the ExposureTime property of Plane.void
OMEXMLMetadataImpl. 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 Time
Plane. getDeltaT()
Time
Plane. getExposureTime()
Time
Pixels. getTimeIncrement()
Methods in ome.xml.model with parameters of type Time Modifier and Type Method Description void
Plane. setDeltaT(Time deltaT)
void
Plane. setExposureTime(Time exposureTime)
void
Pixels. 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 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 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 Enumeration
UnitsTimeEnumHandler. getEnumeration(Time inUnit)
-