| 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_Border_Chars
Left and right border pair using ASCII and/or UTF characters.
|
interface |
TA_Border_Strings
Left and right border pair using strings with ASCII and/or UTF characters.
|
| Modifier and Type | Method and Description |
|---|---|
TA_Border |
TA_Frame.getBorder()
Returns the border for the frame.
|
| 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.