Package | Description |
---|---|
ome.services |
Base services package for OMERO API services
This includes classes that implement OMERO API services described as interfaces in the
OMERO Common component.
|
omeis.providers.re |
Red-Green-Blue (RGB) data structures and Image Rendering Service
This package provides basic data structures to represent an RGB pixel set and provide a
service for the rendering of this pixel set.
|
omeis.providers.re.codomain |
Provides codomain pixel set data structures for Maps and Contexts.
|
Modifier and Type | Method and Description |
---|---|
void |
RenderingBean.addCodomainMap(CodomainMapContext mapCtx)
Implemented as specified by the
RenderingEngine interface. |
void |
RenderingBean.removeCodomainMap(CodomainMapContext mapCtx)
Implemented as specified by the
RenderingEngine interface. |
void |
RenderingBean.updateCodomainMap(CodomainMapContext mapCtx)
Implemented as specified by the
RenderingEngine interface. |
Modifier and Type | Method and Description |
---|---|
void |
RenderingEngine.addCodomainMap(CodomainMapContext mapCtx)
Adds the context to the mapping chain.
|
void |
RenderingEngine.removeCodomainMap(CodomainMapContext mapCtx)
Removes the specified context from the chain.
|
void |
RenderingEngine.updateCodomainMap(CodomainMapContext mapCtx)
Updates the specified context.
|
Modifier and Type | Class and Description |
---|---|
class |
ContrastStretchingContext
Two points
pStart and pEnd define the context
of this transformation. |
class |
IdentityMapContext
An empty context for the identity map.
|
class |
PlaneSlicingContext
We consider that the image is composed of eight
1-bit planes
ranging from bit-plane 0 for the least significant bit to
bit-plane 7 for the most significant bit. |
class |
ReverseIntensityContext
The empty context of the reverse intensity map.
|
Modifier and Type | Method and Description |
---|---|
abstract CodomainMapContext |
CodomainMapContext.copy()
Returns a deep copy of this object.
|
CodomainMapContext |
ContrastStretchingContext.copy()
Implemented as specified by superclass.
|
CodomainMapContext |
IdentityMapContext.copy()
Implemented as specified by superclass.
|
CodomainMapContext |
PlaneSlicingContext.copy()
Implemented as specified by superclass.
|
CodomainMapContext |
ReverseIntensityContext.copy()
Implemented as specified by superclass.
|
Modifier and Type | Method and Description |
---|---|
void |
CodomainChain.add(CodomainMapContext mapCtx)
Adds a map context to the chain.
|
void |
CodomainChain.remove(CodomainMapContext mapCtx)
Removes a map context from the chain.
|
void |
CodomainMap.setContext(CodomainMapContext cxt)
Sets the parameters used to write the equation of the specified codomain
transformation.
|
void |
CodomainChain.update(CodomainMapContext mapCtx)
Updates a map context in the chain.
|
Version: 5.2.0-ice35-b12
Copyright © 2015 The University of Dundee & Open Microscopy Environment. All Rights Reserved.