Package omero.model
Interface _MaskOperations
-
- All Superinterfaces:
_IObjectOperations,_ShapeOperations
- All Known Implementing Classes:
_MaskTie,Mask,MaskI,SmartMaskI
public interface _MaskOperations extends _ShapeOperations
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]getBytes(Ice.Current __current)RDoublegetHeight(Ice.Current __current)PixelsgetPixels(Ice.Current __current)RStringgetTextValue(Ice.Current __current)RDoublegetWidth(Ice.Current __current)RDoublegetX(Ice.Current __current)RDoublegetY(Ice.Current __current)voidsetBytes(byte[] theBytes, Ice.Current __current)voidsetHeight(RDouble theHeight, Ice.Current __current)voidsetPixels(Pixels thePixels, Ice.Current __current)voidsetTextValue(RString theTextValue, Ice.Current __current)voidsetWidth(RDouble theWidth, Ice.Current __current)voidsetX(RDouble theX, Ice.Current __current)voidsetY(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)
-
getWidth
RDouble getWidth(Ice.Current __current)
-
setWidth
void setWidth(RDouble theWidth, Ice.Current __current)
-
getHeight
RDouble getHeight(Ice.Current __current)
-
setHeight
void setHeight(RDouble theHeight, Ice.Current __current)
-
getPixels
Pixels getPixels(Ice.Current __current)
-
setPixels
void setPixels(Pixels thePixels, Ice.Current __current)
-
getTextValue
RString getTextValue(Ice.Current __current)
-
setTextValue
void setTextValue(RString theTextValue, Ice.Current __current)
-
getBytes
byte[] getBytes(Ice.Current __current)
-
setBytes
void setBytes(byte[] theBytes, Ice.Current __current)
-
-