public abstract class TileBuffer
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
TileBuffer(PrimitiveType<java.nio.Buffer> baseType,
int dataOffset,
int width,
int height) |
Modifier and Type | Method and Description |
---|---|
void |
finish()
nothing to do in the normal case, overwrite this method if post
processing is necessary.
|
PrimitiveType<java.nio.Buffer> |
getBaseType() |
abstract java.nio.Buffer |
getBuffer() |
int |
getHeight() |
protected java.nio.Buffer |
getImageBuffer() |
int |
getPixelSize() |
int |
getWidth() |
TileBuffer |
setData(java.nio.Buffer value) |
protected TileBuffer(PrimitiveType<java.nio.Buffer> baseType, int dataOffset, int width, int height)
public void finish()
public PrimitiveType<java.nio.Buffer> getBaseType()
public abstract java.nio.Buffer getBuffer()
public int getHeight()
public int getPixelSize()
public int getWidth()
public TileBuffer setData(java.nio.Buffer value)
protected java.nio.Buffer getImageBuffer()