Package omero.model
Interface _PolygonOperations
-
- All Superinterfaces:
_IObjectOperations
,_ShapeOperations
- All Known Implementing Classes:
_PolygonTie
,Polygon
,PolygonI
,SmartPolygonI
public interface _PolygonOperations extends _ShapeOperations
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RString
getPoints(Ice.Current __current)
RString
getTextValue(Ice.Current __current)
void
setPoints(RString thePoints, Ice.Current __current)
void
setTextValue(RString theTextValue, Ice.Current __current)
-
Methods inherited from interface omero.model._IObjectOperations
getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
-
Methods inherited from interface omero.model._ShapeOperations
addAllShapeAnnotationLinkSet, addShapeAnnotationLink, addShapeAnnotationLinkToBoth, clearAnnotationLinks, copyAnnotationLinks, findShapeAnnotationLink, getAnnotationLinksCountPerOwner, getFillColor, getFillRule, getFontFamily, getFontSize, getFontStyle, getLocked, getRoi, getStrokeColor, getStrokeDashArray, getStrokeWidth, getTheC, getTheT, getTheZ, getTransform, getVersion, linkAnnotation, linkedAnnotationList, reloadAnnotationLinks, removeAllShapeAnnotationLinkSet, removeShapeAnnotationLink, removeShapeAnnotationLinkFromBoth, setFillColor, setFillRule, setFontFamily, setFontSize, setFontStyle, setLocked, setRoi, setStrokeColor, setStrokeDashArray, setStrokeWidth, setTheC, setTheT, setTheZ, setTransform, setVersion, sizeOfAnnotationLinks, unlinkAnnotation, unloadAnnotationLinks
-
-