public interface GameMatrixFormatter
| Modifier and Type | Method and Description |
|---|---|
String |
documentEnd()
Formats the document end part.
|
String |
documentStart()
Formats the document start part.
|
String |
format(GameMatrix matrix)
Formats the input game matrix to a text representation.
|
String format(GameMatrix matrix)
matrix - the matrix to format to String format.String documentStart()
String documentEnd()
Copyright © 2017. All rights reserved.