| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
lept.L_PTRA |
lept.L_PTRA.array(int i,
org.bytedeco.javacpp.Pointer array) |
lept.L_PTRA |
lept.L_PTRA.array(org.bytedeco.javacpp.PointerPointer array) |
lept.L_PTRA |
lept.L_PDF_DATA.cida()
array of compressed image data
|
lept.L_PTRA |
lept.L_PTRA.imax(int imax) |
lept.L_PTRA |
lept.L_PTRA.nactual(int nactual) |
lept.L_PTRA |
lept.L_PTRA.nalloc(int nalloc) |
lept.L_PTRA |
lept.L_PTRA.position(long position) |
lept.L_PTRA |
lept.L_PTRAA.ptra(int i)
array of ptra
|
static lept.L_PTRA |
lept.ptraaFlattenToPtra(lept.L_PTRAA paa) |
static lept.L_PTRA |
lept.ptraaGetPtra(lept.L_PTRAA paa,
int index,
int accessflag) |
static lept.L_PTRA |
lept.ptraCreate(int n) |
| Modifier and Type | Method and Description |
|---|---|
lept.L_PDF_DATA |
lept.L_PDF_DATA.cida(lept.L_PTRA cida) |
lept.L_PTRAA |
lept.L_PTRAA.ptra(int i,
lept.L_PTRA ptra) |
static int |
lept.ptraAdd(lept.L_PTRA pa,
org.bytedeco.javacpp.Pointer item) |
static int |
lept.ptraaInsertPtra(lept.L_PTRAA paa,
int index,
lept.L_PTRA pa) |
static int |
lept.ptraCompactArray(lept.L_PTRA pa) |
static int |
lept.ptraConcatenatePdf(lept.L_PTRA pa,
org.bytedeco.javacpp.BytePointer fileout) |
static int |
lept.ptraConcatenatePdf(lept.L_PTRA pa,
String fileout) |
static int |
lept.ptraConcatenatePdfToData(lept.L_PTRA pa_data,
lept.SARRAY sa,
byte[] pdata,
org.bytedeco.javacpp.SizeTPointer pnbytes) |
static int |
lept.ptraConcatenatePdfToData(lept.L_PTRA pa_data,
lept.SARRAY sa,
ByteBuffer pdata,
org.bytedeco.javacpp.SizeTPointer pnbytes) |
static int |
lept.ptraConcatenatePdfToData(lept.L_PTRA pa_data,
lept.SARRAY sa,
org.bytedeco.javacpp.BytePointer pdata,
org.bytedeco.javacpp.SizeTPointer pnbytes) |
static int |
lept.ptraConcatenatePdfToData(lept.L_PTRA pa_data,
lept.SARRAY sa,
org.bytedeco.javacpp.PointerPointer pdata,
org.bytedeco.javacpp.SizeTPointer pnbytes) |
static void |
lept.ptraDestroy(lept.L_PTRA ppa,
int freeflag,
int warnflag) |
static int |
lept.ptraGetActualCount(lept.L_PTRA pa,
int[] pcount) |
static int |
lept.ptraGetActualCount(lept.L_PTRA pa,
IntBuffer pcount) |
static int |
lept.ptraGetActualCount(lept.L_PTRA pa,
org.bytedeco.javacpp.IntPointer pcount) |
static int |
lept.ptraGetMaxIndex(lept.L_PTRA pa,
int[] pmaxindex) |
static int |
lept.ptraGetMaxIndex(lept.L_PTRA pa,
IntBuffer pmaxindex) |
static int |
lept.ptraGetMaxIndex(lept.L_PTRA pa,
org.bytedeco.javacpp.IntPointer pmaxindex) |
static org.bytedeco.javacpp.Pointer |
lept.ptraGetPtrToItem(lept.L_PTRA pa,
int index) |
static int |
lept.ptraInsert(lept.L_PTRA pa,
int index,
org.bytedeco.javacpp.Pointer item,
int shiftflag) |
static int |
lept.ptraJoin(lept.L_PTRA pa1,
lept.L_PTRA pa2) |
static org.bytedeco.javacpp.Pointer |
lept.ptraRemove(lept.L_PTRA pa,
int index,
int flag) |
static org.bytedeco.javacpp.Pointer |
lept.ptraRemoveLast(lept.L_PTRA pa) |
static org.bytedeco.javacpp.Pointer |
lept.ptraReplace(lept.L_PTRA pa,
int index,
org.bytedeco.javacpp.Pointer item,
int freeflag) |
static int |
lept.ptraReverse(lept.L_PTRA pa) |
static int |
lept.ptraSwap(lept.L_PTRA pa,
int index1,
int index2) |
Copyright © 2018. All rights reserved.