Package | Description |
---|---|
ome.api |
Contains the central verbs of the Omero System.
|
ome.logic |
The central repository of implementations which will be accessible through this server.
|
ome.model.acquisition | |
ome.model.core | |
ome.model.enums | |
ome.services.projection | |
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.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
IPixels.createImage(int sizeX,
int sizeY,
int sizeZ,
int sizeT,
java.util.List<java.lang.Integer> channelList,
PixelsType pixelType,
java.lang.String name,
java.lang.String description)
Creates the metadata, and only the metadata linked to an Image
object.
|
int |
IPixels.getBitDepth(PixelsType type)
Bit depth for a given pixel type.
|
long |
IProjection.projectPixels(long pixelsId,
PixelsType pixelsType,
int algorithm,
int tStart,
int tEnd,
java.util.List<java.lang.Integer> channels,
int stepping,
int zStart,
int zEnd,
java.lang.String name)
Performs a projection through selected optical sections and optical
sections for a given set of time points of a Pixels set.
|
byte[] |
IProjection.projectStack(long pixelsId,
PixelsType pixelsType,
int algorithm,
int timepoint,
int channelIndex,
int stepping,
int start,
int end)
Performs a projection through the optical sections of a particular
wavelength at a given time point of a Pixels set.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
PixelsImpl.createImage(int sizeX,
int sizeY,
int sizeZ,
int sizeT,
java.util.List<java.lang.Integer> channelList,
PixelsType pixelsType,
java.lang.String name,
java.lang.String description) |
int |
PixelsImpl.getBitDepth(PixelsType pixelsType) |
Modifier and Type | Field and Description |
---|---|
protected PixelsType |
OTF.pixelsType |
Modifier and Type | Method and Description |
---|---|
PixelsType |
OTF.getPixelsType()
Many-to-one field ome.model.acquisition.OTF.pixelsType (ome.model.enums.PixelsType)
|
Modifier and Type | Method and Description |
---|---|
void |
OTF.setPixelsType(PixelsType pixelsType) |
Constructor and Description |
---|
OTF(java.lang.Integer _sizeX,
java.lang.Integer _sizeY,
java.lang.Boolean _opticalAxisAveraged,
PixelsType _pixelsType,
java.lang.String _path,
Objective _objective,
Instrument _instrument) |
Modifier and Type | Field and Description |
---|---|
protected PixelsType |
Pixels.pixelsType |
Modifier and Type | Method and Description |
---|---|
PixelsType |
Pixels.getPixelsType()
Many-to-one field ome.model.core.Pixels.pixelsType (ome.model.enums.PixelsType)
|
Modifier and Type | Method and Description |
---|---|
void |
Pixels.setPixelsType(PixelsType pixelsType) |
Constructor and Description |
---|
Pixels(Image _image,
PixelsType _pixelsType,
java.lang.Integer _sizeX,
java.lang.Integer _sizeY,
java.lang.Integer _sizeZ,
java.lang.Integer _sizeC,
java.lang.Integer _sizeT,
java.lang.String _sha1,
DimensionOrder _dimensionOrder) |
Modifier and Type | Method and Description |
---|---|
PixelsType |
PixelsType.newInstance() |
PixelsType |
PixelsType.proxy() |
Modifier and Type | Method and Description |
---|---|
long |
ProjectionBean.projectPixels(long pixelsId,
PixelsType pixelsType,
int algorithm,
int tStart,
int tEnd,
java.util.List<java.lang.Integer> channels,
int stepping,
int zStart,
int zEnd,
java.lang.String name) |
byte[] |
ProjectionBean.projectStack(long pixelsId,
PixelsType pixelsType,
int algorithm,
int timepoint,
int channelIndex,
int stepping,
int start,
int end) |
Modifier and Type | Method and Description |
---|---|
PixelsType |
Renderer.getPixelsType()
Returns the pixels type.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
PlaneFactory.in(PixelsType type,
java.lang.String[] strings)
A static helper method to check if a type is one of the elements in an
array.
|
static boolean |
PlaneFactory.isTypeSigned(PixelsType type)
A static helper method to retrieve pixel byte signage.
|
Version: 5.4.4-ice35-b82
Copyright © 2018 The University of Dundee & Open Microscopy Environment. All Rights Reserved.