Package | Description |
---|---|
ome.model.annotations | |
ome.model.roi |
Modifier and Type | Method and Description |
---|---|
ShapeAnnotationLink |
ShapeAnnotationLink.newInstance() |
ShapeAnnotationLink |
ShapeAnnotationLink.proxy() |
Modifier and Type | Field and Description |
---|---|
protected java.util.Set<ShapeAnnotationLink> |
Shape.annotationLinks |
Modifier and Type | Method and Description |
---|---|
ShapeAnnotationLink |
Shape.linkAnnotation(Annotation addition)
Adds a ome.model.annotations.ShapeAnnotationLink to annotationLinks .
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<ShapeAnnotationLink> |
Shape.findShapeAnnotationLink(Annotation target)
find all ome.model.annotations.ShapeAnnotationLink which have the argument as their child.
|
protected java.util.Set<ShapeAnnotationLink> |
Shape.getAnnotationLinks()
returns annotationLinks .
|
java.util.Iterator<ShapeAnnotationLink> |
Shape.iterateAnnotationLinks()
should be used rather than accessing the annotationLinks set directly.
|
java.util.Collection<ShapeAnnotationLink> |
Shape.unmodifiableAnnotationLinks()
Returns an unmodifiable collection-view
|
Modifier and Type | Method and Description |
---|---|
void |
Shape.addShapeAnnotationLink(ShapeAnnotationLink target)
use instead of setAnnotationLinks .
|
void |
Shape.addShapeAnnotationLink(ShapeAnnotationLink link,
boolean bothSides)
Adds a ome.model.annotations.ShapeAnnotationLink to annotationLinks, allowing for recursion -- whether
or not addShapeAnnotationLink will be called on the addition if it is loaded
|
void |
Shape.removeShapeAnnotationLink(ShapeAnnotationLink target)
removes a single element from this set and makes the inverse call on ome.model.annotations.ShapeAnnotationLink
|
void |
Shape.removeShapeAnnotationLink(ShapeAnnotationLink link,
boolean bothSides)
removes the given ShapeAnnotationLink from annotationLinks, allowing for recursion -- whether
or not the removal will call unlinkShape again if loaded.
|
Modifier and Type | Method and Description |
---|---|
void |
Shape.addShapeAnnotationLinkSet(java.util.Collection<ShapeAnnotationLink> targets)
use like addShapeAnnotationLink.
|
void |
Shape.removeShapeAnnotationLinkSet(java.util.Collection<ShapeAnnotationLink> targets)
use like removeShapeAnnotationLink
|
protected void |
Shape.setAnnotationLinks(java.util.Set<ShapeAnnotationLink> annotationLinks)
setter for annotationLinks should be avoided.
|
Version: 5.4.4-ice35-b82
Copyright © 2018 The University of Dundee & Open Microscopy Environment. All Rights Reserved.