Uses of Class
ome.xml.model.Detector
-
Packages that use Detector Package Description ome.specification ome.xml.model -
-
Uses of Detector in ome.specification
Methods in ome.specification that return Detector Modifier and Type Method Description Detector
XMLMockObjects. createDetector(int index)
Creates a detector. -
Uses of Detector in ome.xml.model
Methods in ome.xml.model that return Detector Modifier and Type Method 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)
Methods in ome.xml.model that return types with arguments of type Detector Modifier and Type Method Description List<Detector>
Instrument. copyDetectorList()
List<Detector>
Annotation. copyLinkedDetectorList()
Methods in ome.xml.model with parameters of type Detector Modifier and Type Method 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)
Constructors in ome.xml.model with parameters of type Detector Constructor Description Detector(Detector orig)
Copy constructor.
-