omero.util
Interface TileData
- All Known Implementing Classes:
- RPSTileData
public interface 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)
|
getTile
byte[] getTile(int z,
int c,
int t,
int x,
int y,
int w,
int h)
setTile
void setTile(byte[] buffer,
int z,
int c,
int t,
int x,
int y,
int w,
int h)
close
void close()
OmeroJava Api
Version: 4.3.4-dbcbce5a-b4
Copyright © 2009 The University of Dundee. All Rights Reserved.