Package | Description |
---|---|
ome.model.acquisition | |
ome.model.annotations |
Modifier and Type | Class and Description |
---|---|
class |
Arc |
class |
Filament |
class |
GenericExcitationSource |
class |
Laser |
class |
LightEmittingDiode |
Modifier and Type | Field and Description |
---|---|
protected LightSource |
LightSettings.lightSource |
protected LightSource |
Laser.pump |
Modifier and Type | Field and Description |
---|---|
protected java.util.Set<LightSource> |
Instrument.lightSource |
Modifier and Type | Method and Description |
---|---|
LightSource |
LightSettings.getLightSource()
Many-to-one field ome.model.acquisition.LightSettings.lightSource (ome.model.acquisition.LightSource)
|
LightSource |
Laser.getPump()
Many-to-one field ome.model.acquisition.Laser.pump (ome.model.acquisition.LightSource)
|
Modifier and Type | Method and Description |
---|---|
protected java.util.Set<LightSource> |
Instrument.getLightSource()
returns lightSource .
|
java.util.Iterator<LightSource> |
Instrument.iterateLightSource()
should be used rather than accessing the lightSource set directly.
|
java.util.Collection<LightSource> |
Instrument.unmodifiableLightSource()
Returns an unmodifiable collection-view
|
Modifier and Type | Method and Description |
---|---|
void |
Instrument.addLightSource(LightSource target)
use instead of setLightSource .
|
void |
Instrument.removeLightSource(LightSource target)
removes a single element from this set and makes the inverse call on ome.model.acquisition.LightSource
|
void |
LightSettings.setLightSource(LightSource lightSource) |
void |
Laser.setPump(LightSource pump) |
Modifier and Type | Method and Description |
---|---|
void |
Instrument.addLightSourceSet(java.util.Collection<LightSource> targets)
use like addLightSource.
|
void |
Instrument.removeLightSourceSet(java.util.Collection<LightSource> targets)
use like removeLightSource
|
protected void |
Instrument.setLightSource(java.util.Set<LightSource> lightSource)
setter for lightSource should be avoided.
|
Constructor and Description |
---|
LightSettings(LightSource _lightSource) |
Modifier and Type | Method and Description |
---|---|
LightSource |
LightSourceAnnotationLink.parent() |
Modifier and Type | Method and Description |
---|---|
void |
LightSourceAnnotationLink.link(LightSource parent,
Annotation child) |
Version: 5.4.4-ice35-b82
Copyright © 2018 The University of Dundee & Open Microscopy Environment. All Rights Reserved.