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 Immersion |
FormatReader.getImmersion(String value)
Retrieves an
Immersion enumeration
value for the given String. |
Modifier and Type | Field and Description |
---|---|
static Immersion |
XMLMockObjects.IMMERSION
The default objective's immersion.
|
Modifier and Type | Method and Description |
---|---|
Immersion |
DummyMetadata.getObjectiveImmersion(int instrumentIndex,
int objectiveIndex) |
Immersion |
AggregateMetadata.getObjectiveImmersion(int instrumentIndex,
int objectiveIndex) |
Immersion |
MetadataRetrieve.getObjectiveImmersion(int instrumentIndex,
int objectiveIndex)
Get the Immersion property of Objective.
|
Immersion |
OMEXMLMetadataImpl.getObjectiveImmersion(int instrumentIndex,
int objectiveIndex) |
Modifier and Type | Method and Description |
---|---|
void |
DummyMetadata.setObjectiveImmersion(Immersion immersion,
int instrumentIndex,
int objectiveIndex) |
void |
MetadataStore.setObjectiveImmersion(Immersion immersion,
int instrumentIndex,
int objectiveIndex)
Set the Immersion property of Objective.
|
void |
FilterMetadata.setObjectiveImmersion(Immersion immersion,
int instrumentIndex,
int objectiveIndex) |
void |
AggregateMetadata.setObjectiveImmersion(Immersion immersion,
int instrumentIndex,
int objectiveIndex) |
void |
OMEXMLMetadataImpl.setObjectiveImmersion(Immersion immersion,
int instrumentIndex,
int objectiveIndex) |
Modifier and Type | Field and Description |
---|---|
private Immersion |
Objective.immersion |
Modifier and Type | Method and Description |
---|---|
Immersion |
Objective.getImmersion() |
Modifier and Type | Method and Description |
---|---|
void |
Objective.setImmersion(Immersion immersion) |
Modifier and Type | Method and Description |
---|---|
static Immersion |
Immersion.fromString(String value) |
static Immersion |
Immersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Immersion[] |
Immersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2016 Open Microscopy Environment