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 DetectorXMLMockObjects. 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 DetectorDetectorSettings. getDetector()DetectorInstrument. getDetector(int index)DetectorAnnotation. getLinkedDetector(int index)DetectorInstrument. setDetector(int index, Detector detector)DetectorAnnotation. setLinkedDetector(int index, Detector o)Methods in ome.xml.model that return types with arguments of type Detector Modifier and Type Method Description java.util.List<Detector>Instrument. copyDetectorList()java.util.List<Detector>Annotation. copyLinkedDetectorList()Methods in ome.xml.model with parameters of type Detector Modifier and Type Method Description voidInstrument. addDetector(Detector detector)booleanAnnotation. linkDetector(Detector o)voidInstrument. removeDetector(Detector detector)voidDetectorSettings. setDetector(Detector detector)DetectorInstrument. setDetector(int index, Detector detector)DetectorAnnotation. setLinkedDetector(int index, Detector o)booleanAnnotation. unlinkDetector(Detector o)Constructors in ome.xml.model with parameters of type Detector Constructor Description Detector(Detector orig)Copy constructor.
-