| Package | Description |
|---|---|
| de.vandermeer.asciithemes |
Themes for ASCII and UTF-8 elements: lines, corners, borders, frames, grids, lists.
|
| Modifier and Type | Method and Description |
|---|---|
static TA_GridThemes |
TA_GridThemes.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TA_GridThemes[] |
TA_GridThemes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
default ArrayList<StrBuilder> |
TA_Grid.addGrid(Collection<Object> content,
TA_GridThemes theme)
Changes the input list by adding a grid.
|
default ArrayList<StrBuilder> |
TA_Grid.addGrid(Collection<Object> content,
TA_GridThemes theme,
TA_GridThemeOptions options)
Changes the input list by adding a grid.
|
Copyright © 2016–2017. All rights reserved.