Package | Description |
---|---|
ome.api |
Contains the central verbs of the Omero System.
|
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.data |
Provides classes needed to define XY planes within a dynamic 3D context.
|
omeis.providers.re.metadata | |
omero.util |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.Integer,int[]> |
RawPixelsStore.getHistogram(int[] channels,
int binCount,
boolean globalRange,
PlaneDef plane) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.Integer,int[]> |
RawPixelsBean.getHistogram(int[] channels,
int binCount,
boolean globalRange,
PlaneDef plane) |
RGBBuffer |
RenderingBean.render(PlaneDef pd)
Implemented as specified by the
RenderingEngine interface. |
int[] |
RenderingBean.renderAsPackedInt(PlaneDef pd)
Implemented as specified by the
RenderingEngine interface. |
byte[] |
RenderingBean.renderCompressed(PlaneDef pd)
Implemented as specified by the
RenderingEngine interface. |
Modifier and Type | Method and Description |
---|---|
int |
Renderer.getImageSize(PlaneDef pd)
Returns the size, in bytes, of the
RGBBuffer that would be
rendered from the plane selected by pd . |
java.lang.String |
Renderer.getPlaneDimsAsString(PlaneDef pd)
Returns a string with the dimensions of the specified plane.
|
RGBBuffer |
RenderingEngine.render(PlaneDef pd)
Renders the data selected by
pd according to the current
rendering settings. |
RGBBuffer |
Renderer.render(PlaneDef pd)
Renders the data selected by
pd according to the current
rendering settings. |
int[] |
RenderingEngine.renderAsPackedInt(PlaneDef pd)
Renders the data selected by
pd according to the current
rendering settings. |
int[] |
Renderer.renderAsPackedInt(PlaneDef pd,
PixelBuffer newBuffer)
Renders the data selected by
pd according to the current
rendering settings. |
byte[] |
RenderingEngine.renderCompressed(PlaneDef pd)
Renders the data selected by
pd according to the current
rendering settings and compresses the resulting RGBA composite image. |
Constructor and Description |
---|
RenderingStats(Renderer context,
PlaneDef plane)
Creates a new instance.
|
Modifier and Type | Field and Description |
---|---|
protected PlaneDef |
Plane2D.planeDef
The type of plane.
|
Modifier and Type | Method and Description |
---|---|
static Plane2D |
PlaneFactory.createPlane(PlaneDef planeDef,
int channel,
Pixels pixels,
PixelBuffer buffer)
Factory method to fetch plane data and create an object to access it.
|
Constructor and Description |
---|
Plane2D(PlaneDef pDef,
Pixels pixels,
PixelData data)
Constructor that sub-classes must call.
|
Modifier and Type | Method and Description |
---|---|
void |
StatsFactory.computeLocationStats(Pixels metadata,
PixelBuffer pixelsData,
PlaneDef pd,
int index)
Helper object to determine the location of the pixels' values, the
inputWindow i.e.
|
Modifier and Type | Method and Description |
---|---|
static PlaneDef |
IceMapper.convert(omero.romio.PlaneDef def)
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.