Package omero.model

Interface _ChannelBindingOperationsNC

    • Method Detail

      • getVersion

        RInt getVersion()
      • setVersion

        void setVersion​(RInt theVersion)
      • setRenderingDef

        void setRenderingDef​(RenderingDef theRenderingDef)
      • getFamily

        Family getFamily()
      • setFamily

        void setFamily​(Family theFamily)
      • getCoefficient

        RDouble getCoefficient()
      • setCoefficient

        void setCoefficient​(RDouble theCoefficient)
      • getInputStart

        RDouble getInputStart()
      • setInputStart

        void setInputStart​(RDouble theInputStart)
      • getInputEnd

        RDouble getInputEnd()
      • setInputEnd

        void setInputEnd​(RDouble theInputEnd)
      • getActive

        RBool getActive()
      • setActive

        void setActive​(RBool theActive)
      • getNoiseReduction

        RBool getNoiseReduction()
      • setNoiseReduction

        void setNoiseReduction​(RBool theNoiseReduction)
      • getRed

        RInt getRed()
      • setRed

        void setRed​(RInt theRed)
      • getGreen

        RInt getGreen()
      • setGreen

        void setGreen​(RInt theGreen)
      • getBlue

        RInt getBlue()
      • setBlue

        void setBlue​(RInt theBlue)
      • getAlpha

        RInt getAlpha()
      • setAlpha

        void setAlpha​(RInt theAlpha)
      • getLookupTable

        RString getLookupTable()
      • setLookupTable

        void setLookupTable​(RString theLookupTable)
      • unloadSpatialDomainEnhancement

        void unloadSpatialDomainEnhancement()
      • sizeOfSpatialDomainEnhancement

        int sizeOfSpatialDomainEnhancement()
      • copySpatialDomainEnhancement

        java.util.List<CodomainMapContext> copySpatialDomainEnhancement()
      • addAllCodomainMapContextSet

        void addAllCodomainMapContextSet​(java.util.List<CodomainMapContext> targets)
      • removeCodomainMapContext

        void removeCodomainMapContext​(CodomainMapContext theTarget)
      • removeAllCodomainMapContextSet

        void removeAllCodomainMapContextSet​(java.util.List<CodomainMapContext> targets)
      • clearSpatialDomainEnhancement

        void clearSpatialDomainEnhancement()
      • reloadSpatialDomainEnhancement

        void reloadSpatialDomainEnhancement​(ChannelBinding toCopy)