|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| IASCIITable | Interface specifying ASCII table APIs. |
| IASCIITableAware | An ASCII table interface for extracting the header, data and formatted cell data. |
| Class Summary | |
|---|---|
| ASCIITable | The entry point to this framework which acts as a singleton. |
| ASCIITableHeader | Represents ASCII table header. |
| SimpleASCIITableImpl | This implementation builds the header and data rows by considering each column one by one in the format of 'FFFF...' (border format). |
Ascii table package contains utilities to display nice formatted ascii table. The code is imported from: http://bethecoder.com/open-source/ascii-art/btc-ascii-table-1.0.html The original code is distributed under Apache Licence.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||