Package | Description |
---|---|
ome.specification | |
ome.xml.model |
Modifier and Type | Method and Description |
---|---|
LightSource |
XMLMockObjects.createLightSource(String type,
int index)
Creates a light source of the specified type.
|
Modifier and Type | Class and Description |
---|---|
class |
Arc |
class |
Filament |
class |
GenericExcitationSource |
class |
Laser |
class |
LightEmittingDiode |
Modifier and Type | Field and Description |
---|---|
private LightSource |
LightSourceSettings.lightSource |
private LightSource |
Laser.pump |
Modifier and Type | Field and Description |
---|---|
private List<LightSource> |
Annotation.lightSourceLinks |
private List<LightSource> |
Instrument.lightSources |
Modifier and Type | Method and Description |
---|---|
LightSource |
LightSourceSettings.getLightSource() |
LightSource |
Instrument.getLightSource(int index) |
LightSource |
Annotation.getLinkedLightSource(int index) |
LightSource |
Laser.getLinkedPump() |
LightSource |
Instrument.setLightSource(int index,
LightSource lightSource) |
LightSource |
Annotation.setLinkedLightSource(int index,
LightSource o) |
Modifier and Type | Method and Description |
---|---|
List<LightSource> |
Instrument.copyLightSourceList() |
List<LightSource> |
Annotation.copyLinkedLightSourceList() |
Modifier and Type | Method and 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) |
Constructor and Description |
---|
LightSource(LightSource orig)
Copy constructor.
|
Copyright © 2015 Open Microscopy Environment