ome.services.roi
Class PixelData

java.lang.Object
  extended by ome.services.roi.PixelData

public class PixelData
extends Object

Strategy for loading and optionally caching pixel data.

Since:
Beta4.1

Field Summary
protected  PixelsService data
           
protected  org.apache.commons.logging.Log log
           
protected  IPixels meta
           
 
Constructor Summary
PixelData(PixelsService data, IPixels meta)
           
 
Method Summary
 double get(long pix, int x, int y, int z, int c, int t)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected org.apache.commons.logging.Log log

data

protected final PixelsService data

meta

protected final IPixels meta
Constructor Detail

PixelData

public PixelData(PixelsService data,
                 IPixels meta)
Method Detail

get

public double get(long pix,
                  int x,
                  int y,
                  int z,
                  int c,
                  int t)


OmeroJava Api

Version: Beta-4.2.0-r7571-b29

Copyright © 2009 The University of Dundee. All Rights Reserved.