| Package | Description |
|---|---|
| ome.xml.model |
| Modifier and Type | Class and Description |
|---|---|
class |
Arc |
class |
Filament |
class |
Laser |
class |
LightEmittingDiode |
| Modifier and Type | Method and Description |
|---|---|
LightSource |
LightSourceSettings.getLightSource() |
LightSource |
Instrument.getLightSource(int index) |
LightSource |
Laser.getLinkedPump() |
LightSource |
Instrument.setLightSource(int index,
LightSource lightSource) |
| Modifier and Type | Method and Description |
|---|---|
List<LightSource> |
Instrument.copyLightSourceList() |
| Modifier and Type | Method and Description |
|---|---|
void |
Instrument.addLightSource(LightSource lightSource) |
void |
Laser.linkPump(LightSource o) |
void |
Instrument.removeLightSource(LightSource lightSource) |
LightSource |
Instrument.setLightSource(int index,
LightSource lightSource) |
void |
LightSourceSettings.setLightSource(LightSource lightSource) |
void |
Laser.unlinkPump(LightSource o) |
| Constructor and Description |
|---|
LightSource(LightSource orig)
Copy constructor.
|
Copyright © 2014 Open Microscopy Environment