Package | Description |
---|---|
net.sourceforge.lept4j |
Modifier and Type | Class and Description |
---|---|
static class |
L_Sudoku.ByReference |
static class |
L_Sudoku.ByValue |
Modifier and Type | Method and Description |
---|---|
static L_Sudoku |
Leptonica1.sudokuCreate(java.nio.IntBuffer array)
Original signature :
L_SUDOKU* sudokuCreate(l_int32*) native declaration : allheaders.h:4840 |
static L_Sudoku |
Leptonica1.sudokuGenerate(java.nio.IntBuffer array,
int seed,
int minelems,
int maxtries)
Original signature :
L_SUDOKU* sudokuGenerate(l_int32*, l_int32, l_int32, l_int32) native declaration : allheaders.h:4848 |
Modifier and Type | Method and Description |
---|---|
static int |
Leptonica1.sudokuOutput(L_Sudoku sud,
int arraytype)
Original signature :
l_int32 sudokuOutput(L_SUDOKU*, l_int32) native declaration : allheaders.h:4850 |
static int |
Leptonica1.sudokuSolve(L_Sudoku sud)
Original signature :
l_int32 sudokuSolve(L_SUDOKU*) native declaration : allheaders.h:4844 |