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 DetectorType |
FormatReader.getDetectorType(String value)
Retrieves an
DetectorType enumeration
value for the given String. |
Modifier and Type | Method and Description |
---|---|
DetectorType |
AggregateMetadata.getDetectorType(int instrumentIndex,
int detectorIndex) |
DetectorType |
MetadataRetrieve.getDetectorType(int instrumentIndex,
int detectorIndex) |
DetectorType |
OMEXMLMetadataImpl.getDetectorType(int instrumentIndex,
int detectorIndex) |
DetectorType |
DummyMetadata.getDetectorType(int instrumentIndex,
int detectorIndex) |
Modifier and Type | Method and Description |
---|---|
void |
AggregateMetadata.setDetectorType(DetectorType type,
int instrumentIndex,
int detectorIndex) |
void |
OMEXMLMetadataImpl.setDetectorType(DetectorType type,
int instrumentIndex,
int detectorIndex) |
void |
MetadataStore.setDetectorType(DetectorType type,
int instrumentIndex,
int detectorIndex) |
void |
FilterMetadata.setDetectorType(DetectorType type,
int instrumentIndex,
int detectorIndex) |
void |
DummyMetadata.setDetectorType(DetectorType type,
int instrumentIndex,
int detectorIndex) |
Modifier and Type | Method and Description |
---|---|
DetectorType |
Detector.getType() |
Modifier and Type | Method and Description |
---|---|
void |
Detector.setType(DetectorType type) |
Modifier and Type | Method and Description |
---|---|
static DetectorType |
DetectorType.fromString(String value) |
static DetectorType |
DetectorType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DetectorType[] |
DetectorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2014 Open Microscopy Environment