Package omero.util
Interface TileData
-
- All Known Implementing Classes:
RPSTileData
public interface TileDataAccess strategy which can be implemented by diverse resources
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()byte[]getTile(int z, int c, int t, int x, int y, int w, int h)voidsetTile(byte[] buffer, int z, int c, int t, int x, int y, int w, int h)
-