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 BinninggetBinning(Ice.Current __current)DetectorgetDetector(Ice.Current __current)RDoublegetGain(Ice.Current __current)RIntgetIntegration(Ice.Current __current)RDoublegetOffsetValue(Ice.Current __current)FrequencygetReadOutRate(Ice.Current __current)RIntgetVersion(Ice.Current __current)ElectricPotentialgetVoltage(Ice.Current __current)RDoublegetZoom(Ice.Current __current)voidsetBinning(Binning theBinning, Ice.Current __current)voidsetDetector(Detector theDetector, Ice.Current __current)voidsetGain(RDouble theGain, Ice.Current __current)voidsetIntegration(RInt theIntegration, Ice.Current __current)voidsetOffsetValue(RDouble theOffsetValue, Ice.Current __current)voidsetReadOutRate(Frequency theReadOutRate, Ice.Current __current)voidsetVersion(RInt theVersion, Ice.Current __current)voidsetVoltage(ElectricPotential theVoltage, Ice.Current __current)voidsetZoom(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)
-
-