Package omero.model
Interface _RectangleOperationsNC
-
- All Superinterfaces:
_IObjectOperationsNC
,_ShapeOperationsNC
- All Known Implementing Classes:
_RectangleTie
,Rectangle
,RectangleI
,SmartRectI
public interface _RectangleOperationsNC extends _ShapeOperationsNC
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RDouble
getHeight()
RString
getTextValue()
RDouble
getWidth()
RDouble
getX()
RDouble
getY()
void
setHeight(RDouble theHeight)
void
setTextValue(RString theTextValue)
void
setWidth(RDouble theWidth)
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)
-
getWidth
RDouble getWidth()
-
setWidth
void setWidth(RDouble theWidth)
-
getHeight
RDouble getHeight()
-
setHeight
void setHeight(RDouble theHeight)
-
getTextValue
RString getTextValue()
-
setTextValue
void setTextValue(RString theTextValue)
-
-