public interface _LightSettingsOperations extends _IObjectOperations
Modifier and Type | Method and 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) |
getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
RInt getVersion(Ice.Current __current)
void setVersion(RInt theVersion, Ice.Current __current)
RDouble getAttenuation(Ice.Current __current)
void setAttenuation(RDouble theAttenuation, Ice.Current __current)
Length getWavelength(Ice.Current __current)
void setWavelength(Length theWavelength, Ice.Current __current)
LightSource getLightSource(Ice.Current __current)
void setLightSource(LightSource theLightSource, Ice.Current __current)
MicrobeamManipulation getMicrobeamManipulation(Ice.Current __current)
void setMicrobeamManipulation(MicrobeamManipulation theMicrobeamManipulation, Ice.Current __current)