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 DichroicXMLMockObjects. 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 DichroicInstrument. getDichroic(int index)DichroicAnnotation. getLinkedDichroic(int index)DichroicFilterSet. getLinkedDichroic()DichroicLightPath. getLinkedDichroic()DichroicInstrument. setDichroic(int index, Dichroic dichroic)DichroicAnnotation. setLinkedDichroic(int index, Dichroic o)Methods in ome.xml.model that return types with arguments of type Dichroic Modifier and Type Method Description java.util.List<Dichroic>Instrument. copyDichroicList()java.util.List<Dichroic>Annotation. copyLinkedDichroicList()Methods in ome.xml.model with parameters of type Dichroic Modifier and Type Method Description voidInstrument. addDichroic(Dichroic dichroic)booleanAnnotation. linkDichroic(Dichroic o)voidFilterSet. linkDichroic(Dichroic o)voidLightPath. linkDichroic(Dichroic o)voidInstrument. removeDichroic(Dichroic dichroic)DichroicInstrument. setDichroic(int index, Dichroic dichroic)DichroicAnnotation. setLinkedDichroic(int index, Dichroic o)booleanAnnotation. unlinkDichroic(Dichroic o)voidFilterSet. unlinkDichroic(Dichroic o)voidLightPath. unlinkDichroic(Dichroic o)Constructors in ome.xml.model with parameters of type Dichroic Constructor Description Dichroic(Dichroic orig)Copy constructor.
-