Package omero.model

Interface _LogicalChannelOperations

    • 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)
      • setPhotometricInterpretation

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