‹X› checked item ‹ › unchecked item
public abstract class U8_CheckedItems extends Object
Collection of TA_CheckedItem for UTF-8 characters.
| Constructor and Description |
|---|
U8_CheckedItems() |
| Modifier and Type | Method and Description |
|---|---|
static TA_CheckedItem |
ballotBox()
A checked item using
☑ and ☐. |
static TA_CheckedItem |
ballotBoxX()
A checked item using
☒ and ☐. |
static TA_CheckedItem |
ballotX_Heavy()
A checked item using
✘ and ` `. |
static TA_CheckedItem |
ballotX()
A checked item using
✗ and ` `. |
static TA_CheckedItem |
checkmark()
A checked item using
✓ and ` `. |
static TA_CheckedItem |
multiplication()
A checked item using
✕ and ` `. |
static TA_CheckedItem |
spaqmx()
A checked item using
‹x› and ‹ ›. |
static TA_CheckedItem |
spaqmX()
A checked item using
‹X› and ‹ ›. |
public static TA_CheckedItem spaqmX()
A checked item using ‹X› and ‹ ›.
‹X› checked item ‹ › unchecked item
public static TA_CheckedItem spaqmx()
A checked item using ‹x› and ‹ ›.
‹x› checked item ‹ › unchecked item
public static TA_CheckedItem multiplication()
A checked item using ✕ and ` `.
✕ checked item unchecked item
public static TA_CheckedItem checkmark()
A checked item using ✓ and ` `.
✓ checked item unchecked item
public static TA_CheckedItem ballotX_Heavy()
A checked item using ✘ and ` `.
✘ checked item unchecked item
public static TA_CheckedItem ballotX()
A checked item using ✗ and ` `.
✗ checked item unchecked item
public static TA_CheckedItem ballotBoxX()
A checked item using ☒ and ☐.
☒ checked item ☐ unchecked item
public static TA_CheckedItem ballotBox()
A checked item using ☑ and ☐.
☑ checked item ☐ unchecked item
Copyright © 2016–2017. All rights reserved.