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