Package | Description |
---|---|
loci.formats |
Bio-Formats: a library for reading and writing popular microscopy file
formats.
|
loci.formats.in |
Package containing Bio-Formats file format readers.
|
loci.tests.testng |
Package for automated testing of the Bio-Formats software packages using TestNG.
|
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 Time |
FormatTools.createTime(Double value,
Unit<Time> valueUnit) |
static Time |
FormatTools.createTime(Integer value,
Unit<Time> valueUnit) |
static <T extends PrimitiveNumber> |
FormatTools.createTime(T value,
Unit<Time> valueUnit) |
static Time |
FormatTools.getTime(Double value,
String unit)
Formats the input value for the time into a length of the
given unit.
|
Modifier and Type | Method and Description |
---|---|
static Time |
FormatTools.createTime(Double value,
Unit<Time> valueUnit) |
static Time |
FormatTools.createTime(Integer value,
Unit<Time> valueUnit) |
static <T extends PrimitiveNumber> |
FormatTools.createTime(T value,
Unit<Time> valueUnit) |
Modifier and Type | Field and Description |
---|---|
Time |
MicromanagerReader.Position.exposureTime |
private Time |
FakeReader.exposureTime
exposure time per plane info
|
private Time |
TiffReader.timeIncrement |
Modifier and Type | Field and Description |
---|---|
private Unit<Time> |
LiFlimReader.exposureTimeUnit |
Modifier and Type | Method and Description |
---|---|
Time |
Configuration.getExposureTime(int channel) |
Time |
Configuration.getTimeIncrement() |
Modifier and Type | Field and Description |
---|---|
static Unit<Time> |
UNITS.AS
Deprecated.
Use
UNITS.ATTOSECOND instead. |
static Unit<Time> |
UNITS.ATTOSECOND |
static Unit<Time> |
UNITS.CENTISECOND |
static Unit<Time> |
UNITS.CS
Deprecated.
Use
UNITS.CENTISECOND instead. |
static Unit<Time> |
UNITS.D
Deprecated.
Use
UNITS.DAY instead. |
static Unit<Time> |
UNITS.DAS
Deprecated.
Use
UNITS.DECASECOND instead. |
static Unit<Time> |
UNITS.DAY |
static Unit<Time> |
UNITS.DECASECOND |
static Unit<Time> |
UNITS.DECISECOND |
static Unit<Time> |
UNITS.DS
Deprecated.
Use
UNITS.DECISECOND instead. |
static Unit<Time> |
UNITS.EXAS
Deprecated.
Use
UNITS.EXASECOND instead. |
static Unit<Time> |
UNITS.EXASECOND |
static Unit<Time> |
UNITS.FEMTOSECOND |
static Unit<Time> |
UNITS.FS
Deprecated.
Use
UNITS.FEMTOSECOND instead. |
static Unit<Time> |
UNITS.GIGAS
Deprecated.
Use
UNITS.GIGASECOND instead. |
static Unit<Time> |
UNITS.GIGASECOND |
static Unit<Time> |
UNITS.H
Deprecated.
Use
UNITS.HOUR instead. |
static Unit<Time> |
UNITS.HECTOSECOND |
static Unit<Time> |
UNITS.HOUR |
static Unit<Time> |
UNITS.HS
Deprecated.
Use
UNITS.HECTOSECOND instead. |
static Unit<Time> |
UNITS.KILOSECOND |
static Unit<Time> |
UNITS.KS
Deprecated.
Use
UNITS.KILOSECOND instead. |
static Unit<Time> |
UNITS.MEGAS
Deprecated.
Use
UNITS.MEGASECOND instead. |
static Unit<Time> |
UNITS.MEGASECOND |
static Unit<Time> |
UNITS.MICROS
Deprecated.
Use
UNITS.MICROSECOND instead. |
static Unit<Time> |
UNITS.MICROSECOND |
static Unit<Time> |
UNITS.MILLISECOND |
static Unit<Time> |
UNITS.MIN
Deprecated.
Use
UNITS.MINUTE instead. |
static Unit<Time> |
UNITS.MINUTE |
static Unit<Time> |
UNITS.MS
Deprecated.
Use
UNITS.MILLISECOND instead. |
static Unit<Time> |
UNITS.NANOSECOND |
static Unit<Time> |
UNITS.NS
Deprecated.
Use
UNITS.NANOSECOND instead. |
static Unit<Time> |
UNITS.PETAS
Deprecated.
Use
UNITS.PETASECOND instead. |
static Unit<Time> |
UNITS.PETASECOND |
static Unit<Time> |
UNITS.PICOSECOND |
static Unit<Time> |
UNITS.PS
Deprecated.
Use
UNITS.PICOSECOND instead. |
static Unit<Time> |
UNITS.S
Deprecated.
Use
UNITS.SECOND instead. |
static Unit<Time> |
UNITS.SECOND |
static Unit<Time> |
UNITS.TERAS
Deprecated.
Use
UNITS.TERASECOND instead. |
static Unit<Time> |
UNITS.TERASECOND |
static Unit<Time> |
UNITS.YOCTOSECOND |
static Unit<Time> |
UNITS.YOTTAS
Deprecated.
Use
UNITS.YOTTASECOND instead. |
static Unit<Time> |
UNITS.YOTTASECOND |
static Unit<Time> |
UNITS.YS
Deprecated.
Use
UNITS.YOCTOSECOND instead. |
static Unit<Time> |
UNITS.ZEPTOSECOND |
static Unit<Time> |
UNITS.ZETTAS
Deprecated.
Use
UNITS.ZETTASECOND instead. |
static Unit<Time> |
UNITS.ZETTASECOND |
static Unit<Time> |
UNITS.ZS
Deprecated.
Use
UNITS.ZEPTOSECOND instead. |
Modifier and Type | Field and Description |
---|---|
(package private) Unit<Time> |
Time.unit
Unit type of this quantity.
|
Modifier and Type | Method and Description |
---|---|
Unit<Time> |
Time.unit() |
Modifier and Type | Method and Description |
---|---|
int |
Time.compareTo(Time other)
Check quantities for equality.
|
Modifier and Type | Method and Description |
---|---|
Number |
Time.value(Unit<Time> inUnit)
Perform a unit conversion.
|
Constructor and Description |
---|
Time(Number inValue,
Unit<Time> inUnit)
Create an Time.
|
Modifier and Type | Method and Description |
---|---|
Time |
DummyMetadata.getPixelsTimeIncrement(int imageIndex) |
Time |
AggregateMetadata.getPixelsTimeIncrement(int imageIndex) |
Time |
MetadataRetrieve.getPixelsTimeIncrement(int imageIndex)
Get the TimeIncrement property of Pixels.
|
Time |
OMEXMLMetadataImpl.getPixelsTimeIncrement(int imageIndex) |
Time |
DummyMetadata.getPlaneDeltaT(int imageIndex,
int planeIndex) |
Time |
AggregateMetadata.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 |
DummyMetadata.getPlaneExposureTime(int imageIndex,
int planeIndex) |
Time |
AggregateMetadata.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) |
Modifier and Type | Method and Description |
---|---|
void |
DummyMetadata.setPixelsTimeIncrement(Time timeIncrement,
int imageIndex) |
void |
MetadataStore.setPixelsTimeIncrement(Time timeIncrement,
int imageIndex)
Set the TimeIncrement property of Pixels.
|
void |
FilterMetadata.setPixelsTimeIncrement(Time timeIncrement,
int imageIndex) |
void |
AggregateMetadata.setPixelsTimeIncrement(Time timeIncrement,
int imageIndex) |
void |
OMEXMLMetadataImpl.setPixelsTimeIncrement(Time timeIncrement,
int imageIndex) |
void |
DummyMetadata.setPlaneDeltaT(Time deltaT,
int imageIndex,
int planeIndex) |
void |
MetadataStore.setPlaneDeltaT(Time deltaT,
int imageIndex,
int planeIndex)
Set the DeltaT property of Plane.
|
void |
FilterMetadata.setPlaneDeltaT(Time deltaT,
int imageIndex,
int planeIndex) |
void |
AggregateMetadata.setPlaneDeltaT(Time deltaT,
int imageIndex,
int planeIndex) |
void |
OMEXMLMetadataImpl.setPlaneDeltaT(Time deltaT,
int imageIndex,
int planeIndex) |
void |
DummyMetadata.setPlaneExposureTime(Time exposureTime,
int imageIndex,
int planeIndex) |
void |
MetadataStore.setPlaneExposureTime(Time exposureTime,
int imageIndex,
int planeIndex)
Set the ExposureTime property of Plane.
|
void |
FilterMetadata.setPlaneExposureTime(Time exposureTime,
int imageIndex,
int planeIndex) |
void |
AggregateMetadata.setPlaneExposureTime(Time exposureTime,
int imageIndex,
int planeIndex) |
void |
OMEXMLMetadataImpl.setPlaneExposureTime(Time exposureTime,
int imageIndex,
int planeIndex) |
Modifier and Type | Field and Description |
---|---|
private Time |
Plane.deltaT |
private Time |
Plane.exposureTime |
private Time |
Pixels.timeIncrement |
Modifier and Type | Method and Description |
---|---|
Time |
Plane.getDeltaT() |
Time |
Plane.getExposureTime() |
Time |
Pixels.getTimeIncrement() |
Modifier and Type | Method and Description |
---|---|
void |
Plane.setDeltaT(Time deltaT) |
void |
Plane.setExposureTime(Time exposureTime) |
void |
Pixels.setTimeIncrement(Time timeIncrement) |
Modifier and Type | Method and Description |
---|---|
static <T extends Number> |
UnitsTime.create(T newValue,
UnitsTime newUnit) |
static <T extends PrimitiveNumber> |
UnitsTime.create(T newValue,
UnitsTime newUnit) |
Modifier and Type | Method and Description |
---|---|
static <T extends Number> |
UnitsTimeEnumHandler.getQuantity(T inValue,
UnitsTime inModelUnit) |
static <T extends PrimitiveNumber> |
UnitsTimeEnumHandler.getQuantity(T inValue,
UnitsTime inModelUnit) |
Modifier and Type | Method and Description |
---|---|
static Unit<Time> |
UnitsTimeEnumHandler.getBaseUnit(UnitsTime inModelUnit) |
Modifier and Type | Method and Description |
---|---|
Enumeration |
UnitsTimeEnumHandler.getEnumeration(Time inUnit) |
Copyright © 2016 Open Microscopy Environment