@Name(value="PixTiling") public static class lept.PIXTILING extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| 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 |
|---|---|
int |
h()
tile height
|
lept.PIXTILING |
h(int h) |
int |
nx()
number of tiles horizontally
|
lept.PIXTILING |
nx(int nx) |
int |
ny()
number of tiles vertically
|
lept.PIXTILING |
ny(int ny) |
lept.PIX |
pix()
input pix (a clone)
|
lept.PIXTILING |
pix(lept.PIX pix) |
lept.PIXTILING |
position(long position) |
int |
strip()
strip for paint; default is TRUE
|
lept.PIXTILING |
strip(int strip) |
int |
w()
tile width
|
lept.PIXTILING |
w(int w) |
int |
xoverlap()
overlap on left and right
|
lept.PIXTILING |
xoverlap(int xoverlap) |
int |
yoverlap()
overlap on top and bottom
|
lept.PIXTILING |
yoverlap(int yoverlap) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic PIXTILING()
public PIXTILING(long size)
Pointer.position(long).public PIXTILING(Pointer p)
Pointer.Pointer(Pointer).public lept.PIXTILING position(long position)
public lept.PIX pix()
public lept.PIXTILING pix(lept.PIX pix)
public lept.PIXTILING nx(int nx)
public lept.PIXTILING ny(int ny)
public lept.PIXTILING w(int w)
public lept.PIXTILING h(int h)
public lept.PIXTILING xoverlap(int xoverlap)
public lept.PIXTILING yoverlap(int yoverlap)
public lept.PIXTILING strip(int strip)
Copyright © 2019. All rights reserved.