Uses of Class
ome.xml.model.LightSource
Packages that use LightSource
-
Uses of LightSource in ome.specification
Methods in ome.specification that return LightSourceModifier and TypeMethodDescriptionXMLMockObjects.createLightSource(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.modelModifier and TypeClassDescriptionclassclassclassclassclassMethods in ome.xml.model that return LightSourceModifier and TypeMethodDescriptionInstrument.getLightSource(int index) LightSourceSettings.getLightSource()Annotation.getLinkedLightSource(int index) Laser.getLinkedPump()Instrument.setLightSource(int index, LightSource lightSource) Annotation.setLinkedLightSource(int index, LightSource o) Methods in ome.xml.model that return types with arguments of type LightSourceModifier and TypeMethodDescriptionInstrument.copyLightSourceList()Annotation.copyLinkedLightSourceList()Methods in ome.xml.model with parameters of type LightSourceModifier and TypeMethodDescriptionvoidInstrument.addLightSource(LightSource lightSource) booleanAnnotation.linkLightSource(LightSource o) voidLaser.linkPump(LightSource o) voidInstrument.removeLightSource(LightSource lightSource) Instrument.setLightSource(int index, LightSource lightSource) voidLightSourceSettings.setLightSource(LightSource lightSource) Annotation.setLinkedLightSource(int index, LightSource o) booleanAnnotation.unlinkLightSource(LightSource o) voidLaser.unlinkPump(LightSource o) Constructors in ome.xml.model with parameters of type LightSource