Uses of Interface
de.sfuhrm.sudoku.output.GameMatrixFormatter
-
Packages that use GameMatrixFormatter Package Description de.sfuhrm.sudoku.output Sudoku output / formatting classes. -
-
Uses of GameMatrixFormatter in de.sfuhrm.sudoku.output
Classes in de.sfuhrm.sudoku.output that implement GameMatrixFormatter Modifier and Type Class Description classJsonArrayFormatterFormats the game matrices to a 3-dimensional JSON array.classLatexTableFormatterFormats the game matrix to a LaTeX document.classMarkdownTableFormatterFormats the game matrix to a markdown table.classPlainTextFormatterFormats the game matrix to a plain text.
-