| 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 MicroscopeType |
FormatReader.getMicroscopeType(String value)
Retrieves an
MicroscopeType enumeration
value for the given String. |
| Modifier and Type | Field and Description |
|---|---|
static MicroscopeType |
XMLMockObjects.MICROSCOPE_TYPE
The default type of a microscope.
|
| Modifier and Type | Method and Description |
|---|---|
MicroscopeType |
AggregateMetadata.getMicroscopeType(int instrumentIndex) |
MicroscopeType |
MetadataRetrieve.getMicroscopeType(int instrumentIndex) |
MicroscopeType |
OMEXMLMetadataImpl.getMicroscopeType(int instrumentIndex) |
MicroscopeType |
DummyMetadata.getMicroscopeType(int instrumentIndex) |
| Modifier and Type | Method and Description |
|---|---|
void |
AggregateMetadata.setMicroscopeType(MicroscopeType type,
int instrumentIndex) |
void |
OMEXMLMetadataImpl.setMicroscopeType(MicroscopeType type,
int instrumentIndex) |
void |
MetadataStore.setMicroscopeType(MicroscopeType type,
int instrumentIndex) |
void |
FilterMetadata.setMicroscopeType(MicroscopeType type,
int instrumentIndex) |
void |
DummyMetadata.setMicroscopeType(MicroscopeType type,
int instrumentIndex) |
| Modifier and Type | Field and Description |
|---|---|
private MicroscopeType |
Microscope.type |
| Modifier and Type | Method and Description |
|---|---|
MicroscopeType |
Microscope.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
Microscope.setType(MicroscopeType type) |
| Modifier and Type | Method and Description |
|---|---|
static MicroscopeType |
MicroscopeType.fromString(String value) |
static MicroscopeType |
MicroscopeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MicroscopeType[] |
MicroscopeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2015 Open Microscopy Environment