Package omero.model

Interface _ChannelOperations

    • Method Detail

      • getVersion

        RInt getVersion​(Ice.Current __current)
      • setVersion

        void setVersion​(RInt theVersion,
                        Ice.Current __current)
      • getStatsInfo

        StatsInfo getStatsInfo​(Ice.Current __current)
      • setStatsInfo

        void setStatsInfo​(StatsInfo theStatsInfo,
                          Ice.Current __current)
      • getRed

        RInt getRed​(Ice.Current __current)
      • setRed

        void setRed​(RInt theRed,
                    Ice.Current __current)
      • getGreen

        RInt getGreen​(Ice.Current __current)
      • setGreen

        void setGreen​(RInt theGreen,
                      Ice.Current __current)
      • getBlue

        RInt getBlue​(Ice.Current __current)
      • setBlue

        void setBlue​(RInt theBlue,
                     Ice.Current __current)
      • getAlpha

        RInt getAlpha​(Ice.Current __current)
      • setAlpha

        void setAlpha​(RInt theAlpha,
                      Ice.Current __current)
      • getLookupTable

        RString getLookupTable​(Ice.Current __current)
      • setLookupTable

        void setLookupTable​(RString theLookupTable,
                            Ice.Current __current)
      • getLogicalChannel

        LogicalChannel getLogicalChannel​(Ice.Current __current)
      • setLogicalChannel

        void setLogicalChannel​(LogicalChannel theLogicalChannel,
                               Ice.Current __current)
      • getPixels

        Pixels getPixels​(Ice.Current __current)
      • setPixels

        void setPixels​(Pixels thePixels,
                       Ice.Current __current)
      • unloadAnnotationLinks

        void unloadAnnotationLinks​(Ice.Current __current)
      • sizeOfAnnotationLinks

        int sizeOfAnnotationLinks​(Ice.Current __current)
      • copyAnnotationLinks

        java.util.List<ChannelAnnotationLink> copyAnnotationLinks​(Ice.Current __current)
      • addChannelAnnotationLink

        void addChannelAnnotationLink​(ChannelAnnotationLink target,
                                      Ice.Current __current)
      • addAllChannelAnnotationLinkSet

        void addAllChannelAnnotationLinkSet​(java.util.List<ChannelAnnotationLink> targets,
                                            Ice.Current __current)
      • removeChannelAnnotationLink

        void removeChannelAnnotationLink​(ChannelAnnotationLink theTarget,
                                         Ice.Current __current)
      • removeAllChannelAnnotationLinkSet

        void removeAllChannelAnnotationLinkSet​(java.util.List<ChannelAnnotationLink> targets,
                                               Ice.Current __current)
      • clearAnnotationLinks

        void clearAnnotationLinks​(Ice.Current __current)
      • reloadAnnotationLinks

        void reloadAnnotationLinks​(Channel toCopy,
                                   Ice.Current __current)
      • getAnnotationLinksCountPerOwner

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

        void addChannelAnnotationLinkToBoth​(ChannelAnnotationLink link,
                                            boolean bothSides,
                                            Ice.Current __current)
      • unlinkAnnotation

        void unlinkAnnotation​(Annotation removal,
                              Ice.Current __current)
      • removeChannelAnnotationLinkFromBoth

        void removeChannelAnnotationLinkFromBoth​(ChannelAnnotationLink link,
                                                 boolean bothSides,
                                                 Ice.Current __current)
      • linkedAnnotationList

        java.util.List<Annotation> linkedAnnotationList​(Ice.Current __current)