public class PixTiling
extends com.sun.jna.Structure
| Modifier and Type | Class | Description |
|---|---|---|
static class |
PixTiling.ByReference |
|
static class |
PixTiling.ByValue |
| Modifier and Type | Field | Description |
|---|---|---|
int |
h |
tile height
C type : l_int32 |
int |
nx |
number of tiles horizontally
C type : l_int32 |
int |
ny |
number of tiles vertically
C type : l_int32 |
Pix.ByReference |
pix |
input pix (a clone)
C type : Pix* |
int |
strip |
strip for paint; default is TRUE
C type : l_int32 |
int |
w |
tile width
C type : l_int32 |
int |
xoverlap |
overlap on left and right
C type : l_int32 |
int |
yoverlap |
overlap on top and bottom
C type : l_int32 |
| Constructor | Description |
|---|---|
PixTiling() |
|
PixTiling(Pix.ByReference pix,
int nx,
int ny,
int w,
int h,
int xoverlap,
int yoverlap,
int strip) |
|
PixTiling(com.sun.jna.Pointer peer) |
| Modifier and Type | Method | Description |
|---|---|---|
protected java.util.List<java.lang.String> |
getFieldOrder() |
Gets this Structure's field names in their proper order.
|
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, createFieldsOrder, createFieldsOrder, createFieldsOrder, createFieldsOrder, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFields, getNativeAlignment, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, read, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeFieldpublic Pix.ByReference pix
public int nx
public int ny
public int w
public int h
public int xoverlap
public int yoverlap
public int strip
public PixTiling()
public PixTiling(Pix.ByReference pix, int nx, int ny, int w, int h, int xoverlap, int yoverlap, int strip)
pix - input pix (a clone)nx - number of tiles horizontallyny - number of tiles verticallyw - tile widthh - tile heightxoverlap - overlap on left and rightyoverlap - overlap on top and bottomstrip - strip for paint; default is TRUEpublic PixTiling(com.sun.jna.Pointer peer)
Copyright © 2026. All rights reserved.