Package | Description |
---|---|
ome.model.display | |
ome.model.enums | |
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.
|
Modifier and Type | Field and Description |
---|---|
protected RenderingModel |
RenderingDef.model |
Modifier and Type | Method and Description |
---|---|
RenderingModel |
RenderingDef.getModel()
Many-to-one field ome.model.display.RenderingDef.model (ome.model.enums.RenderingModel)
|
Modifier and Type | Method and Description |
---|---|
void |
RenderingDef.setModel(RenderingModel model) |
Constructor and Description |
---|
RenderingDef(Pixels _pixels,
java.lang.Integer _defaultZ,
java.lang.Integer _defaultT,
RenderingModel _model,
QuantumDef _quantization) |
Modifier and Type | Method and Description |
---|---|
RenderingModel |
RenderingModel.newInstance() |
RenderingModel |
RenderingModel.proxy() |
Modifier and Type | Method and Description |
---|---|
RenderingModel |
RenderingBean.getModel()
Implemented as specified by the
RenderingEngine interface. |
Modifier and Type | Method and Description |
---|---|
void |
RenderingBean.setModel(RenderingModel model)
Implemented as specified by the
RenderingEngine interface. |
Modifier and Type | Method and Description |
---|---|
RenderingModel |
RenderingEngine.getModel()
Returns the model that dictates how transformed raw data has to be mapped
onto a color space.
|
Modifier and Type | Method and Description |
---|---|
void |
RenderingEngine.setModel(RenderingModel model)
Specifies the model that dictates how transformed raw data has to be
mapped onto a color space.
|
void |
Renderer.setModel(RenderingModel model)
Specifies the model that dictates how transformed raw data has to be
mapped onto a color space.
|
Constructor and Description |
---|
Renderer(QuantumFactory quantumFactory,
java.util.List<RenderingModel> renderingModels,
Pixels pixelsObj,
RenderingDef renderingDefObj,
PixelBuffer bufferObj,
LutProvider lutProvider)
Creates a new instance to render the specified pixels set and get this
new instance ready for rendering.
|
Version: 5.4.4-ice35-b82
Copyright © 2018 The University of Dundee & Open Microscopy Environment. All Rights Reserved.