Package de.sfuhrm.sudoku.output
Sudoku output / formatting classes.
- Author:
- Stephan Fuhrmann
-
Interface Summary Interface Description GameMatrixFormatter Formats the game matrix to a text representation. -
Class Summary Class Description JsonArrayFormatter Formats the game matrices to a 3-dimensional JSON array.LatexTableFormatter Formats the game matrix to a LaTeX document.MarkdownTableFormatter Formats the game matrix to a markdown table.PlainTextFormatter Formats the game matrix to a plain text.