| Package | Description |
|---|---|
| loci.formats |
Bio-Formats: a library for reading and writing popular microscopy file
formats.
|
| loci.formats.meta |
Package containing core Bio-Formats metadata interfaces for the OME data model.
|
| loci.formats.ome |
Package containing Bio-Formats OME-related logic for
OME-XML metadata, and database import, upload and download.
|
| ome.xml.model | |
| ome.xml.model.enums |
| Modifier and Type | Method and Description |
|---|---|
protected Correction |
FormatReader.getCorrection(String value)
Retrieves an
Correction enumeration
value for the given String. |
| Modifier and Type | Method and Description |
|---|---|
Correction |
AggregateMetadata.getObjectiveCorrection(int instrumentIndex,
int objectiveIndex) |
Correction |
MetadataRetrieve.getObjectiveCorrection(int instrumentIndex,
int objectiveIndex) |
Correction |
DummyMetadata.getObjectiveCorrection(int instrumentIndex,
int objectiveIndex) |
| Modifier and Type | Method and Description |
|---|---|
void |
AggregateMetadata.setObjectiveCorrection(Correction correction,
int instrumentIndex,
int objectiveIndex) |
void |
MetadataStore.setObjectiveCorrection(Correction correction,
int instrumentIndex,
int objectiveIndex) |
void |
FilterMetadata.setObjectiveCorrection(Correction correction,
int instrumentIndex,
int objectiveIndex) |
void |
DummyMetadata.setObjectiveCorrection(Correction correction,
int instrumentIndex,
int objectiveIndex) |
| Modifier and Type | Method and Description |
|---|---|
Correction |
OMEXMLMetadataImpl.getObjectiveCorrection(int instrumentIndex,
int objectiveIndex) |
| Modifier and Type | Method and Description |
|---|---|
void |
OMEXMLMetadataImpl.setObjectiveCorrection(Correction correction,
int instrumentIndex,
int objectiveIndex) |
| Modifier and Type | Method and Description |
|---|---|
Correction |
Objective.getCorrection() |
| Modifier and Type | Method and Description |
|---|---|
void |
Objective.setCorrection(Correction correction) |
| Modifier and Type | Method and Description |
|---|---|
static Correction |
Correction.fromString(String value) |
static Correction |
Correction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Correction[] |
Correction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2014 Open Microscopy Environment