Package omero.model

Interface _ShapeOperationsNC

    • Method Detail

      • getVersion

        RInt getVersion()
      • setVersion

        void setVersion​(RInt theVersion)
      • getTheZ

        RInt getTheZ()
      • setTheZ

        void setTheZ​(RInt theTheZ)
      • getTheT

        RInt getTheT()
      • setTheT

        void setTheT​(RInt theTheT)
      • getTheC

        RInt getTheC()
      • setTheC

        void setTheC​(RInt theTheC)
      • getRoi

        Roi getRoi()
      • setRoi

        void setRoi​(Roi theRoi)
      • getLocked

        RBool getLocked()
      • setLocked

        void setLocked​(RBool theLocked)
      • getFillColor

        RInt getFillColor()
      • setFillColor

        void setFillColor​(RInt theFillColor)
      • getFillRule

        RString getFillRule()
      • setFillRule

        void setFillRule​(RString theFillRule)
      • getStrokeColor

        RInt getStrokeColor()
      • setStrokeColor

        void setStrokeColor​(RInt theStrokeColor)
      • getStrokeDashArray

        RString getStrokeDashArray()
      • setStrokeDashArray

        void setStrokeDashArray​(RString theStrokeDashArray)
      • getStrokeWidth

        Length getStrokeWidth()
      • setStrokeWidth

        void setStrokeWidth​(Length theStrokeWidth)
      • getFontFamily

        RString getFontFamily()
      • setFontFamily

        void setFontFamily​(RString theFontFamily)
      • getFontSize

        Length getFontSize()
      • setFontSize

        void setFontSize​(Length theFontSize)
      • getFontStyle

        RString getFontStyle()
      • setFontStyle

        void setFontStyle​(RString theFontStyle)
      • unloadAnnotationLinks

        void unloadAnnotationLinks()
      • sizeOfAnnotationLinks

        int sizeOfAnnotationLinks()
      • addAllShapeAnnotationLinkSet

        void addAllShapeAnnotationLinkSet​(java.util.List<ShapeAnnotationLink> targets)
      • removeAllShapeAnnotationLinkSet

        void removeAllShapeAnnotationLinkSet​(java.util.List<ShapeAnnotationLink> targets)
      • clearAnnotationLinks

        void clearAnnotationLinks()
      • reloadAnnotationLinks

        void reloadAnnotationLinks​(Shape toCopy)
      • getAnnotationLinksCountPerOwner

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

        void addShapeAnnotationLinkToBoth​(ShapeAnnotationLink link,
                                          boolean bothSides)
      • unlinkAnnotation

        void unlinkAnnotation​(Annotation removal)
      • removeShapeAnnotationLinkFromBoth

        void removeShapeAnnotationLinkFromBoth​(ShapeAnnotationLink link,
                                               boolean bothSides)
      • linkedAnnotationList

        java.util.List<Annotation> linkedAnnotationList()