Package | Description |
---|---|
ome.model.acquisition | |
ome.model.annotations |
Modifier and Type | Field and Description |
---|---|
protected Dichroic |
FilterSet.dichroic |
protected Dichroic |
LightPath.dichroic |
Modifier and Type | Field and Description |
---|---|
protected java.util.Set<Dichroic> |
Instrument.dichroic |
Modifier and Type | Method and Description |
---|---|
Dichroic |
FilterSet.getDichroic()
Many-to-one field ome.model.acquisition.FilterSet.dichroic (ome.model.acquisition.Dichroic)
|
Dichroic |
LightPath.getDichroic()
Many-to-one field ome.model.acquisition.LightPath.dichroic (ome.model.acquisition.Dichroic)
|
Dichroic |
Dichroic.newInstance() |
Dichroic |
Dichroic.proxy() |
Modifier and Type | Method and Description |
---|---|
protected java.util.Set<Dichroic> |
Instrument.getDichroic()
returns dichroic .
|
java.util.Iterator<Dichroic> |
Instrument.iterateDichroic()
should be used rather than accessing the dichroic set directly.
|
java.util.Collection<Dichroic> |
Instrument.unmodifiableDichroic()
Returns an unmodifiable collection-view
|
Modifier and Type | Method and Description |
---|---|
void |
Instrument.addDichroic(Dichroic target)
use instead of setDichroic .
|
void |
Instrument.removeDichroic(Dichroic target)
removes a single element from this set and makes the inverse call on ome.model.acquisition.Dichroic
|
void |
FilterSet.setDichroic(Dichroic dichroic) |
void |
LightPath.setDichroic(Dichroic dichroic) |
Modifier and Type | Method and Description |
---|---|
void |
Instrument.addDichroicSet(java.util.Collection<Dichroic> targets)
use like addDichroic.
|
void |
Instrument.removeDichroicSet(java.util.Collection<Dichroic> targets)
use like removeDichroic
|
protected void |
Instrument.setDichroic(java.util.Set<Dichroic> dichroic)
setter for dichroic should be avoided.
|
Modifier and Type | Method and Description |
---|---|
Dichroic |
DichroicAnnotationLink.parent() |
Modifier and Type | Method and Description |
---|---|
void |
DichroicAnnotationLink.link(Dichroic parent,
Annotation child) |
Version: 5.4.4-ice35-b82
Copyright © 2018 The University of Dundee & Open Microscopy Environment. All Rights Reserved.