| Package | Description |
|---|---|
| com.mitchtalmadge.asciidata.table |
| Modifier and Type | Method and Description |
|---|---|
static ASCIITable |
ASCIITable.fromData(String[] headers,
String[][] data)
Creates a new table using the given headers and data.
|
ASCIITable |
ASCIITable.withTableFormat(TableFormatAbstract tableFormat)
Changes the format of the table (how it will be displayed; which characters to use) to the provided format.
|
Copyright © 2017. All rights reserved.