Uses of Class
ome.xml.model.DetectorSettings
-
Packages that use DetectorSettings Package Description ome.specification ome.xml.model -
-
Uses of DetectorSettings in ome.specification
Methods in ome.specification that return DetectorSettings Modifier and Type Method Description DetectorSettings
XMLMockObjects. createDetectorSettings(int ref)
Creates a detector settings. -
Uses of DetectorSettings in ome.xml.model
Methods in ome.xml.model that return DetectorSettings Modifier and Type Method Description DetectorSettings
Channel. getDetectorSettings()
Methods in ome.xml.model with parameters of type DetectorSettings Modifier and Type Method Description void
Channel. setDetectorSettings(DetectorSettings detectorSettings)
Constructors in ome.xml.model with parameters of type DetectorSettings Constructor Description DetectorSettings(DetectorSettings orig)
Copy constructor.
-