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 |
---|---|
private Time |
FakeReader.exposureTime
exposure time per plane info
|
Time |
MicromanagerReader.Position.exposureTime |
private Time |
TiffReader.timeIncrement |
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 |
static Unit<Time> |
UNITS.CS |
static Unit<Time> |
UNITS.D |
static Unit<Time> |
UNITS.DAS |
static Unit<Time> |
UNITS.DS |
static Unit<Time> |
UNITS.EXAS |
static Unit<Time> |
UNITS.FS |
static Unit<Time> |
UNITS.GIGAS |
static Unit<Time> |
UNITS.H |
static Unit<Time> |
UNITS.HS |
static Unit<Time> |
UNITS.KS |
static Unit<Time> |
UNITS.MEGAS |
static Unit<Time> |
UNITS.MICROS |
static Unit<Time> |
UNITS.MIN |
static Unit<Time> |
UNITS.MS |
static Unit<Time> |
UNITS.NS |
static Unit<Time> |
UNITS.PETAS |
static Unit<Time> |
UNITS.PS |
static Unit<Time> |
UNITS.S |
static Unit<Time> |
UNITS.SECOND |
static Unit<Time> |
UNITS.TERAS |
static Unit<Time> |
UNITS.YOTTAS |
static Unit<Time> |
UNITS.YS |
static Unit<Time> |
UNITS.ZETTAS |
static Unit<Time> |
UNITS.ZS |
Modifier and Type | Field and Description |
---|---|
(package private) Unit<Time> |
Time.unit |
Modifier and Type | Method and Description |
---|---|
Unit<Time> |
Time.unit() |
Modifier and Type | Method and Description |
---|---|
int |
Time.compareTo(Time other) |
Modifier and Type | Method and Description |
---|---|
Number |
Time.value(Unit<Time> inUnit) |
Constructor and Description |
---|
Time(Number inValue,
Unit<Time> inUnit) |
Modifier and Type | Method and Description |
---|---|
Time |
AggregateMetadata.getPixelsTimeIncrement(int imageIndex) |
Time |
MetadataRetrieve.getPixelsTimeIncrement(int imageIndex)
Get the TimeIncrement property of Pixels.
|
Time |
OMEXMLMetadataImpl.getPixelsTimeIncrement(int imageIndex) |
Time |
DummyMetadata.getPixelsTimeIncrement(int imageIndex) |
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.getPlaneDeltaT(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) |
Time |
DummyMetadata.getPlaneExposureTime(int imageIndex,
int planeIndex) |
Modifier and Type | Method and Description |
---|---|
void |
AggregateMetadata.setPixelsTimeIncrement(Time timeIncrement,
int imageIndex) |
void |
OMEXMLMetadataImpl.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 |
DummyMetadata.setPixelsTimeIncrement(Time timeIncrement,
int imageIndex) |
void |
AggregateMetadata.setPlaneDeltaT(Time deltaT,
int imageIndex,
int planeIndex) |
void |
OMEXMLMetadataImpl.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 |
DummyMetadata.setPlaneDeltaT(Time deltaT,
int imageIndex,
int planeIndex) |
void |
AggregateMetadata.setPlaneExposureTime(Time exposureTime,
int imageIndex,
int planeIndex) |
void |
OMEXMLMetadataImpl.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 |
DummyMetadata.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