Package omero.model

Interface _PlaneInfoOperationsNC

    • Method Detail

      • getVersion

        RInt getVersion()
      • setVersion

        void setVersion​(RInt theVersion)
      • getPixels

        Pixels getPixels()
      • setPixels

        void setPixels​(Pixels thePixels)
      • getTheZ

        RInt getTheZ()
      • setTheZ

        void setTheZ​(RInt theTheZ)
      • getTheC

        RInt getTheC()
      • setTheC

        void setTheC​(RInt theTheC)
      • getTheT

        RInt getTheT()
      • setTheT

        void setTheT​(RInt theTheT)
      • getDeltaT

        Time getDeltaT()
      • setDeltaT

        void setDeltaT​(Time theDeltaT)
      • getPositionX

        Length getPositionX()
      • setPositionX

        void setPositionX​(Length thePositionX)
      • getPositionY

        Length getPositionY()
      • setPositionY

        void setPositionY​(Length thePositionY)
      • getPositionZ

        Length getPositionZ()
      • setPositionZ

        void setPositionZ​(Length thePositionZ)
      • getExposureTime

        Time getExposureTime()
      • setExposureTime

        void setExposureTime​(Time theExposureTime)
      • unloadAnnotationLinks

        void unloadAnnotationLinks()
      • sizeOfAnnotationLinks

        int sizeOfAnnotationLinks()
      • addAllPlaneInfoAnnotationLinkSet

        void addAllPlaneInfoAnnotationLinkSet​(java.util.List<PlaneInfoAnnotationLink> targets)
      • removeAllPlaneInfoAnnotationLinkSet

        void removeAllPlaneInfoAnnotationLinkSet​(java.util.List<PlaneInfoAnnotationLink> targets)
      • clearAnnotationLinks

        void clearAnnotationLinks()
      • reloadAnnotationLinks

        void reloadAnnotationLinks​(PlaneInfo toCopy)
      • getAnnotationLinksCountPerOwner

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

        void addPlaneInfoAnnotationLinkToBoth​(PlaneInfoAnnotationLink link,
                                              boolean bothSides)
      • unlinkAnnotation

        void unlinkAnnotation​(Annotation removal)
      • removePlaneInfoAnnotationLinkFromBoth

        void removePlaneInfoAnnotationLinkFromBoth​(PlaneInfoAnnotationLink link,
                                                   boolean bothSides)
      • linkedAnnotationList

        java.util.List<Annotation> linkedAnnotationList()