Package omero.model

Interface _ChannelOperationsNC

    • Method Detail

      • getVersion

        RInt getVersion()
      • setVersion

        void setVersion​(RInt theVersion)
      • setStatsInfo

        void setStatsInfo​(StatsInfo theStatsInfo)
      • 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)
      • setLogicalChannel

        void setLogicalChannel​(LogicalChannel theLogicalChannel)
      • getPixels

        Pixels getPixels()
      • setPixels

        void setPixels​(Pixels thePixels)
      • unloadAnnotationLinks

        void unloadAnnotationLinks()
      • sizeOfAnnotationLinks

        int sizeOfAnnotationLinks()
      • addAllChannelAnnotationLinkSet

        void addAllChannelAnnotationLinkSet​(java.util.List<ChannelAnnotationLink> targets)
      • removeAllChannelAnnotationLinkSet

        void removeAllChannelAnnotationLinkSet​(java.util.List<ChannelAnnotationLink> targets)
      • clearAnnotationLinks

        void clearAnnotationLinks()
      • reloadAnnotationLinks

        void reloadAnnotationLinks​(Channel toCopy)
      • getAnnotationLinksCountPerOwner

        java.util.Map<java.lang.Long,​java.lang.Long> getAnnotationLinksCountPerOwner()
      • addChannelAnnotationLinkToBoth

        void addChannelAnnotationLinkToBoth​(ChannelAnnotationLink link,
                                            boolean bothSides)
      • unlinkAnnotation

        void unlinkAnnotation​(Annotation removal)
      • removeChannelAnnotationLinkFromBoth

        void removeChannelAnnotationLinkFromBoth​(ChannelAnnotationLink link,
                                                 boolean bothSides)
      • linkedAnnotationList

        java.util.List<Annotation> linkedAnnotationList()