public class PixelMapping
extends java.lang.Object
implements java.io.Closeable
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Dispose the mapping instance
|
byte[] |
getData()
The mapped bytes of pixels.
|
int |
getHeight()
Rows of the pixels
|
int |
getStride()
Bytes of pixels in a row.
|
int |
getWidth()
Columns of the pixels
|
public int getStride()
public int getHeight()
public int getWidth()
public byte[] getData()
public void close()
close in interface java.io.Closeableclose in interface java.lang.AutoCloseable