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 RDoublegetAttenuation()LightSourcegetLightSource()MicrobeamManipulationgetMicrobeamManipulation()RIntgetVersion()LengthgetWavelength()voidsetAttenuation(RDouble theAttenuation)voidsetLightSource(LightSource theLightSource)voidsetMicrobeamManipulation(MicrobeamManipulation theMicrobeamManipulation)voidsetVersion(RInt theVersion)voidsetWavelength(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)
-
-