|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CodomainMapContext | |
---|---|
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. |
Uses of CodomainMapContext in ome.services |
---|
Methods in ome.services with parameters of type CodomainMapContext | |
---|---|
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. |
Uses of CodomainMapContext in omeis.providers.re |
---|
Methods in omeis.providers.re with parameters of type CodomainMapContext | |
---|---|
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. |
Uses of CodomainMapContext in omeis.providers.re.codomain |
---|
Subclasses of CodomainMapContext in omeis.providers.re.codomain | |
---|---|
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. |
Methods in omeis.providers.re.codomain that return CodomainMapContext | |
---|---|
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. |
Methods in omeis.providers.re.codomain with parameters of type CodomainMapContext | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Version: 4.3.3-00d1137e-b2894
Copyright © 2009 The University of Dundee. All Rights Reserved.