Uses of Class
net.sourceforge.lept4j.L_Sudoku
| Package | Description |
|---|---|
| net.sourceforge.lept4j |
-
Uses of L_Sudoku in net.sourceforge.lept4j
Subclasses of L_Sudoku in net.sourceforge.lept4j Modifier and Type Class Description static classL_Sudoku.ByReferencestatic classL_Sudoku.ByValueMethods in net.sourceforge.lept4j that return L_Sudoku Modifier and Type Method Description static L_SudokuLeptonica1. sudokuCreate(java.nio.IntBuffer array)Original signature :L_SUDOKU* sudokuCreate(l_int32*)static L_SudokuLeptonica1. sudokuGenerate(java.nio.IntBuffer array, int seed, int minelems, int maxtries)Original signature :L_SUDOKU* sudokuGenerate(l_int32*, l_int32, l_int32, l_int32)Methods in net.sourceforge.lept4j with parameters of type L_Sudoku Modifier and Type Method Description static intLeptonica1. sudokuOutput(L_Sudoku sud, int arraytype)Original signature :l_int32 sudokuOutput(L_SUDOKU*, l_int32)static intLeptonica1. sudokuSolve(L_Sudoku sud)Original signature :l_int32 sudokuSolve(L_SUDOKU*)