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