| Package | Description | 
|---|---|
| ome.io.bioformats | |
| ome.io.nio | 
 New Input/Output handling for the OMERO server
    
  This includes interfaces/classes for the input and output handling of data within
  the OMERO server. 
 | 
| ome.services.roi | |
| 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 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
BfPixelBuffer
PixelBuffer implementation which uses Bio-Formats to
 read pixels data directly from original files. | 
class  | 
BfPyramidPixelBuffer
PixelBuffer implementation which uses Bio-Formats to
 read pixels data directly from original files. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
InMemoryPlanarPixelBuffer
Class implementation of the PixelBuffer interface for in memory planar pixel
 data. 
 | 
class  | 
RomioPixelBuffer
Class implementation of the PixelBuffer interface for standard "proprietary"
 ROMIO/OMEIS data format. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
PixelBuffer | 
PixelsService._getPixelBuffer(Pixels pixels,
               boolean write)  | 
PixelBuffer | 
PixelsService.createPixelBuffer(Pixels pixels)
Creates a PixelBuffer for a given pixels set. 
 | 
protected PixelBuffer | 
PixelsService.createRomioPixelBuffer(String pixelsFilePath,
                      Pixels pixels,
                      boolean allowModification)
Helper method to properlty create a RomioPixelBuffer. 
 | 
PixelBuffer | 
PixelsService.getPixelBuffer(Pixels pixels)
Deprecated. 
 
In the future callers should use the more descriptive
  
PixelsService.getPixelBuffer(Pixels, boolean). | 
PixelBuffer | 
PixelsService.getPixelBuffer(Pixels pixels,
              boolean write)
Returns a pixel buffer for a given set of pixels. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static int | 
Utils.forEachTile(TileLoopIteration iteration,
           PixelBuffer pixelBuffer,
           int tileWidth,
           int tileHeight)
Iterates over every tile in a given pixel buffer based on the
 over arching dimensions and a requested maximum tile width and height. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
PixelBuffer | 
PixelData.getBuffer(long pix)  | 
| Modifier and Type | Method and Description | 
|---|---|
double | 
PixelData.get(PixelBuffer buf,
   int x,
   int y,
   int z,
   int c,
   int t)  | 
| Modifier and Type | Method and Description | 
|---|---|
PixelBuffer | 
Renderer.getPixels()
Returns the object that allows to access the pixels raw data. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
int[] | 
Renderer.renderAsPackedInt(PlaneDef pd,
                 PixelBuffer newBuffer)
Renders the data selected by  
pd according to the current
 rendering settings. | 
| Constructor and Description | 
|---|
Renderer(QuantumFactory quantumFactory,
        List<RenderingModel> renderingModels,
        Pixels pixelsObj,
        RenderingDef renderingDefObj,
        PixelBuffer bufferObj)
Creates a new instance to render the specified pixels set and get this
 new instance ready for rendering. 
 | 
| 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. 
 | 
| 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. 
 | 
                
                
Version: 5.2.5-ice35-b28
Copyright © 2016 The University of Dundee & Open Microscopy Environment. All Rights Reserved.