Uses of Class
ome.xml.model.Dichroic
-
Packages that use Dichroic Package Description ome.specification ome.xml.model -
-
Uses of Dichroic in ome.specification
Methods in ome.specification that return Dichroic Modifier and Type Method Description Dichroic
XMLMockObjects. createDichroic(int index)
Creates a dichroic. -
Uses of Dichroic in ome.xml.model
Methods in ome.xml.model that return Dichroic Modifier and Type Method Description Dichroic
Instrument. getDichroic(int index)
Dichroic
Annotation. getLinkedDichroic(int index)
Dichroic
FilterSet. getLinkedDichroic()
Dichroic
LightPath. getLinkedDichroic()
Dichroic
Instrument. setDichroic(int index, Dichroic dichroic)
Dichroic
Annotation. setLinkedDichroic(int index, Dichroic o)
Methods in ome.xml.model that return types with arguments of type Dichroic Modifier and Type Method Description List<Dichroic>
Instrument. copyDichroicList()
List<Dichroic>
Annotation. copyLinkedDichroicList()
Methods in ome.xml.model with parameters of type Dichroic Modifier and Type Method Description void
Instrument. addDichroic(Dichroic dichroic)
boolean
Annotation. linkDichroic(Dichroic o)
void
FilterSet. linkDichroic(Dichroic o)
void
LightPath. 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
FilterSet. unlinkDichroic(Dichroic o)
void
LightPath. unlinkDichroic(Dichroic o)
Constructors in ome.xml.model with parameters of type Dichroic Constructor Description Dichroic(Dichroic orig)
Copy constructor.
-