@Name(value="PixTiling") @Properties(inherit=leptonica.class) public class PIXTILING extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
PIXTILING()
Default native constructor.
|
PIXTILING(long size)
Native array allocator.
|
PIXTILING(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
PIXTILING |
getPointer(long i) |
int |
h()
tile height
|
PIXTILING |
h(int setter) |
int |
nx()
number of tiles horizontally
|
PIXTILING |
nx(int setter) |
int |
ny()
number of tiles vertically
|
PIXTILING |
ny(int setter) |
PIX |
pix()
input pix (a clone)
|
PIXTILING |
pix(PIX setter) |
PIXTILING |
position(long position) |
int |
strip()
strip for paint; default is TRUE
|
PIXTILING |
strip(int setter) |
int |
w()
tile width
|
PIXTILING |
w(int setter) |
int |
xoverlap()
overlap on left and right
|
PIXTILING |
xoverlap(int setter) |
int |
yoverlap()
overlap on top and bottom
|
PIXTILING |
yoverlap(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 PIXTILING()
public PIXTILING(long size)
Pointer.position(long)
.public PIXTILING(Pointer p)
Pointer(Pointer)
.public PIXTILING getPointer(long i)
getPointer
in class Pointer
public PIX pix()
public PIXTILING nx(int setter)
public PIXTILING ny(int setter)
public PIXTILING w(int setter)
public PIXTILING h(int setter)
public PIXTILING xoverlap(int setter)
public PIXTILING yoverlap(int setter)
public PIXTILING strip(int setter)
Copyright © 2024. All rights reserved.