Package | Description |
---|---|
ome.model.display |
Modifier and Type | Class and Description |
---|---|
class |
ContrastStretchingContext |
class |
PlaneSlicingContext |
class |
ReverseIntensityContext |
Modifier and Type | Field and Description |
---|---|
protected java.util.List<CodomainMapContext> |
ChannelBinding.spatialDomainEnhancement |
Modifier and Type | Method and Description |
---|---|
CodomainMapContext |
ChannelBinding.getCodomainMapContext(int index)
Gets the ome.model.display.CodomainMapContext at the given index.
|
CodomainMapContext |
ChannelBinding.getPrimaryCodomainMapContext()
Gets the first element of spatialDomainEnhancement which can be interpreted as the
primary or default element in some situations.
|
CodomainMapContext |
ChannelBinding.setCodomainMapContext(int index,
CodomainMapContext element)
Sets the ome.model.display.CodomainMapContext at the given index.
|
CodomainMapContext |
ChannelBinding.setPrimaryCodomainMapContext(CodomainMapContext element)
Swaps the first element of spatialDomainEnhancement with the first instance of the
given element.
|
Modifier and Type | Method and Description |
---|---|
protected java.util.List<CodomainMapContext> |
ChannelBinding.getSpatialDomainEnhancement()
returns spatialDomainEnhancement .
|
java.util.Iterator<CodomainMapContext> |
ChannelBinding.iterateSpatialDomainEnhancement()
should be used rather than accessing the spatialDomainEnhancement set directly.
|
java.util.Collection<CodomainMapContext> |
ChannelBinding.unmodifiableSpatialDomainEnhancement()
Returns an unmodifiable collection-view
|
Modifier and Type | Method and Description |
---|---|
void |
ChannelBinding.addCodomainMapContext(CodomainMapContext target)
use instead of setSpatialDomainEnhancement .
|
void |
ChannelBinding.removeCodomainMapContext(CodomainMapContext target)
removes a single element from this set and makes the inverse call on ome.model.display.CodomainMapContext
|
CodomainMapContext |
ChannelBinding.setCodomainMapContext(int index,
CodomainMapContext element)
Sets the ome.model.display.CodomainMapContext at the given index.
|
CodomainMapContext |
ChannelBinding.setPrimaryCodomainMapContext(CodomainMapContext element)
Swaps the first element of spatialDomainEnhancement with the first instance of the
given element.
|
Modifier and Type | Method and Description |
---|---|
void |
ChannelBinding.addCodomainMapContextSet(java.util.Collection<CodomainMapContext> targets)
use like addCodomainMapContext.
|
void |
ChannelBinding.removeCodomainMapContextSet(java.util.Collection<CodomainMapContext> targets)
use like removeCodomainMapContext
|
protected void |
ChannelBinding.setSpatialDomainEnhancement(java.util.List<CodomainMapContext> spatialDomainEnhancement)
setter for spatialDomainEnhancement should be avoided.
|
Version: 5.4.4-ice35-b82
Copyright © 2018 The University of Dundee & Open Microscopy Environment. All Rights Reserved.