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(IntBuffer array)
Original signature :
L_SUDOKU* sudokuCreate(l_int32*) native declaration : allheaders.h:5012 |
static L_Sudoku |
Leptonica1.sudokuGenerate(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:5020 |
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:5022 |
static int |
Leptonica1.sudokuSolve(L_Sudoku sud)
Original signature :
l_int32 sudokuSolve(L_SUDOKU*) native declaration : allheaders.h:5016 |
Copyright © 2017. All Rights Reserved.