Package | Description |
---|---|
ome.specification | |
ome.xml.model |
Modifier and Type | Method and Description |
---|---|
Detector |
XMLMockObjects.createDetector(int index)
Creates a detector.
|
Modifier and Type | Field and Description |
---|---|
private Detector |
DetectorSettings.detector |
Modifier and Type | Field and Description |
---|---|
private List<Detector> |
Annotation.detectorLinks |
private List<Detector> |
Instrument.detectors |
Modifier and Type | Method and Description |
---|---|
Detector |
DetectorSettings.getDetector() |
Detector |
Instrument.getDetector(int index) |
Detector |
Annotation.getLinkedDetector(int index) |
Detector |
Instrument.setDetector(int index,
Detector detector) |
Detector |
Annotation.setLinkedDetector(int index,
Detector o) |
Modifier and Type | Method and Description |
---|---|
List<Detector> |
Instrument.copyDetectorList() |
List<Detector> |
Annotation.copyLinkedDetectorList() |
Modifier and Type | Method and Description |
---|---|
void |
Instrument.addDetector(Detector detector) |
boolean |
Annotation.linkDetector(Detector o) |
void |
Instrument.removeDetector(Detector detector) |
void |
DetectorSettings.setDetector(Detector detector) |
Detector |
Instrument.setDetector(int index,
Detector detector) |
Detector |
Annotation.setLinkedDetector(int index,
Detector o) |
boolean |
Annotation.unlinkDetector(Detector o) |
Constructor and Description |
---|
Detector(Detector orig)
Copy constructor.
|
Copyright © 2016 Open Microscopy Environment