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.
|
omero.util |
Modifier and Type | Method and Description |
---|---|
java.util.List<CodomainMapContext> |
RenderingBean.getCodomainMapContext(int w)
Implemented as specified by the
RenderingEngine interface. |
Modifier and Type | Method and Description |
---|---|
void |
RenderingBean.addCodomainMap(CodomainMapContext mapCtx)
Deprecated.
|
void |
RenderingBean.addCodomainMapToChannel(CodomainMapContext mapCtx,
int w)
Implemented as specified by the
RenderingEngine interface. |
void |
RenderingBean.removeCodomainMap(CodomainMapContext mapCtx)
Deprecated.
|
void |
RenderingBean.removeCodomainMapFromChannel(CodomainMapContext mapCtx,
int w)
Implemented as specified by the
RenderingEngine interface. |
void |
RenderingBean.updateCodomainMap(CodomainMapContext mapCtx)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<CodomainMapContext> |
RenderingEngine.getCodomainMapContext(int w)
Returns the list of codomain contexts associated to the specified
channel.
|
Modifier and Type | Method and Description |
---|---|
void |
RenderingEngine.addCodomainMap(CodomainMapContext mapCtx)
Deprecated.
|
void |
RenderingEngine.addCodomainMapToChannel(CodomainMapContext mapCtx,
int w)
Adds the context to the mapping chain.
|
void |
RenderingEngine.removeCodomainMap(CodomainMapContext mapCtx)
Deprecated.
|
void |
RenderingEngine.removeCodomainMapFromChannel(CodomainMapContext mapCtx,
int w)
Removes the specified context from the chain.
|
void |
RenderingEngine.updateCodomainMap(CodomainMapContext mapCtx)
Deprecated.
|
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
Deprecated.
This class will be renamed to InverseIntensityContext (or similar) in
future versions
|
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()
Deprecated.
Implemented as specified by superclass.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<CodomainMapContext> |
CodomainChain.getContexts()
Returns a copy of the codomain context if any.
|
Modifier and Type | Method and Description |
---|---|
boolean |
CodomainChain.add(CodomainMapContext mapCtx)
Adds a map context to the chain.
|
boolean |
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.
|
Constructor and Description |
---|
CodomainChain(int start,
int end,
java.util.List<CodomainMapContext> mapContexts)
Creates a new chain.
|
Modifier and Type | Method and Description |
---|---|
CodomainMapContext |
IceMapper.convert(omero.romio.CodomainMapContext ctx)
Converts the passed Ice Object and returns the converted object.
|
Version: 5.4.4-ice35-b82
Copyright © 2018 The University of Dundee & Open Microscopy Environment. All Rights Reserved.