public final class vImage_Buffer
extends org.moe.natj.c.StructObject
| Modifier | Constructor and Description |
|---|---|
|
vImage_Buffer() |
protected |
vImage_Buffer(org.moe.natj.general.Pointer peer) |
|
vImage_Buffer(org.moe.natj.general.ptr.VoidPtr data,
long height,
long width,
long rowBytes) |
| Modifier and Type | Method and Description |
|---|---|
org.moe.natj.general.ptr.VoidPtr |
data()
Pointer to the top left pixel of the buffer.
|
long |
height()
The height (in pixels) of the buffer
|
long |
rowBytes()
The number of bytes in a pixel row, including any unused space between one row and the next.
|
void |
setData(org.moe.natj.general.ptr.VoidPtr value)
Pointer to the top left pixel of the buffer.
|
void |
setHeight(long value)
The height (in pixels) of the buffer
|
void |
setRowBytes(long value)
The number of bytes in a pixel row, including any unused space between one row and the next.
|
void |
setWidth(long value)
The width (in pixels) of the buffer
|
long |
width()
The width (in pixels) of the buffer
|
public vImage_Buffer()
protected vImage_Buffer(org.moe.natj.general.Pointer peer)
public vImage_Buffer(org.moe.natj.general.ptr.VoidPtr data,
long height,
long width,
long rowBytes)
public org.moe.natj.general.ptr.VoidPtr data()
public void setData(org.moe.natj.general.ptr.VoidPtr value)
public long height()
public void setHeight(long value)
public long width()
public void setWidth(long value)
public long rowBytes()
public void setRowBytes(long value)