Uses of Interface
de.sfuhrm.sudoku.GameMatrix
-
Uses of GameMatrix in de.sfuhrm.sudoku
Subinterfaces of GameMatrix in de.sfuhrm.sudokuMethods in de.sfuhrm.sudoku that return GameMatrixModifier and TypeMethodDescriptionstatic GameMatrixCreator.createFull()Creates a valid fully setup sudoku.static GameMatrixCreator.createFull(GameSchema schema) Creates a valid fully setup sudoku.static GameMatrixCreator.createVariant(GameMatrix fullyFilled) Creates a variant of a fully-filled game matrix.GameMatrixFactory.newGameMatrix()Creates a new 9x9 GameMatrix instance.GameMatrixFactory.newGameMatrix(GameSchema gameSchema) Creates a new GameMatrix instance.Methods in de.sfuhrm.sudoku that return types with arguments of type GameMatrixMethods in de.sfuhrm.sudoku with parameters of type GameMatrixModifier and TypeMethodDescriptionstatic RiddleCreator.createRiddle(GameMatrix fullMatrix) Creates a riddle setup sudoku.static RiddleCreator.createRiddle(GameMatrix fullMatrix, int maxNumbersToClear) Creates a riddle setup sudoku.static GameMatrixCreator.createVariant(GameMatrix fullyFilled) Creates a variant of a fully-filled game matrix.Constructors in de.sfuhrm.sudoku with parameters of type GameMatrix