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