@Name(value="PixComp") public static class lept.PIXC extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
lept.PIXC()
Default native constructor.
|
lept.PIXC(long size)
Native array allocator.
|
lept.PIXC(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
cmapflag() |
lept.PIXC |
cmapflag(int cmapflag) |
int |
comptype() |
lept.PIXC |
comptype(int comptype) |
int |
d() |
lept.PIXC |
d(int d) |
BytePointer |
data() |
lept.PIXC |
data(BytePointer data) |
int |
h() |
lept.PIXC |
h(int h) |
lept.PIXC |
position(long position) |
long |
size() |
lept.PIXC |
size(long size) |
BytePointer |
text() |
lept.PIXC |
text(BytePointer text) |
int |
w() |
lept.PIXC |
w(int w) |
int |
xres() |
lept.PIXC |
xres(int xres) |
int |
yres() |
lept.PIXC |
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.PIXC()
public lept.PIXC(long size)
Pointer.position(long).public lept.PIXC(Pointer p)
Pointer.Pointer(Pointer).public lept.PIXC w(int w)
public lept.PIXC h(int h)
public lept.PIXC d(int d)
public lept.PIXC xres(int xres)
public lept.PIXC yres(int yres)
public lept.PIXC comptype(int comptype)
@Cast(value="char*") public BytePointer text()
public lept.PIXC text(BytePointer text)
public lept.PIXC cmapflag(int cmapflag)
@Cast(value="l_uint8*") public BytePointer data()
public lept.PIXC data(BytePointer data)
public lept.PIXC size(long size)
Copyright © 2016. All rights reserved.