| Package | Description |
|---|---|
| de.vandermeer.asciithemes |
Themes for ASCII and UTF-8 elements: lines, corners, borders, frames, grids, lists.
|
| de.vandermeer.asciithemes.a7 |
Themes for ASCII 7-bit elements.
|
| de.vandermeer.asciithemes.a8 |
Themes for extended ASCII elements.
|
| de.vandermeer.asciithemes.u8 |
Themes for UTF-8 elements.
|
| Modifier and Type | Method and Description |
|---|---|
default TA_Grid |
TA_Grid.addBottomRuleCharacterMap(int ruleset,
char none,
char horizontal,
char bottomleft,
char bottomright,
char midup)
Adds a new character map for a bottom rule using the given rule set indicator for normal, light, etc.
|
default TA_Grid |
TA_Grid.addCharacterMap(int ruleset,
char none,
char vertical,
char midleft,
char midright)
Adds a new character map for a content row using the given rule set indicator for normal, light, etc.
|
default TA_Grid |
TA_Grid.addCharacterMap(int ruleset,
char none,
char horizontal,
char vertical,
char topleft,
char topright,
char bottomleft,
char bottomright,
char midleft,
char midright,
char midboth,
char middown,
char midup)
Adds a new character map for a given rule set.
|
default TA_Grid |
TA_Grid.addMidruleCharacterMap(int ruleset,
char none,
char vertical,
char midleft,
char midright,
char midboth,
char middown,
char midup)
Adds a new character map for a mid rule using the given rule set indicator for normal, light, etc.
|
default TA_Grid |
TA_Grid.addTopruleCharacterMap(int ruleset,
char none,
char horizontal,
char topleft,
char topright,
char middown)
Adds a new character map for a top rule using the given rule set indicator for normal, light, etc.
|
static TA_Grid |
TA_Grid.create(String description)
Creates a new empty (no character map loaded) grid object.
|
| Modifier and Type | Method and Description |
|---|---|
static TA_Grid |
A7_Grids.minusBarPlus()
A grid using
- for lines, | for borders and + for corners. |
static TA_Grid |
A7_Grids.minusBarPlusEquals()
A grid using
- for lines, | for borders and + for corners plus = for strong lines. |
| Modifier and Type | Method and Description |
|---|---|
static TA_Grid |
A8_Grids.lineDobuleTripple()
A grid using normal, strong, and heavy extended ASCII characters for lines only (LaTeX style table).
|
static TA_Grid |
A8_Grids.lineDoubleBlocks()
A grid using normal, strong, and heavy extended ASCII characters for lines only (LaTeX style table).
|
| Modifier and Type | Method and Description |
|---|---|
static TA_Grid |
U8_Grids.borderDouble()
A grid using UTF-8 double border characters.
|
static TA_Grid |
U8_Grids.borderDoubleLight()
A grid using UTF-8 double characters horizontally and light border characters vertically.
|
static TA_Grid |
U8_Grids.borderheavy()
A grid using UTF-8 light border characters.
|
static TA_Grid |
U8_Grids.borderLight()
A grid using UTF-8 light border characters.
|
static TA_Grid |
U8_Grids.borderLightDouble()
A grid using UTF-8 light characters horizontally and double border characters vertically.
|
static TA_Grid |
U8_Grids.borderStrongDoubleLight()
A grid combining UTF-8 light characters (normal rule) with double line characters (strong rule).
|
Copyright © 2016–2017. All rights reserved.