Package | Description |
---|---|
ome.model.acquisition | |
ome.model.core | |
ome.model.experiment |
Modifier and Type | Method and Description |
---|---|
LightSettings |
LightSettings.newInstance() |
LightSettings |
LightSettings.proxy() |
Modifier and Type | Field and Description |
---|---|
protected LightSettings |
LogicalChannel.lightSourceSettings |
Modifier and Type | Method and Description |
---|---|
LightSettings |
LogicalChannel.getLightSourceSettings()
Many-to-one field ome.model.core.LogicalChannel.lightSourceSettings (ome.model.acquisition.LightSettings)
|
Modifier and Type | Method and Description |
---|---|
void |
LogicalChannel.setLightSourceSettings(LightSettings lightSourceSettings) |
Modifier and Type | Field and Description |
---|---|
protected java.util.Set<LightSettings> |
MicrobeamManipulation.lightSourceSettings |
Modifier and Type | Method and Description |
---|---|
protected java.util.Set<LightSettings> |
MicrobeamManipulation.getLightSourceSettings()
returns lightSourceSettings .
|
java.util.Iterator<LightSettings> |
MicrobeamManipulation.iterateLightSourceSettings()
should be used rather than accessing the lightSourceSettings set directly.
|
java.util.Collection<LightSettings> |
MicrobeamManipulation.unmodifiableLightSourceSettings()
Returns an unmodifiable collection-view
|
Modifier and Type | Method and Description |
---|---|
void |
MicrobeamManipulation.addLightSettings(LightSettings target)
use instead of setLightSourceSettings .
|
void |
MicrobeamManipulation.removeLightSettings(LightSettings target)
removes a single element from this set and makes the inverse call on ome.model.acquisition.LightSettings
|
Modifier and Type | Method and Description |
---|---|
void |
MicrobeamManipulation.addLightSettingsSet(java.util.Collection<LightSettings> targets)
use like addLightSettings.
|
void |
MicrobeamManipulation.removeLightSettingsSet(java.util.Collection<LightSettings> targets)
use like removeLightSettings
|
protected void |
MicrobeamManipulation.setLightSourceSettings(java.util.Set<LightSettings> lightSourceSettings)
setter for lightSourceSettings should be avoided.
|
Version: 5.4.4-ice35-b82
Copyright © 2018 The University of Dundee & Open Microscopy Environment. All Rights Reserved.