| 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.u8 |
Themes for UTF-8 elements.
|
| Modifier and Type | Method and Description |
|---|---|
static TA_CheckedItem |
TA_CheckedItem.create(Character checked,
Character unchecked,
String description)
Creates a new checked item.
|
static TA_CheckedItem |
TA_CheckedItem.create(String checked,
String unchecked,
String description)
Creates a new checked item.
|
| Modifier and Type | Method and Description |
|---|---|
static TA_Checklist |
TA_Checklist.create(String description,
TA_CheckedItem... items)
Creates a new checklist list with levels.
|
static TA_Checklist |
TA_Checklist.create(TA_CheckedItem item,
String description)
Creates a new checklist with unlimited levels.
|
| Modifier and Type | Method and Description |
|---|---|
static TA_CheckedItem |
A7_CheckedItems.brx()
A checked item using
(x) and ( ). |
static TA_CheckedItem |
A7_CheckedItems.brX()
A checked item using
(X) and ( ). |
static TA_CheckedItem |
A7_CheckedItems.cbrx()
A checked item using
{x} and { }. |
static TA_CheckedItem |
A7_CheckedItems.cbrX()
A checked item using
{X} and { }. |
static TA_CheckedItem |
A7_CheckedItems.gtltx()
A checked item using
<x> and < >. |
static TA_CheckedItem |
A7_CheckedItems.gtltX()
A checked item using
<X> and < >. |
static TA_CheckedItem |
A7_CheckedItems.sbrx()
A checked item using
[x] and [ ]. |
static TA_CheckedItem |
A7_CheckedItems.sbrX()
A checked item using
[X] and [ ]. |
| Modifier and Type | Method and Description |
|---|---|
static TA_CheckedItem |
U8_CheckedItems.ballotBox()
A checked item using
☑ and ☐. |
static TA_CheckedItem |
U8_CheckedItems.ballotBoxX()
A checked item using
☒ and ☐. |
static TA_CheckedItem |
U8_CheckedItems.ballotX_Heavy()
A checked item using
✘ and ` `. |
static TA_CheckedItem |
U8_CheckedItems.ballotX()
A checked item using
✗ and ` `. |
static TA_CheckedItem |
U8_CheckedItems.checkmark()
A checked item using
✓ and ` `. |
static TA_CheckedItem |
U8_CheckedItems.multiplication()
A checked item using
✕ and ` `. |
static TA_CheckedItem |
U8_CheckedItems.spaqmx()
A checked item using
‹x› and ‹ ›. |
static TA_CheckedItem |
U8_CheckedItems.spaqmX()
A checked item using
‹X› and ‹ ›. |
Copyright © 2016–2017. All rights reserved.