@Name(value="PixComp") @Properties(inherit=leptonica.class) public class PIXC extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
PIXC()
Default native constructor.
|
PIXC(long size)
Native array allocator.
|
PIXC(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
cmapflag()
flag (1 for cmap, 0 otherwise)
|
PIXC |
cmapflag(int setter) |
int |
comptype()
IFF_PNG, IFF_JFIF_JPEG)
|
PIXC |
comptype(int setter) |
int |
d()
depth in bits
|
PIXC |
d(int setter) |
BytePointer |
data()
the compressed image data
|
PIXC |
data(BytePointer setter) |
PIXC |
getPointer(long i) |
int |
h()
height in pixels
|
PIXC |
h(int setter) |
PIXC |
position(long position) |
long |
size()
size of the data array
|
PIXC |
size(long setter) |
BytePointer |
text()
text string associated with pix
|
PIXC |
text(BytePointer setter) |
int |
w()
width in pixels
|
PIXC |
w(int setter) |
int |
xres()
(use 0 if unknown)
|
PIXC |
xres(int setter) |
int |
yres()
(use 0 if unknown)
|
PIXC |
yres(int setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zero
public PIXC()
public PIXC(long size)
Pointer.position(long)
.public PIXC(Pointer p)
Pointer(Pointer)
.public PIXC getPointer(long i)
getPointer
in class Pointer
public PIXC w(int setter)
public PIXC h(int setter)
public PIXC d(int setter)
public PIXC xres(int setter)
public PIXC yres(int setter)
public PIXC comptype(int setter)
@Cast(value="char*") public BytePointer text()
public PIXC text(BytePointer setter)
public PIXC cmapflag(int setter)
@Cast(value="l_uint8*") public BytePointer data()
public PIXC data(BytePointer setter)
public PIXC size(long setter)
Copyright © 2023. All rights reserved.