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 class
L_Sudoku.ByReference
static class
L_Sudoku.ByValue
Methods in net.sourceforge.lept4j that return L_Sudoku Modifier and Type Method Description static L_Sudoku
Leptonica1. sudokuCreate(java.nio.IntBuffer array)
Original signature :L_SUDOKU* sudokuCreate(l_int32*)
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)
Methods in net.sourceforge.lept4j with parameters of type L_Sudoku Modifier and Type Method Description static int
Leptonica1. sudokuOutput(L_Sudoku sud, int arraytype)
Original signature :l_int32 sudokuOutput(L_SUDOKU*, l_int32)
static int
Leptonica1. sudokuSolve(L_Sudoku sud)
Original signature :l_int32 sudokuSolve(L_SUDOKU*)