Uses of Interface
de.sfuhrm.sudoku.GameSchema
-
Uses of GameSchema in de.sfuhrm.sudoku
Fields in de.sfuhrm.sudoku declared as GameSchemaModifier and TypeFieldDescriptionstatic final GameSchemaGameSchemas.SCHEMA_16X16Game schema for 16x16 sudokus, block width is 4 cells.static final GameSchemaGameSchemas.SCHEMA_25X25Game schema for 25x25 sudokus, block width is 5 cells.static final GameSchemaGameSchemas.SCHEMA_4X4Game schema for 4x4 sudokus, block width is 2 cells.static final GameSchemaGameSchemas.SCHEMA_9X9Game schema for 9x9 sudokus, block width is 3 cells.Methods in de.sfuhrm.sudoku that return GameSchemaModifier and TypeMethodDescriptionGameMatrix.getSchema()Get the game schema that defines the dimensions of this matrix.Methods in de.sfuhrm.sudoku that return types with arguments of type GameSchemaModifier and TypeMethodDescriptionstatic List<GameSchema>GameSchemas.getSupportedGameSchemas()Get the list of supported game schema definitions.Methods in de.sfuhrm.sudoku with parameters of type GameSchemaModifier and TypeMethodDescriptionstatic GameMatrixCreator.createFull(GameSchema schema) Creates a valid fully setup sudoku.GameMatrixFactory.newGameMatrix(GameSchema gameSchema) Creates a new GameMatrix instance.GameMatrixFactory.newRiddle(GameSchema gameSchema) Creates a new Riddle instance.static byte[][]QuadraticArrays.parse(GameSchema gameSchema, String... rows) Parses a string based field descriptor.