Package omero.model
Interface _ShapeOperationsNC
- 
- All Superinterfaces:
- _IObjectOperationsNC
 - All Known Subinterfaces:
- _EllipseOperationsNC,- _LabelOperationsNC,- _LineOperationsNC,- _MaskOperationsNC,- _PathOperationsNC,- _PointOperationsNC,- _PolygonOperationsNC,- _PolylineOperationsNC,- _RectangleOperationsNC
 - All Known Implementing Classes:
- _EllipseTie,- _LabelTie,- _LineTie,- _MaskTie,- _PathTie,- _PointTie,- _PolygonTie,- _PolylineTie,- _RectangleTie,- _ShapeTie,- Ellipse,- EllipseI,- Label,- LabelI,- Line,- LineI,- Mask,- MaskI,- Path,- PathI,- Point,- PointI,- Polygon,- PolygonI,- Polyline,- PolylineI,- Rectangle,- RectangleI,- Shape,- SmartEllipseI,- SmartLineI,- SmartMaskI,- SmartPathI,- SmartPointI,- SmartPolygonI,- SmartPolylineI,- SmartRectI,- SmartTextI
 
 public interface _ShapeOperationsNC extends _IObjectOperationsNC 
- 
- 
Method Summary- 
Methods inherited from interface omero.model._IObjectOperationsNCgetDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
 
- 
 
- 
- 
- 
Method Detail- 
getVersionRInt getVersion() 
 - 
setVersionvoid setVersion(RInt theVersion) 
 - 
getTheZRInt getTheZ() 
 - 
setTheZvoid setTheZ(RInt theTheZ) 
 - 
getTheTRInt getTheT() 
 - 
setTheTvoid setTheT(RInt theTheT) 
 - 
getTheCRInt getTheC() 
 - 
setTheCvoid setTheC(RInt theTheC) 
 - 
getRoiRoi getRoi() 
 - 
setRoivoid setRoi(Roi theRoi) 
 - 
getLockedRBool getLocked() 
 - 
setLockedvoid setLocked(RBool theLocked) 
 - 
getTransformAffineTransform getTransform() 
 - 
setTransformvoid setTransform(AffineTransform theTransform) 
 - 
getFillColorRInt getFillColor() 
 - 
setFillColorvoid setFillColor(RInt theFillColor) 
 - 
getFillRuleRString getFillRule() 
 - 
setFillRulevoid setFillRule(RString theFillRule) 
 - 
getStrokeColorRInt getStrokeColor() 
 - 
setStrokeColorvoid setStrokeColor(RInt theStrokeColor) 
 - 
getStrokeDashArrayRString getStrokeDashArray() 
 - 
setStrokeDashArrayvoid setStrokeDashArray(RString theStrokeDashArray) 
 - 
getStrokeWidthLength getStrokeWidth() 
 - 
setStrokeWidthvoid setStrokeWidth(Length theStrokeWidth) 
 - 
getFontFamilyRString getFontFamily() 
 - 
setFontFamilyvoid setFontFamily(RString theFontFamily) 
 - 
getFontSizeLength getFontSize() 
 - 
setFontSizevoid setFontSize(Length theFontSize) 
 - 
getFontStyleRString getFontStyle() 
 - 
setFontStylevoid setFontStyle(RString theFontStyle) 
 - 
unloadAnnotationLinksvoid unloadAnnotationLinks() 
 - 
sizeOfAnnotationLinksint sizeOfAnnotationLinks() 
 - 
copyAnnotationLinksjava.util.List<ShapeAnnotationLink> copyAnnotationLinks() 
 - 
addShapeAnnotationLinkvoid addShapeAnnotationLink(ShapeAnnotationLink target) 
 - 
addAllShapeAnnotationLinkSetvoid addAllShapeAnnotationLinkSet(java.util.List<ShapeAnnotationLink> targets) 
 - 
removeShapeAnnotationLinkvoid removeShapeAnnotationLink(ShapeAnnotationLink theTarget) 
 - 
removeAllShapeAnnotationLinkSetvoid removeAllShapeAnnotationLinkSet(java.util.List<ShapeAnnotationLink> targets) 
 - 
clearAnnotationLinksvoid clearAnnotationLinks() 
 - 
reloadAnnotationLinksvoid reloadAnnotationLinks(Shape toCopy) 
 - 
getAnnotationLinksCountPerOwnerjava.util.Map<java.lang.Long,java.lang.Long> getAnnotationLinksCountPerOwner() 
 - 
linkAnnotationShapeAnnotationLink linkAnnotation(Annotation addition) 
 - 
addShapeAnnotationLinkToBothvoid addShapeAnnotationLinkToBoth(ShapeAnnotationLink link, boolean bothSides) 
 - 
findShapeAnnotationLinkjava.util.List<ShapeAnnotationLink> findShapeAnnotationLink(Annotation removal) 
 - 
unlinkAnnotationvoid unlinkAnnotation(Annotation removal) 
 - 
removeShapeAnnotationLinkFromBothvoid removeShapeAnnotationLinkFromBoth(ShapeAnnotationLink link, boolean bothSides) 
 - 
linkedAnnotationListjava.util.List<Annotation> linkedAnnotationList() 
 
- 
 
-