Package omero.model
Interface _MaskOperationsNC
-
- All Superinterfaces:
_IObjectOperationsNC
,_ShapeOperationsNC
- All Known Implementing Classes:
_MaskTie
,Mask
,MaskI
,SmartMaskI
public interface _MaskOperationsNC extends _ShapeOperationsNC
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]
getBytes()
RDouble
getHeight()
Pixels
getPixels()
RString
getTextValue()
RDouble
getWidth()
RDouble
getX()
RDouble
getY()
void
setBytes(byte[] theBytes)
void
setHeight(RDouble theHeight)
void
setPixels(Pixels thePixels)
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)
-
getPixels
Pixels getPixels()
-
setPixels
void setPixels(Pixels thePixels)
-
getTextValue
RString getTextValue()
-
setTextValue
void setTextValue(RString theTextValue)
-
getBytes
byte[] getBytes()
-
setBytes
void setBytes(byte[] theBytes)
-
-