Package omero.model
Interface _LightSettingsOperations
-
- All Superinterfaces:
_IObjectOperations
- All Known Implementing Classes:
_LightSettingsTie
,LightSettings
,LightSettingsI
public interface _LightSettingsOperations extends _IObjectOperations
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RDouble
getAttenuation(Ice.Current __current)
LightSource
getLightSource(Ice.Current __current)
MicrobeamManipulation
getMicrobeamManipulation(Ice.Current __current)
RInt
getVersion(Ice.Current __current)
Length
getWavelength(Ice.Current __current)
void
setAttenuation(RDouble theAttenuation, Ice.Current __current)
void
setLightSource(LightSource theLightSource, Ice.Current __current)
void
setMicrobeamManipulation(MicrobeamManipulation theMicrobeamManipulation, Ice.Current __current)
void
setVersion(RInt theVersion, Ice.Current __current)
void
setWavelength(Length theWavelength, 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)
-
getAttenuation
RDouble getAttenuation(Ice.Current __current)
-
setAttenuation
void setAttenuation(RDouble theAttenuation, Ice.Current __current)
-
getWavelength
Length getWavelength(Ice.Current __current)
-
setWavelength
void setWavelength(Length theWavelength, Ice.Current __current)
-
getLightSource
LightSource getLightSource(Ice.Current __current)
-
setLightSource
void setLightSource(LightSource theLightSource, Ice.Current __current)
-
getMicrobeamManipulation
MicrobeamManipulation getMicrobeamManipulation(Ice.Current __current)
-
setMicrobeamManipulation
void setMicrobeamManipulation(MicrobeamManipulation theMicrobeamManipulation, Ice.Current __current)
-
-