| 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 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 | 
|---|---|
| Set<ScreenAnnotationLink> | Screen. findScreenAnnotationLink(Annotation target)find all ome.model.annotations.ScreenAnnotationLink which have the argument as their child. | 
| protected Set<ScreenAnnotationLink> | Screen. getAnnotationLinks()returns annotationLinks . | 
| Iterator<ScreenAnnotationLink> | Screen. iterateAnnotationLinks()should be used rather than accessing the annotationLinks set directly. | 
| 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(Collection<ScreenAnnotationLink> targets)use like addScreenAnnotationLink. | 
| void | Screen. removeScreenAnnotationLinkSet(Collection<ScreenAnnotationLink> targets)use like removeScreenAnnotationLink | 
| protected void | Screen. setAnnotationLinks(Set<ScreenAnnotationLink> annotationLinks)setter for annotationLinks should be avoided. | 
                
                
Version: 5.3.3-ice35-b63
Copyright © 2017 The University of Dundee & Open Microscopy Environment. All Rights Reserved.