Package omero.model
Interface _EllipseOperations
-
- All Superinterfaces:
_IObjectOperations
,_ShapeOperations
- All Known Implementing Classes:
_EllipseTie
,Ellipse
,EllipseI
,SmartEllipseI
public interface _EllipseOperations extends _ShapeOperations
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RDouble
getRadiusX(Ice.Current __current)
RDouble
getRadiusY(Ice.Current __current)
RString
getTextValue(Ice.Current __current)
RDouble
getX(Ice.Current __current)
RDouble
getY(Ice.Current __current)
void
setRadiusX(RDouble theRadiusX, Ice.Current __current)
void
setRadiusY(RDouble theRadiusY, Ice.Current __current)
void
setTextValue(RString theTextValue, Ice.Current __current)
void
setX(RDouble theX, Ice.Current __current)
void
setY(RDouble theY, 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
-
-
-
-
Method Detail
-
getX
RDouble getX(Ice.Current __current)
-
setX
void setX(RDouble theX, Ice.Current __current)
-
getY
RDouble getY(Ice.Current __current)
-
setY
void setY(RDouble theY, Ice.Current __current)
-
getRadiusX
RDouble getRadiusX(Ice.Current __current)
-
setRadiusX
void setRadiusX(RDouble theRadiusX, Ice.Current __current)
-
getRadiusY
RDouble getRadiusY(Ice.Current __current)
-
setRadiusY
void setRadiusY(RDouble theRadiusY, Ice.Current __current)
-
getTextValue
RString getTextValue(Ice.Current __current)
-
setTextValue
void setTextValue(RString theTextValue, Ice.Current __current)
-
-