Package | Description |
---|---|
loci.formats |
Bio-Formats: a library for reading and writing popular microscopy file
formats.
|
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 | 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 | 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 © 2014 Open Microscopy Environment