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