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