Package | Description |
---|---|
ome.model.annotations | |
ome.model.roi |
Modifier and Type | Method and Description |
---|---|
RoiAnnotationLink |
RoiAnnotationLink.newInstance() |
RoiAnnotationLink |
RoiAnnotationLink.proxy() |
Modifier and Type | Field and Description |
---|---|
protected java.util.Set<RoiAnnotationLink> |
Roi.annotationLinks |
Modifier and Type | Method and Description |
---|---|
RoiAnnotationLink |
Roi.linkAnnotation(Annotation addition)
Adds a ome.model.annotations.RoiAnnotationLink to annotationLinks .
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<RoiAnnotationLink> |
Roi.findRoiAnnotationLink(Annotation target)
find all ome.model.annotations.RoiAnnotationLink which have the argument as their child.
|
protected java.util.Set<RoiAnnotationLink> |
Roi.getAnnotationLinks()
returns annotationLinks .
|
java.util.Iterator<RoiAnnotationLink> |
Roi.iterateAnnotationLinks()
should be used rather than accessing the annotationLinks set directly.
|
java.util.Collection<RoiAnnotationLink> |
Roi.unmodifiableAnnotationLinks()
Returns an unmodifiable collection-view
|
Modifier and Type | Method and Description |
---|---|
void |
Roi.addRoiAnnotationLink(RoiAnnotationLink target)
use instead of setAnnotationLinks .
|
void |
Roi.addRoiAnnotationLink(RoiAnnotationLink link,
boolean bothSides)
Adds a ome.model.annotations.RoiAnnotationLink to annotationLinks, allowing for recursion -- whether
or not addRoiAnnotationLink will be called on the addition if it is loaded
|
void |
Roi.removeRoiAnnotationLink(RoiAnnotationLink target)
removes a single element from this set and makes the inverse call on ome.model.annotations.RoiAnnotationLink
|
void |
Roi.removeRoiAnnotationLink(RoiAnnotationLink link,
boolean bothSides)
removes the given RoiAnnotationLink from annotationLinks, allowing for recursion -- whether
or not the removal will call unlinkRoi again if loaded.
|
Modifier and Type | Method and Description |
---|---|
void |
Roi.addRoiAnnotationLinkSet(java.util.Collection<RoiAnnotationLink> targets)
use like addRoiAnnotationLink.
|
void |
Roi.removeRoiAnnotationLinkSet(java.util.Collection<RoiAnnotationLink> targets)
use like removeRoiAnnotationLink
|
protected void |
Roi.setAnnotationLinks(java.util.Set<RoiAnnotationLink> 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.