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