Uses of Class
ome.xml.model.LightSource
-
Packages that use LightSource Package Description ome.specification ome.xml.model -
-
Uses of LightSource in ome.specification
Methods in ome.specification that return LightSource Modifier and Type Method Description LightSourceXMLMockObjects. createLightSource(java.lang.String type, int index)Creates a light source of the specified type. -
Uses of LightSource in ome.xml.model
Subclasses of LightSource in ome.xml.model Modifier and Type Class Description classArcclassFilamentclassGenericExcitationSourceclassLaserclassLightEmittingDiodeMethods in ome.xml.model that return LightSource Modifier and Type Method Description LightSourceInstrument. getLightSource(int index)LightSourceLightSourceSettings. getLightSource()LightSourceAnnotation. getLinkedLightSource(int index)LightSourceLaser. getLinkedPump()LightSourceInstrument. setLightSource(int index, LightSource lightSource)LightSourceAnnotation. setLinkedLightSource(int index, LightSource o)Methods in ome.xml.model that return types with arguments of type LightSource Modifier and Type Method Description java.util.List<LightSource>Instrument. copyLightSourceList()java.util.List<LightSource>Annotation. copyLinkedLightSourceList()Methods in ome.xml.model with parameters of type LightSource Modifier and Type Method Description voidInstrument. addLightSource(LightSource lightSource)booleanAnnotation. linkLightSource(LightSource o)voidLaser. linkPump(LightSource o)voidInstrument. removeLightSource(LightSource lightSource)LightSourceInstrument. setLightSource(int index, LightSource lightSource)voidLightSourceSettings. setLightSource(LightSource lightSource)LightSourceAnnotation. setLinkedLightSource(int index, LightSource o)booleanAnnotation. unlinkLightSource(LightSource o)voidLaser. unlinkPump(LightSource o)Constructors in ome.xml.model with parameters of type LightSource Constructor Description LightSource(LightSource orig)Copy constructor.
-