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