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 Medium |
FormatReader.getMedium(String value)
Retrieves an
Medium enumeration
value for the given String. |
Modifier and Type | Field and Description |
---|---|
static Medium |
XMLMockObjects.MEDIUM
The default medium for the objective.
|
Modifier and Type | Method and Description |
---|---|
Medium |
DummyMetadata.getObjectiveSettingsMedium(int imageIndex) |
Medium |
AggregateMetadata.getObjectiveSettingsMedium(int imageIndex) |
Medium |
MetadataRetrieve.getObjectiveSettingsMedium(int imageIndex)
Get the Medium property of ObjectiveSettings.
|
Medium |
OMEXMLMetadataImpl.getObjectiveSettingsMedium(int imageIndex) |
Modifier and Type | Method and Description |
---|---|
void |
DummyMetadata.setObjectiveSettingsMedium(Medium medium,
int imageIndex) |
void |
MetadataStore.setObjectiveSettingsMedium(Medium medium,
int imageIndex)
Set the Medium property of ObjectiveSettings.
|
void |
FilterMetadata.setObjectiveSettingsMedium(Medium medium,
int imageIndex) |
void |
AggregateMetadata.setObjectiveSettingsMedium(Medium medium,
int imageIndex) |
void |
OMEXMLMetadataImpl.setObjectiveSettingsMedium(Medium medium,
int imageIndex) |
Modifier and Type | Field and Description |
---|---|
private Medium |
ObjectiveSettings.medium |
Modifier and Type | Method and Description |
---|---|
Medium |
ObjectiveSettings.getMedium() |
Modifier and Type | Method and Description |
---|---|
void |
ObjectiveSettings.setMedium(Medium medium) |
Modifier and Type | Method and Description |
---|---|
static Medium |
Medium.fromString(String value) |
static Medium |
Medium.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Medium[] |
Medium.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2016 Open Microscopy Environment