public interface _MaskOperations extends _ShapeOperations
Modifier and Type | Method and Description |
---|---|
byte[] |
getBytes(Ice.Current __current) |
RDouble |
getHeight(Ice.Current __current) |
Pixels |
getPixels(Ice.Current __current) |
RString |
getTextValue(Ice.Current __current) |
RDouble |
getWidth(Ice.Current __current) |
RDouble |
getX(Ice.Current __current) |
RDouble |
getY(Ice.Current __current) |
void |
setBytes(byte[] theBytes,
Ice.Current __current) |
void |
setHeight(RDouble theHeight,
Ice.Current __current) |
void |
setPixels(Pixels thePixels,
Ice.Current __current) |
void |
setTextValue(RString theTextValue,
Ice.Current __current) |
void |
setWidth(RDouble theWidth,
Ice.Current __current) |
void |
setX(RDouble theX,
Ice.Current __current) |
void |
setY(RDouble theY,
Ice.Current __current) |
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
getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
RDouble getX(Ice.Current __current)
void setX(RDouble theX, Ice.Current __current)
RDouble getY(Ice.Current __current)
void setY(RDouble theY, Ice.Current __current)
RDouble getWidth(Ice.Current __current)
void setWidth(RDouble theWidth, Ice.Current __current)
RDouble getHeight(Ice.Current __current)
void setHeight(RDouble theHeight, Ice.Current __current)
Pixels getPixels(Ice.Current __current)
void setPixels(Pixels thePixels, Ice.Current __current)
RString getTextValue(Ice.Current __current)
void setTextValue(RString theTextValue, Ice.Current __current)
byte[] getBytes(Ice.Current __current)
void setBytes(byte[] theBytes, Ice.Current __current)