Package | Description |
---|---|
loci.formats |
Bio-Formats: a library for reading and writing popular microscopy file
formats.
|
ome.xml.meta | |
ome.xml.model | |
ome.xml.model.primitives |
Modifier and Type | Method and Description |
---|---|
static PositiveFloat |
FormatTools.getPhysicalSizeX(Double value) |
static PositiveFloat |
FormatTools.getPhysicalSizeY(Double value) |
static PositiveFloat |
FormatTools.getPhysicalSizeZ(Double value) |
Modifier and Type | Method and Description |
---|---|
PositiveFloat |
AggregateMetadata.getPixelsPhysicalSizeX(int imageIndex) |
PositiveFloat |
MetadataRetrieve.getPixelsPhysicalSizeX(int imageIndex) |
PositiveFloat |
OMEXMLMetadataImpl.getPixelsPhysicalSizeX(int imageIndex) |
PositiveFloat |
DummyMetadata.getPixelsPhysicalSizeX(int imageIndex) |
PositiveFloat |
AggregateMetadata.getPixelsPhysicalSizeY(int imageIndex) |
PositiveFloat |
MetadataRetrieve.getPixelsPhysicalSizeY(int imageIndex) |
PositiveFloat |
OMEXMLMetadataImpl.getPixelsPhysicalSizeY(int imageIndex) |
PositiveFloat |
DummyMetadata.getPixelsPhysicalSizeY(int imageIndex) |
PositiveFloat |
AggregateMetadata.getPixelsPhysicalSizeZ(int imageIndex) |
PositiveFloat |
MetadataRetrieve.getPixelsPhysicalSizeZ(int imageIndex) |
PositiveFloat |
OMEXMLMetadataImpl.getPixelsPhysicalSizeZ(int imageIndex) |
PositiveFloat |
DummyMetadata.getPixelsPhysicalSizeZ(int imageIndex) |
Modifier and Type | Method and Description |
---|---|
void |
AggregateMetadata.setPixelsPhysicalSizeX(PositiveFloat physicalSizeX,
int imageIndex) |
void |
OMEXMLMetadataImpl.setPixelsPhysicalSizeX(PositiveFloat physicalSizeX,
int imageIndex) |
void |
MetadataStore.setPixelsPhysicalSizeX(PositiveFloat physicalSizeX,
int imageIndex) |
void |
FilterMetadata.setPixelsPhysicalSizeX(PositiveFloat physicalSizeX,
int imageIndex) |
void |
DummyMetadata.setPixelsPhysicalSizeX(PositiveFloat physicalSizeX,
int imageIndex) |
void |
AggregateMetadata.setPixelsPhysicalSizeY(PositiveFloat physicalSizeY,
int imageIndex) |
void |
OMEXMLMetadataImpl.setPixelsPhysicalSizeY(PositiveFloat physicalSizeY,
int imageIndex) |
void |
MetadataStore.setPixelsPhysicalSizeY(PositiveFloat physicalSizeY,
int imageIndex) |
void |
FilterMetadata.setPixelsPhysicalSizeY(PositiveFloat physicalSizeY,
int imageIndex) |
void |
DummyMetadata.setPixelsPhysicalSizeY(PositiveFloat physicalSizeY,
int imageIndex) |
void |
AggregateMetadata.setPixelsPhysicalSizeZ(PositiveFloat physicalSizeZ,
int imageIndex) |
void |
OMEXMLMetadataImpl.setPixelsPhysicalSizeZ(PositiveFloat physicalSizeZ,
int imageIndex) |
void |
MetadataStore.setPixelsPhysicalSizeZ(PositiveFloat physicalSizeZ,
int imageIndex) |
void |
FilterMetadata.setPixelsPhysicalSizeZ(PositiveFloat physicalSizeZ,
int imageIndex) |
void |
DummyMetadata.setPixelsPhysicalSizeZ(PositiveFloat physicalSizeZ,
int imageIndex) |
Modifier and Type | Method and Description |
---|---|
PositiveFloat |
Pixels.getPhysicalSizeX() |
PositiveFloat |
Pixels.getPhysicalSizeY() |
PositiveFloat |
Pixels.getPhysicalSizeZ() |
Modifier and Type | Method and Description |
---|---|
void |
Pixels.setPhysicalSizeX(PositiveFloat physicalSizeX) |
void |
Pixels.setPhysicalSizeY(PositiveFloat physicalSizeY) |
void |
Pixels.setPhysicalSizeZ(PositiveFloat physicalSizeZ) |
Modifier and Type | Method and Description |
---|---|
static PositiveFloat |
PositiveFloat.valueOf(String s)
Returns an
PositiveFloat object holding the value of
the specified string. |
Copyright © 2014 Open Microscopy Environment