| Package | Description |
|---|---|
| com.mitchtalmadge.asciidata.table | |
| com.mitchtalmadge.asciidata.table.formats |
| Modifier and Type | Method and Description |
|---|---|
ASCIITable |
ASCIITable.withTableFormat(TableFormatAbstract tableFormat)
Changes the format of the table (how it will be displayed; which characters to use) to the provided format.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ASCIITableFormat
An ASCIITable Format using only ASCII characters.
|
class |
UTF8TableFormat
The default, UTF-8 based table format for
ASCIITable. |
Copyright © 2017. All rights reserved.