Package omero.model

Interface _LogicalChannelOperationsNC

    • Method Detail

      • getVersion

        RInt getVersion()
      • setVersion

        void setVersion​(RInt theVersion)
      • setName

        void setName​(RString theName)
      • getPinHoleSize

        Length getPinHoleSize()
      • setPinHoleSize

        void setPinHoleSize​(Length thePinHoleSize)
      • setIllumination

        void setIllumination​(Illumination theIllumination)
      • setContrastMethod

        void setContrastMethod​(ContrastMethod theContrastMethod)
      • getExcitationWave

        Length getExcitationWave()
      • setExcitationWave

        void setExcitationWave​(Length theExcitationWave)
      • getEmissionWave

        Length getEmissionWave()
      • setEmissionWave

        void setEmissionWave​(Length theEmissionWave)
      • setFluor

        void setFluor​(RString theFluor)
      • getNdFilter

        RDouble getNdFilter()
      • setNdFilter

        void setNdFilter​(RDouble theNdFilter)
      • getOtf

        OTF getOtf()
      • setOtf

        void setOtf​(OTF theOtf)
      • setDetectorSettings

        void setDetectorSettings​(DetectorSettings theDetectorSettings)
      • setLightSourceSettings

        void setLightSourceSettings​(LightSettings theLightSourceSettings)
      • setFilterSet

        void setFilterSet​(FilterSet theFilterSet)
      • getSamplesPerPixel

        RInt getSamplesPerPixel()
      • setSamplesPerPixel

        void setSamplesPerPixel​(RInt theSamplesPerPixel)
      • setPhotometricInterpretation

        void setPhotometricInterpretation​(PhotometricInterpretation thePhotometricInterpretation)
      • 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()
      • setLightPath

        void setLightPath​(LightPath theLightPath)