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.
|
omeis.providers.re.quantum |
Modifier and Type | Field and Description |
---|---|
protected Family |
ChannelBinding.family |
Modifier and Type | Method and Description |
---|---|
Family |
ChannelBinding.getFamily()
Many-to-one field ome.model.display.ChannelBinding.family (ome.model.enums.Family)
|
Modifier and Type | Method and Description |
---|---|
void |
ChannelBinding.setFamily(Family family) |
Constructor and Description |
---|
ChannelBinding(RenderingDef _renderingDef,
Family _family,
java.lang.Double _coefficient,
java.lang.Double _inputStart,
java.lang.Double _inputEnd,
java.lang.Boolean _active,
java.lang.Boolean _noiseReduction,
java.lang.Integer _red,
java.lang.Integer _green,
java.lang.Integer _blue,
java.lang.Integer _alpha) |
Modifier and Type | Method and Description |
---|---|
Family |
Family.newInstance() |
Family |
Family.proxy() |
Modifier and Type | Method and Description |
---|---|
Family |
RenderingBean.getChannelFamily(int w)
Implemented as specified by the
RenderingEngine interface. |
Modifier and Type | Method and Description |
---|---|
void |
RenderingBean.setQuantizationMap(int w,
Family family,
double coefficient,
boolean noiseReduction)
Implemented as specified by the
RenderingEngine interface. |
Modifier and Type | Method and Description |
---|---|
Family |
RenderingEngine.getChannelFamily(int w)
Returns the family associated to the specified channel.
|
Modifier and Type | Method and Description |
---|---|
void |
RenderingEngine.setQuantizationMap(int w,
Family family,
double coefficient,
boolean noiseReduction)
Sets the quantization map, one per channel.
|
void |
Renderer.setQuantizationMap(int w,
Family family,
double coefficient,
boolean noiseReduction)
Sets the mapping strategy for the specified channel.
|
Modifier and Type | Method and Description |
---|---|
Family |
QuantumStrategy.getFamily()
Returns the mapping family.
|
Family |
QuantumFactory.getFamily(java.lang.String value)
Helper method to retrieve a Family enumeration from the database.
|
Modifier and Type | Method and Description |
---|---|
void |
QuantumStrategy.setMapping(Family family,
double k,
boolean noiseReduction)
Sets the selected family, the curve coefficient and the noise reduction
flag.
|
void |
QuantumStrategy.setQuantizationMap(Family family,
double k,
boolean noiseReduction)
Sets the selected family, the curve coefficient and the noise reduction
flag and rebuilds the look-up table.
|
Constructor and Description |
---|
QuantumFactory(java.util.List<Family> families)
Default constructor.
|
Version: 5.4.4-ice35-b82
Copyright © 2018 The University of Dundee & Open Microscopy Environment. All Rights Reserved.