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