Modifier and Type | Field and Description |
---|---|
protected RPSTileLoop |
loop |
protected RawPixelsStorePrx |
rps |
Constructor and Description |
---|
RPSTileData(RPSTileLoop loop,
RawPixelsStorePrx rps) |
Modifier and Type | Method and 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) |
protected final RawPixelsStorePrx rps
protected final RPSTileLoop loop
public RPSTileData(RPSTileLoop loop, RawPixelsStorePrx rps)