Uses of Class
net.sourceforge.lept4j.L_Sudoku
Packages that use L_Sudoku
-
Uses of L_Sudoku in net.sourceforge.lept4j
Subclasses of L_Sudoku in net.sourceforge.lept4jMethods in net.sourceforge.lept4j that return L_SudokuModifier and TypeMethodDescriptionstatic L_SudokuLeptonica1.sudokuCreate(IntBuffer array)Original signature :L_SUDOKU* sudokuCreate(l_int32*)static L_SudokuLeptonica1.sudokuGenerate(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_SudokuModifier and TypeMethodDescriptionstatic 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*)