@Name(value="Pix") public static class lept.PIX extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
lept.PIX()
Default native constructor.
|
lept.PIX(long size)
Native array allocator.
|
lept.PIX(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
lept.PIXCMAP |
colormap() |
lept.PIX |
colormap(lept.PIXCMAP colormap) |
int |
d() |
lept.PIX |
d(int d) |
IntPointer |
data() |
lept.PIX |
data(IntPointer data) |
int |
h() |
lept.PIX |
h(int h) |
int |
informat() |
lept.PIX |
informat(int informat) |
lept.PIX |
position(long position) |
int |
refcount() |
lept.PIX |
refcount(int refcount) |
int |
special() |
lept.PIX |
special(int special) |
int |
spp() |
lept.PIX |
spp(int spp) |
BytePointer |
text() |
lept.PIX |
text(BytePointer text) |
int |
w() |
lept.PIX |
w(int w) |
int |
wpl() |
lept.PIX |
wpl(int wpl) |
int |
xres() |
lept.PIX |
xres(int xres) |
int |
yres() |
lept.PIX |
yres(int yres) |
address, asBuffer, asByteBuffer, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, maxBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, position, put, setNull, sizeof, toString, totalBytes, withDeallocator, zeropublic lept.PIX()
public lept.PIX(long size)
Pointer.position(long).public lept.PIX(Pointer p)
Pointer.Pointer(Pointer).public lept.PIX w(int w)
public lept.PIX h(int h)
public lept.PIX d(int d)
public lept.PIX spp(int spp)
public lept.PIX wpl(int wpl)
public lept.PIX refcount(int refcount)
public lept.PIX xres(int xres)
public lept.PIX yres(int yres)
public lept.PIX informat(int informat)
public lept.PIX special(int special)
@Cast(value="char*") public BytePointer text()
public lept.PIX text(BytePointer text)
public lept.PIXCMAP colormap()
public lept.PIX colormap(lept.PIXCMAP colormap)
@Cast(value="l_uint32*") public IntPointer data()
public lept.PIX data(IntPointer data)
Copyright © 2016. All rights reserved.