omero.util
Class RPSTileData
java.lang.Object
omero.util.RPSTileData
- All Implemented Interfaces:
- TileData
public class RPSTileData
- extends Object
- implements TileData
Access strategy which can be implemented by diverse resources
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 |
rps
protected final omero.api.RawPixelsStorePrx rps
loop
protected final RPSTileLoop loop
RPSTileData
public RPSTileData(RPSTileLoop loop,
omero.api.RawPixelsStorePrx rps)
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.