| 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_Line_Char
A line using ASCII and/or UTF characters.
|
interface |
TA_Line_SplitChar
A split line (left and right side using different characters) using ASCII and/or UTF characters.
|
interface |
TA_Line_String
A line using strings with ASCII and/or UTF characters.
|
| Modifier and Type | Method and Description |
|---|---|
TA_Line |
TA_Frame.getBottomline()
Returns the bottom line of the theme.
|
TA_Line |
TA_Frame.getTopline()
Returns the top line of the theme.
|
| 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.