Package omero.model
Interface _EllipseOperationsNC
-
- All Superinterfaces:
_IObjectOperationsNC
,_ShapeOperationsNC
- All Known Implementing Classes:
_EllipseTie
,Ellipse
,EllipseI
,SmartEllipseI
public interface _EllipseOperationsNC extends _ShapeOperationsNC
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RDouble
getRadiusX()
RDouble
getRadiusY()
RString
getTextValue()
RDouble
getX()
RDouble
getY()
void
setRadiusX(RDouble theRadiusX)
void
setRadiusY(RDouble theRadiusY)
void
setTextValue(RString theTextValue)
void
setX(RDouble theX)
void
setY(RDouble theY)
-
Methods inherited from interface omero.model._IObjectOperationsNC
getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
-
Methods inherited from interface omero.model._ShapeOperationsNC
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
-
-
-
-
Method Detail
-
getX
RDouble getX()
-
setX
void setX(RDouble theX)
-
getY
RDouble getY()
-
setY
void setY(RDouble theY)
-
getRadiusX
RDouble getRadiusX()
-
setRadiusX
void setRadiusX(RDouble theRadiusX)
-
getRadiusY
RDouble getRadiusY()
-
setRadiusY
void setRadiusY(RDouble theRadiusY)
-
getTextValue
RString getTextValue()
-
setTextValue
void setTextValue(RString theTextValue)
-
-