Package omero.model
Interface _LogicalChannelOperations
-
- All Superinterfaces:
_IObjectOperations
- All Known Implementing Classes:
_LogicalChannelTie
,LogicalChannel
,LogicalChannelI
public interface _LogicalChannelOperations extends _IObjectOperations
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addAllChannelSet(java.util.List<Channel> targets, Ice.Current __current)
void
addChannel(Channel target, Ice.Current __current)
void
clearChannels(Ice.Current __current)
java.util.List<Channel>
copyChannels(Ice.Current __current)
ContrastMethod
getContrastMethod(Ice.Current __current)
DetectorSettings
getDetectorSettings(Ice.Current __current)
Length
getEmissionWave(Ice.Current __current)
Length
getExcitationWave(Ice.Current __current)
FilterSet
getFilterSet(Ice.Current __current)
RString
getFluor(Ice.Current __current)
Illumination
getIllumination(Ice.Current __current)
LightPath
getLightPath(Ice.Current __current)
LightSettings
getLightSourceSettings(Ice.Current __current)
AcquisitionMode
getMode(Ice.Current __current)
RString
getName(Ice.Current __current)
RDouble
getNdFilter(Ice.Current __current)
OTF
getOtf(Ice.Current __current)
PhotometricInterpretation
getPhotometricInterpretation(Ice.Current __current)
Length
getPinHoleSize(Ice.Current __current)
RInt
getPockelCellSetting(Ice.Current __current)
RInt
getSamplesPerPixel(Ice.Current __current)
RInt
getVersion(Ice.Current __current)
void
reloadChannels(LogicalChannel toCopy, Ice.Current __current)
void
removeAllChannelSet(java.util.List<Channel> targets, Ice.Current __current)
void
removeChannel(Channel theTarget, Ice.Current __current)
void
setContrastMethod(ContrastMethod theContrastMethod, Ice.Current __current)
void
setDetectorSettings(DetectorSettings theDetectorSettings, Ice.Current __current)
void
setEmissionWave(Length theEmissionWave, Ice.Current __current)
void
setExcitationWave(Length theExcitationWave, Ice.Current __current)
void
setFilterSet(FilterSet theFilterSet, Ice.Current __current)
void
setFluor(RString theFluor, Ice.Current __current)
void
setIllumination(Illumination theIllumination, Ice.Current __current)
void
setLightPath(LightPath theLightPath, Ice.Current __current)
void
setLightSourceSettings(LightSettings theLightSourceSettings, Ice.Current __current)
void
setMode(AcquisitionMode theMode, Ice.Current __current)
void
setName(RString theName, Ice.Current __current)
void
setNdFilter(RDouble theNdFilter, Ice.Current __current)
void
setOtf(OTF theOtf, Ice.Current __current)
void
setPhotometricInterpretation(PhotometricInterpretation thePhotometricInterpretation, Ice.Current __current)
void
setPinHoleSize(Length thePinHoleSize, Ice.Current __current)
void
setPockelCellSetting(RInt thePockelCellSetting, Ice.Current __current)
void
setSamplesPerPixel(RInt theSamplesPerPixel, Ice.Current __current)
void
setVersion(RInt theVersion, Ice.Current __current)
int
sizeOfChannels(Ice.Current __current)
void
unloadChannels(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)
-
getName
RString getName(Ice.Current __current)
-
setName
void setName(RString theName, Ice.Current __current)
-
getPinHoleSize
Length getPinHoleSize(Ice.Current __current)
-
setPinHoleSize
void setPinHoleSize(Length thePinHoleSize, Ice.Current __current)
-
getIllumination
Illumination getIllumination(Ice.Current __current)
-
setIllumination
void setIllumination(Illumination theIllumination, Ice.Current __current)
-
getContrastMethod
ContrastMethod getContrastMethod(Ice.Current __current)
-
setContrastMethod
void setContrastMethod(ContrastMethod theContrastMethod, Ice.Current __current)
-
getExcitationWave
Length getExcitationWave(Ice.Current __current)
-
setExcitationWave
void setExcitationWave(Length theExcitationWave, Ice.Current __current)
-
getEmissionWave
Length getEmissionWave(Ice.Current __current)
-
setEmissionWave
void setEmissionWave(Length theEmissionWave, Ice.Current __current)
-
getFluor
RString getFluor(Ice.Current __current)
-
setFluor
void setFluor(RString theFluor, Ice.Current __current)
-
getNdFilter
RDouble getNdFilter(Ice.Current __current)
-
setNdFilter
void setNdFilter(RDouble theNdFilter, Ice.Current __current)
-
getOtf
OTF getOtf(Ice.Current __current)
-
setOtf
void setOtf(OTF theOtf, Ice.Current __current)
-
getDetectorSettings
DetectorSettings getDetectorSettings(Ice.Current __current)
-
setDetectorSettings
void setDetectorSettings(DetectorSettings theDetectorSettings, Ice.Current __current)
-
getLightSourceSettings
LightSettings getLightSourceSettings(Ice.Current __current)
-
setLightSourceSettings
void setLightSourceSettings(LightSettings theLightSourceSettings, Ice.Current __current)
-
getFilterSet
FilterSet getFilterSet(Ice.Current __current)
-
setFilterSet
void setFilterSet(FilterSet theFilterSet, Ice.Current __current)
-
getSamplesPerPixel
RInt getSamplesPerPixel(Ice.Current __current)
-
setSamplesPerPixel
void setSamplesPerPixel(RInt theSamplesPerPixel, Ice.Current __current)
-
getPhotometricInterpretation
PhotometricInterpretation getPhotometricInterpretation(Ice.Current __current)
-
setPhotometricInterpretation
void setPhotometricInterpretation(PhotometricInterpretation thePhotometricInterpretation, Ice.Current __current)
-
getMode
AcquisitionMode getMode(Ice.Current __current)
-
setMode
void setMode(AcquisitionMode theMode, Ice.Current __current)
-
getPockelCellSetting
RInt getPockelCellSetting(Ice.Current __current)
-
setPockelCellSetting
void setPockelCellSetting(RInt thePockelCellSetting, Ice.Current __current)
-
unloadChannels
void unloadChannels(Ice.Current __current)
-
sizeOfChannels
int sizeOfChannels(Ice.Current __current)
-
copyChannels
java.util.List<Channel> copyChannels(Ice.Current __current)
-
addChannel
void addChannel(Channel target, Ice.Current __current)
-
addAllChannelSet
void addAllChannelSet(java.util.List<Channel> targets, Ice.Current __current)
-
removeChannel
void removeChannel(Channel theTarget, Ice.Current __current)
-
removeAllChannelSet
void removeAllChannelSet(java.util.List<Channel> targets, Ice.Current __current)
-
clearChannels
void clearChannels(Ice.Current __current)
-
reloadChannels
void reloadChannels(LogicalChannel toCopy, Ice.Current __current)
-
getLightPath
LightPath getLightPath(Ice.Current __current)
-
setLightPath
void setLightPath(LightPath theLightPath, Ice.Current __current)
-
-