public class LatexTableFormatter extends Object
| Constructor and Description |
|---|
LatexTableFormatter() |
| 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 |
getLineSeparator()
Gets the line separator String to use.
|
String |
getUnknownCellContentCharacter()
Gets the String to use for unknown/unset cells.
|
void |
setLineSeparator(String lineSeparator)
Sets the line separator String to use.
|
void |
setUnknownCellContentCharacter(String unknownCellContentCharacter)
Sets the String to use for unknown/unset cells.
|
public String format(GameMatrix matrix)
GameMatrixFormattermatrix - the matrix to format to String format.public String documentStart()
GameMatrixFormatterdocumentStart in interface GameMatrixFormatterpublic String documentEnd()
GameMatrixFormatterdocumentEnd in interface GameMatrixFormatterpublic final String getUnknownCellContentCharacter()
public final void setUnknownCellContentCharacter(String unknownCellContentCharacter)
public final String getLineSeparator()
public final void setLineSeparator(String lineSeparator)
Copyright © 2017. All rights reserved.