Package | Description |
---|---|
net.sourceforge.lept4j |
Modifier and Type | Class and Description |
---|---|
static class |
L_Ptraa.ByReference |
static class |
L_Ptraa.ByValue |
Modifier and Type | Method and Description |
---|---|
static L_Ptraa |
Leptonica1.ptraaCreate(int n)
Original signature :
L_PTRAA* ptraaCreate(l_int32) native declaration : allheaders.h:3952 |
Modifier and Type | Method and Description |
---|---|
static L_Ptra |
Leptonica1.ptraaFlattenToPtra(L_Ptraa paa)
Original signature :
L_PTRA* ptraaFlattenToPtra(L_PTRAA*) native declaration : allheaders.h:3962 |
static L_Ptra |
Leptonica1.ptraaGetPtra(L_Ptraa paa,
int index,
int accessflag)
Original signature :
L_PTRA* ptraaGetPtra(L_PTRAA*, l_int32, l_int32) native declaration : allheaders.h:3960 |
static int |
Leptonica1.ptraaGetSize(L_Ptraa paa,
java.nio.IntBuffer psize)
Original signature :
l_int32 ptraaGetSize(L_PTRAA*, l_int32*) native declaration : allheaders.h:3956 |
static int |
Leptonica1.ptraaInsertPtra(L_Ptraa paa,
int index,
L_Ptra pa)
Original signature :
l_int32 ptraaInsertPtra(L_PTRAA*, l_int32, L_PTRA*) native declaration : allheaders.h:3958 |