| Package | Description |
|---|---|
| de.vandermeer.asciithemes |
Themes for ASCII and UTF-8 elements: lines, corners, borders, frames, grids, lists.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
TA_Corner_Chars
Corner tuple using ASCII and/or UTF characters.
|
interface |
TA_Corner_Strings
Corner tuple using strings with ASCII and/or UTF characters.
|
| Modifier and Type | Method and Description |
|---|---|
TA_Corner |
TA_Frame.getCorner()
Returns the corner.
|
| Modifier and Type | Method and Description |
|---|---|
static TA_Frame |
TA_Frame.create(TA_Line line,
TA_Corner corner,
TA_Border border,
String description)
Creates a new frame theme using the same top/bottom lines.
|
static TA_Frame |
TA_Frame.create(TA_Line topline,
TA_Line bottomline,
TA_Corner corner,
TA_Border border,
String description)
Creates a new frame theme using different lines and the same top/bottom corners.
|
Copyright © 2016–2017. All rights reserved.