Package omero.model

Interface _PlaneInfoOperations

    • Method Detail

      • getVersion

        RInt getVersion​(Ice.Current __current)
      • setVersion

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

        Pixels getPixels​(Ice.Current __current)
      • setPixels

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

        RInt getTheZ​(Ice.Current __current)
      • setTheZ

        void setTheZ​(RInt theTheZ,
                     Ice.Current __current)
      • getTheC

        RInt getTheC​(Ice.Current __current)
      • setTheC

        void setTheC​(RInt theTheC,
                     Ice.Current __current)
      • getTheT

        RInt getTheT​(Ice.Current __current)
      • setTheT

        void setTheT​(RInt theTheT,
                     Ice.Current __current)
      • getDeltaT

        Time getDeltaT​(Ice.Current __current)
      • setDeltaT

        void setDeltaT​(Time theDeltaT,
                       Ice.Current __current)
      • getPositionX

        Length getPositionX​(Ice.Current __current)
      • setPositionX

        void setPositionX​(Length thePositionX,
                          Ice.Current __current)
      • getPositionY

        Length getPositionY​(Ice.Current __current)
      • setPositionY

        void setPositionY​(Length thePositionY,
                          Ice.Current __current)
      • getPositionZ

        Length getPositionZ​(Ice.Current __current)
      • setPositionZ

        void setPositionZ​(Length thePositionZ,
                          Ice.Current __current)
      • getExposureTime

        Time getExposureTime​(Ice.Current __current)
      • setExposureTime

        void setExposureTime​(Time theExposureTime,
                             Ice.Current __current)
      • unloadAnnotationLinks

        void unloadAnnotationLinks​(Ice.Current __current)
      • sizeOfAnnotationLinks

        int sizeOfAnnotationLinks​(Ice.Current __current)
      • addPlaneInfoAnnotationLink

        void addPlaneInfoAnnotationLink​(PlaneInfoAnnotationLink target,
                                        Ice.Current __current)
      • addAllPlaneInfoAnnotationLinkSet

        void addAllPlaneInfoAnnotationLinkSet​(java.util.List<PlaneInfoAnnotationLink> targets,
                                              Ice.Current __current)
      • removePlaneInfoAnnotationLink

        void removePlaneInfoAnnotationLink​(PlaneInfoAnnotationLink theTarget,
                                           Ice.Current __current)
      • removeAllPlaneInfoAnnotationLinkSet

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

        void clearAnnotationLinks​(Ice.Current __current)
      • reloadAnnotationLinks

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

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

        void addPlaneInfoAnnotationLinkToBoth​(PlaneInfoAnnotationLink link,
                                              boolean bothSides,
                                              Ice.Current __current)
      • unlinkAnnotation

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

        void removePlaneInfoAnnotationLinkFromBoth​(PlaneInfoAnnotationLink link,
                                                   boolean bothSides,
                                                   Ice.Current __current)
      • linkedAnnotationList

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