Package | Description |
---|---|
loci.formats |
Bio-Formats: a library for reading and writing popular microscopy file
formats.
|
ome.specification | |
ome.xml.meta | |
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 | Field and Description |
---|---|
static Correction |
XMLMockObjects.CORRECTION
The default objective's correction.
|
Modifier and Type | Method and Description |
---|---|
Correction |
AggregateMetadata.getObjectiveCorrection(int instrumentIndex,
int objectiveIndex) |
Correction |
MetadataRetrieve.getObjectiveCorrection(int instrumentIndex,
int objectiveIndex) |
Correction |
OMEXMLMetadataImpl.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 |
OMEXMLMetadataImpl.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 | Field and Description |
---|---|
private Correction |
Objective.correction |
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 © 2015 Open Microscopy Environment