Package omero.model
Interface _DetectorSettingsOperationsNC
-
- All Superinterfaces:
_IObjectOperationsNC
- All Known Implementing Classes:
_DetectorSettingsTie
,DetectorSettings
,DetectorSettingsI
public interface _DetectorSettingsOperationsNC extends _IObjectOperationsNC
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Binning
getBinning()
Detector
getDetector()
RDouble
getGain()
RInt
getIntegration()
RDouble
getOffsetValue()
Frequency
getReadOutRate()
RInt
getVersion()
ElectricPotential
getVoltage()
RDouble
getZoom()
void
setBinning(Binning theBinning)
void
setDetector(Detector theDetector)
void
setGain(RDouble theGain)
void
setIntegration(RInt theIntegration)
void
setOffsetValue(RDouble theOffsetValue)
void
setReadOutRate(Frequency theReadOutRate)
void
setVersion(RInt theVersion)
void
setVoltage(ElectricPotential theVoltage)
void
setZoom(RDouble theZoom)
-
Methods inherited from interface omero.model._IObjectOperationsNC
getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
-
-
-
-
Method Detail
-
getVersion
RInt getVersion()
-
setVersion
void setVersion(RInt theVersion)
-
getVoltage
ElectricPotential getVoltage()
-
setVoltage
void setVoltage(ElectricPotential theVoltage)
-
getGain
RDouble getGain()
-
setGain
void setGain(RDouble theGain)
-
getOffsetValue
RDouble getOffsetValue()
-
setOffsetValue
void setOffsetValue(RDouble theOffsetValue)
-
getReadOutRate
Frequency getReadOutRate()
-
setReadOutRate
void setReadOutRate(Frequency theReadOutRate)
-
getBinning
Binning getBinning()
-
setBinning
void setBinning(Binning theBinning)
-
getIntegration
RInt getIntegration()
-
setIntegration
void setIntegration(RInt theIntegration)
-
getZoom
RDouble getZoom()
-
setZoom
void setZoom(RDouble theZoom)
-
getDetector
Detector getDetector()
-
setDetector
void setDetector(Detector theDetector)
-
-