omero.util
Class RPSTileData

java.lang.Object
  extended by omero.util.RPSTileData
All Implemented Interfaces:
TileData

public class RPSTileData
extends Object
implements TileData

Access strategy which can be implemented by diverse resources


Field Summary
protected  RPSTileLoop loop
           
protected  omero.api.RawPixelsStorePrx rps
           
 
Constructor Summary
RPSTileData(RPSTileLoop loop, omero.api.RawPixelsStorePrx rps)
           
 
Method Summary
 void close()
           
 byte[] getTile(int z, int c, int t, int x, int y, int w, int h)
           
 void setTile(byte[] buffer, int z, int c, int t, int x, int y, int w, int h)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rps

protected final omero.api.RawPixelsStorePrx rps

loop

protected final RPSTileLoop loop
Constructor Detail

RPSTileData

public RPSTileData(RPSTileLoop loop,
                   omero.api.RawPixelsStorePrx rps)
Method Detail

getTile

public byte[] getTile(int z,
                      int c,
                      int t,
                      int x,
                      int y,
                      int w,
                      int h)
Specified by:
getTile in interface TileData

setTile

public void setTile(byte[] buffer,
                    int z,
                    int c,
                    int t,
                    int x,
                    int y,
                    int w,
                    int h)
Specified by:
setTile in interface TileData

close

public void close()
Specified by:
close in interface TileData


OmeroJava Api

Version: 4.3.4-dbcbce5a-b4

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