Package | Description |
---|---|
ome.model.acquisition |
Modifier and Type | Field and Description |
---|---|
protected java.util.Set<LightPathEmissionFilterLink> |
LightPath.emissionFilterLink |
Modifier and Type | Method and Description |
---|---|
LightPathEmissionFilterLink |
LightPath.linkEmissionFilter(Filter addition)
Adds a ome.model.acquisition.LightPathEmissionFilterLink to emissionFilterLink .
|
LightPathEmissionFilterLink |
LightPathEmissionFilterLink.newInstance() |
LightPathEmissionFilterLink |
LightPathEmissionFilterLink.proxy() |
Modifier and Type | Method and Description |
---|---|
java.util.Set<LightPathEmissionFilterLink> |
LightPath.findLightPathEmissionFilterLink(Filter target)
find all ome.model.acquisition.LightPathEmissionFilterLink which have the argument as their child.
|
protected java.util.Set<LightPathEmissionFilterLink> |
LightPath.getEmissionFilterLink()
returns emissionFilterLink .
|
java.util.Iterator<LightPathEmissionFilterLink> |
LightPath.iterateEmissionFilterLink()
should be used rather than accessing the emissionFilterLink set directly.
|
java.util.Collection<LightPathEmissionFilterLink> |
LightPath.unmodifiableEmissionFilterLink()
Returns an unmodifiable collection-view
|
Modifier and Type | Method and Description |
---|---|
void |
LightPath.addLightPathEmissionFilterLink(LightPathEmissionFilterLink target)
use instead of setEmissionFilterLink .
|
void |
LightPath.addLightPathEmissionFilterLink(LightPathEmissionFilterLink link,
boolean bothSides)
Adds a ome.model.acquisition.LightPathEmissionFilterLink to emissionFilterLink, allowing for recursion -- whether
or not addLightPathEmissionFilterLink will be called on the addition if it is loaded
|
void |
LightPath.removeLightPathEmissionFilterLink(LightPathEmissionFilterLink target)
removes a single element from this set and makes the inverse call on ome.model.acquisition.LightPathEmissionFilterLink
|
void |
LightPath.removeLightPathEmissionFilterLink(LightPathEmissionFilterLink link,
boolean bothSides)
removes the given LightPathEmissionFilterLink from emissionFilterLink, allowing for recursion -- whether
or not the removal will call unlinkLightPath again if loaded.
|
Modifier and Type | Method and Description |
---|---|
void |
LightPath.addLightPathEmissionFilterLinkSet(java.util.Collection<LightPathEmissionFilterLink> targets)
use like addLightPathEmissionFilterLink.
|
void |
LightPath.removeLightPathEmissionFilterLinkSet(java.util.Collection<LightPathEmissionFilterLink> targets)
use like removeLightPathEmissionFilterLink
|
protected void |
LightPath.setEmissionFilterLink(java.util.Set<LightPathEmissionFilterLink> emissionFilterLink)
setter for emissionFilterLink should be avoided.
|
Version: 5.4.4-ice35-b82
Copyright © 2018 The University of Dundee & Open Microscopy Environment. All Rights Reserved.