public interface _ShapeOperations extends _IObjectOperations
Modifier and Type | Method and Description |
---|---|
void |
addAllShapeAnnotationLinkSet(java.util.List<ShapeAnnotationLink> targets,
Ice.Current __current) |
void |
addShapeAnnotationLink(ShapeAnnotationLink target,
Ice.Current __current) |
void |
addShapeAnnotationLinkToBoth(ShapeAnnotationLink link,
boolean bothSides,
Ice.Current __current) |
void |
clearAnnotationLinks(Ice.Current __current) |
java.util.List<ShapeAnnotationLink> |
copyAnnotationLinks(Ice.Current __current) |
java.util.List<ShapeAnnotationLink> |
findShapeAnnotationLink(Annotation removal,
Ice.Current __current) |
java.util.Map<java.lang.Long,java.lang.Long> |
getAnnotationLinksCountPerOwner(Ice.Current __current) |
RInt |
getFillColor(Ice.Current __current) |
RString |
getFillRule(Ice.Current __current) |
RString |
getFontFamily(Ice.Current __current) |
Length |
getFontSize(Ice.Current __current) |
RString |
getFontStyle(Ice.Current __current) |
RBool |
getLocked(Ice.Current __current) |
Roi |
getRoi(Ice.Current __current) |
RInt |
getStrokeColor(Ice.Current __current) |
RString |
getStrokeDashArray(Ice.Current __current) |
Length |
getStrokeWidth(Ice.Current __current) |
RInt |
getTheC(Ice.Current __current) |
RInt |
getTheT(Ice.Current __current) |
RInt |
getTheZ(Ice.Current __current) |
AffineTransform |
getTransform(Ice.Current __current) |
RInt |
getVersion(Ice.Current __current) |
ShapeAnnotationLink |
linkAnnotation(Annotation addition,
Ice.Current __current) |
java.util.List<Annotation> |
linkedAnnotationList(Ice.Current __current) |
void |
reloadAnnotationLinks(Shape toCopy,
Ice.Current __current) |
void |
removeAllShapeAnnotationLinkSet(java.util.List<ShapeAnnotationLink> targets,
Ice.Current __current) |
void |
removeShapeAnnotationLink(ShapeAnnotationLink theTarget,
Ice.Current __current) |
void |
removeShapeAnnotationLinkFromBoth(ShapeAnnotationLink link,
boolean bothSides,
Ice.Current __current) |
void |
setFillColor(RInt theFillColor,
Ice.Current __current) |
void |
setFillRule(RString theFillRule,
Ice.Current __current) |
void |
setFontFamily(RString theFontFamily,
Ice.Current __current) |
void |
setFontSize(Length theFontSize,
Ice.Current __current) |
void |
setFontStyle(RString theFontStyle,
Ice.Current __current) |
void |
setLocked(RBool theLocked,
Ice.Current __current) |
void |
setRoi(Roi theRoi,
Ice.Current __current) |
void |
setStrokeColor(RInt theStrokeColor,
Ice.Current __current) |
void |
setStrokeDashArray(RString theStrokeDashArray,
Ice.Current __current) |
void |
setStrokeWidth(Length theStrokeWidth,
Ice.Current __current) |
void |
setTheC(RInt theTheC,
Ice.Current __current) |
void |
setTheT(RInt theTheT,
Ice.Current __current) |
void |
setTheZ(RInt theTheZ,
Ice.Current __current) |
void |
setTransform(AffineTransform theTransform,
Ice.Current __current) |
void |
setVersion(RInt theVersion,
Ice.Current __current) |
int |
sizeOfAnnotationLinks(Ice.Current __current) |
void |
unlinkAnnotation(Annotation removal,
Ice.Current __current) |
void |
unloadAnnotationLinks(Ice.Current __current) |
getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
RInt getVersion(Ice.Current __current)
void setVersion(RInt theVersion, Ice.Current __current)
RInt getTheZ(Ice.Current __current)
void setTheZ(RInt theTheZ, Ice.Current __current)
RInt getTheT(Ice.Current __current)
void setTheT(RInt theTheT, Ice.Current __current)
RInt getTheC(Ice.Current __current)
void setTheC(RInt theTheC, Ice.Current __current)
Roi getRoi(Ice.Current __current)
void setRoi(Roi theRoi, Ice.Current __current)
RBool getLocked(Ice.Current __current)
void setLocked(RBool theLocked, Ice.Current __current)
AffineTransform getTransform(Ice.Current __current)
void setTransform(AffineTransform theTransform, Ice.Current __current)
RInt getFillColor(Ice.Current __current)
void setFillColor(RInt theFillColor, Ice.Current __current)
RString getFillRule(Ice.Current __current)
void setFillRule(RString theFillRule, Ice.Current __current)
RInt getStrokeColor(Ice.Current __current)
void setStrokeColor(RInt theStrokeColor, Ice.Current __current)
RString getStrokeDashArray(Ice.Current __current)
void setStrokeDashArray(RString theStrokeDashArray, Ice.Current __current)
Length getStrokeWidth(Ice.Current __current)
void setStrokeWidth(Length theStrokeWidth, Ice.Current __current)
RString getFontFamily(Ice.Current __current)
void setFontFamily(RString theFontFamily, Ice.Current __current)
Length getFontSize(Ice.Current __current)
void setFontSize(Length theFontSize, Ice.Current __current)
RString getFontStyle(Ice.Current __current)
void setFontStyle(RString theFontStyle, Ice.Current __current)
void unloadAnnotationLinks(Ice.Current __current)
int sizeOfAnnotationLinks(Ice.Current __current)
java.util.List<ShapeAnnotationLink> copyAnnotationLinks(Ice.Current __current)
void addShapeAnnotationLink(ShapeAnnotationLink target, Ice.Current __current)
void addAllShapeAnnotationLinkSet(java.util.List<ShapeAnnotationLink> targets, Ice.Current __current)
void removeShapeAnnotationLink(ShapeAnnotationLink theTarget, Ice.Current __current)
void removeAllShapeAnnotationLinkSet(java.util.List<ShapeAnnotationLink> targets, Ice.Current __current)
void clearAnnotationLinks(Ice.Current __current)
void reloadAnnotationLinks(Shape toCopy, Ice.Current __current)
java.util.Map<java.lang.Long,java.lang.Long> getAnnotationLinksCountPerOwner(Ice.Current __current)
ShapeAnnotationLink linkAnnotation(Annotation addition, Ice.Current __current)
void addShapeAnnotationLinkToBoth(ShapeAnnotationLink link, boolean bothSides, Ice.Current __current)
java.util.List<ShapeAnnotationLink> findShapeAnnotationLink(Annotation removal, Ice.Current __current)
void unlinkAnnotation(Annotation removal, Ice.Current __current)
void removeShapeAnnotationLinkFromBoth(ShapeAnnotationLink link, boolean bothSides, Ice.Current __current)
java.util.List<Annotation> linkedAnnotationList(Ice.Current __current)