Package | Description |
---|---|
ome.xml.model |
Modifier and Type | Method and Description |
---|---|
Dichroic |
Instrument.getDichroic(int index) |
Dichroic |
LightPath.getLinkedDichroic() |
Dichroic |
FilterSet.getLinkedDichroic() |
Dichroic |
Instrument.setDichroic(int index,
Dichroic dichroic) |
Modifier and Type | Method and Description |
---|---|
List<Dichroic> |
Instrument.copyDichroicList() |
Modifier and Type | Method and Description |
---|---|
void |
Instrument.addDichroic(Dichroic dichroic) |
void |
LightPath.linkDichroic(Dichroic o) |
void |
FilterSet.linkDichroic(Dichroic o) |
void |
Instrument.removeDichroic(Dichroic dichroic) |
Dichroic |
Instrument.setDichroic(int index,
Dichroic dichroic) |
void |
LightPath.unlinkDichroic(Dichroic o) |
void |
FilterSet.unlinkDichroic(Dichroic o) |
Constructor and Description |
---|
Dichroic(Dichroic orig)
Copy constructor.
|
Copyright © 2014 Open Microscopy Environment