Package | Description |
---|---|
ome.specification | |
ome.xml.model |
Modifier and Type | Method and Description |
---|---|
Dichroic |
XMLMockObjects.createDichroic(int index)
Creates a dichroic.
|
Modifier and Type | Field and Description |
---|---|
private Dichroic |
LightPath.dichroic |
private Dichroic |
FilterSet.dichroic |
Modifier and Type | Field and Description |
---|---|
private List<Dichroic> |
Annotation.dichroicLinks |
private List<Dichroic> |
Instrument.dichroics |
Modifier and Type | Method and Description |
---|---|
Dichroic |
Instrument.getDichroic(int index) |
Dichroic |
LightPath.getLinkedDichroic() |
Dichroic |
FilterSet.getLinkedDichroic() |
Dichroic |
Annotation.getLinkedDichroic(int index) |
Dichroic |
Instrument.setDichroic(int index,
Dichroic dichroic) |
Dichroic |
Annotation.setLinkedDichroic(int index,
Dichroic o) |
Modifier and Type | Method and Description |
---|---|
List<Dichroic> |
Instrument.copyDichroicList() |
List<Dichroic> |
Annotation.copyLinkedDichroicList() |
Modifier and Type | Method and Description |
---|---|
void |
Instrument.addDichroic(Dichroic dichroic) |
boolean |
Annotation.linkDichroic(Dichroic o) |
void |
LightPath.linkDichroic(Dichroic o) |
void |
FilterSet.linkDichroic(Dichroic o) |
void |
Instrument.removeDichroic(Dichroic dichroic) |
Dichroic |
Instrument.setDichroic(int index,
Dichroic dichroic) |
Dichroic |
Annotation.setLinkedDichroic(int index,
Dichroic o) |
boolean |
Annotation.unlinkDichroic(Dichroic o) |
void |
LightPath.unlinkDichroic(Dichroic o) |
void |
FilterSet.unlinkDichroic(Dichroic o) |
Constructor and Description |
---|
Dichroic(Dichroic orig)
Copy constructor.
|
Copyright © 2015 Open Microscopy Environment