public class TileBufferRowBased extends TileBuffer
Constructor and Description |
---|
TileBufferRowBased(PrimitiveType<java.nio.Buffer> baseType,
int dataOffset,
int width,
int height) |
Modifier and Type | Method and Description |
---|---|
java.nio.Buffer |
getBuffer() |
TileBufferRowBased |
setData(java.nio.Buffer value) |
finish, getBaseType, getHeight, getImageBuffer, getPixelSize, getWidth
public TileBufferRowBased(PrimitiveType<java.nio.Buffer> baseType, int dataOffset, int width, int height)
public java.nio.Buffer getBuffer()
getBuffer
in class TileBuffer
public TileBufferRowBased setData(java.nio.Buffer value)
setData
in class TileBuffer