Package omero.util
Class RPSTileData
- java.lang.Object
-
- omero.util.RPSTileData
-
-
Field Summary
Fields Modifier and Type Field Description protected RPSTileLoop
loop
protected RawPixelsStorePrx
rps
-
Constructor Summary
Constructors Constructor Description RPSTileData(RPSTileLoop loop, RawPixelsStorePrx rps)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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)
-
-
-
Field Detail
-
rps
protected final RawPixelsStorePrx rps
-
loop
protected final RPSTileLoop loop
-
-
Constructor Detail
-
RPSTileData
public RPSTileData(RPSTileLoop loop, RawPixelsStorePrx rps)
-
-