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 LightSource
XMLMockObjects. 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.model Modifier and Type Class Description class
Arc
class
Filament
class
GenericExcitationSource
class
Laser
class
LightEmittingDiode
Methods in ome.xml.model that return LightSource Modifier and Type Method Description LightSource
Instrument. getLightSource(int index)
LightSource
LightSourceSettings. getLightSource()
LightSource
Annotation. getLinkedLightSource(int index)
LightSource
Laser. getLinkedPump()
LightSource
Instrument. setLightSource(int index, LightSource lightSource)
LightSource
Annotation. setLinkedLightSource(int index, LightSource o)
Methods in ome.xml.model that return types with arguments of type LightSource Modifier and Type Method Description List<LightSource>
Instrument. copyLightSourceList()
List<LightSource>
Annotation. copyLinkedLightSourceList()
Methods in ome.xml.model with parameters of type LightSource Modifier and Type Method Description void
Instrument. addLightSource(LightSource lightSource)
boolean
Annotation. linkLightSource(LightSource o)
void
Laser. linkPump(LightSource o)
void
Instrument. removeLightSource(LightSource lightSource)
LightSource
Instrument. setLightSource(int index, LightSource lightSource)
void
LightSourceSettings. setLightSource(LightSource lightSource)
LightSource
Annotation. setLinkedLightSource(int index, LightSource o)
boolean
Annotation. unlinkLightSource(LightSource o)
void
Laser. unlinkPump(LightSource o)
Constructors in ome.xml.model with parameters of type LightSource Constructor Description LightSource(LightSource orig)
Copy constructor.
-