| 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  RenderingEngineinterface. | 
| void | RenderingBean. removeCodomainMap(CodomainMapContext mapCtx)Implemented as specified by the  RenderingEngineinterface. | 
| void | RenderingBean. updateCodomainMap(CodomainMapContext mapCtx)Implemented as specified by the  RenderingEngineinterface. | 
| 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  | ContrastStretchingContextTwo points  pStartandpEnddefine the context
 of this transformation. | 
| class  | IdentityMapContextAn empty context for the identity map. | 
| class  | PlaneSlicingContextWe consider that the image is composed of eight  1-bitplanes
 ranging from bit-plane0for the least significant bit to
 bit-plane7for the most significant bit. | 
| class  | ReverseIntensityContextThe 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.1.4-ice35-b55
Copyright © 2015 The University of Dundee & Open Microscopy Environment. All Rights Reserved.