@Name(value="PixTiling")
public static class lept.PIXTILING
extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
PIXTILING()
Default native constructor.
|
PIXTILING(long size)
Native array allocator.
|
PIXTILING(org.bytedeco.javacpp.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(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public lept.PIXTILING position(long position)
position in class org.bytedeco.javacpp.Pointerpublic lept.PIX pix()
public lept.PIXTILING pix(lept.PIX pix)
@Cast(value="l_int32") public int nx()
public lept.PIXTILING nx(int nx)
@Cast(value="l_int32") public int ny()
public lept.PIXTILING ny(int ny)
@Cast(value="l_int32") public int w()
public lept.PIXTILING w(int w)
@Cast(value="l_int32") public int h()
public lept.PIXTILING h(int h)
@Cast(value="l_int32") public int xoverlap()
public lept.PIXTILING xoverlap(int xoverlap)
@Cast(value="l_int32") public int yoverlap()
public lept.PIXTILING yoverlap(int yoverlap)
@Cast(value="l_int32") public int strip()
public lept.PIXTILING strip(int strip)
Copyright © 2018. All rights reserved.