┌─────────────────┐ │Lorem ipsum dolor│ │Lorem ipsum dolor│ └─────────────────┘
public abstract class U8_Frames extends Object
Collection of TA_Frame for UTF-8 characters.
| Constructor and Description |
|---|
U8_Frames() |
| Modifier and Type | Method and Description |
|---|---|
static TA_Frame |
borderDouble()
A frame theme using double line characters.
|
static TA_Frame |
borderDoubleSingle()
A frame theme using double (vertical) and single (horizontal) line characters.
|
static TA_Frame |
borderHeavy()
A frame theme using heavy characters.
|
static TA_Frame |
borderLight()
A frame theme using light characters.
|
static TA_Frame |
borderLightRounded()
A frame theme using light (rounded corners) characters.
|
static TA_Frame |
borderSingleDouble()
A frame theme using single (vertical) and double (horizontal) line characters.
|
public static TA_Frame borderLight()
A frame theme using light characters.
┌─────────────────┐ │Lorem ipsum dolor│ │Lorem ipsum dolor│ └─────────────────┘
public static TA_Frame borderLightRounded()
A frame theme using light (rounded corners) characters.
╭─────────────────╮ │Lorem ipsum dolor│ │Lorem ipsum dolor│ ╰─────────────────╯
public static TA_Frame borderHeavy()
A frame theme using heavy characters.
┏━━━━━━━━━━━━━━━━━┓ ┃Lorem ipsum dolor┃ ┃Lorem ipsum dolor┃ ┗━━━━━━━━━━━━━━━━━┛
public static TA_Frame borderDouble()
A frame theme using double line characters.
╔═════════════════╗ ║Lorem ipsum dolor║ ║Lorem ipsum dolor║ ╚═════════════════╝
public static TA_Frame borderSingleDouble()
A frame theme using single (vertical) and double (horizontal) line characters.
╒═════════════════╕ │Lorem ipsum dolor│ │Lorem ipsum dolor│ ╘═════════════════╛
public static TA_Frame borderDoubleSingle()
A frame theme using double (vertical) and single (horizontal) line characters.
╓─────────────────╖ ║Lorem ipsum dolor║ ║Lorem ipsum dolor║ ╙─────────────────╜
Copyright © 2016–2017. All rights reserved.