+-----------------+ |Lorem ipsum dolor| |Lorem ipsum dolor| +-----------------+
public abstract class A7_Frames extends Object
Collection of TA_Frame for different ASCII characters.
| Constructor and Description |
|---|
A7_Frames() |
| Modifier and Type | Method and Description |
|---|---|
static TA_Frame |
minusBarPlus()
A frame using
- for lines, | for borders and + for corners. |
static TA_Frame |
split_backSlashSlash()
A frame using a split line, borders, and corners with backslash/slash characters
\\ and \. |
static TA_Frame |
split_blbr()
A frame using a split line, borders, and corners with bl/br characters
( and ). |
static TA_Frame |
split_brbl()
A frame using a split line, borders, and corners with br/bl characters
) and (. |
static TA_Frame |
split_cblcbr()
A frame using a split line, borders, and corners with cbl/cbr characters
{ and }. |
static TA_Frame |
split_cbrcbl()
A frame using a split line, borders, and corners with cbr/cbl characters
} and {. |
static TA_Frame |
split_gtlt()
A frame using a split line, borders, and corners with gt/lt characters
> and <. |
static TA_Frame |
split_ltgt()
A frame using a split line, borders, and corners with gt/lt characters
< and >. |
static TA_Frame |
split_sblsbr()
A frame using a split line, borders, and corners with sbl/sbr characters
[ and ]. |
static TA_Frame |
split_sbrsbl()
A frame using a split line, borders, and corners with sbr/sbl characters
] and [. |
static TA_Frame |
split_slashbackSlash()
A frame using a split line, borders, and corners with slash/backslash characters
/ and \\. |
public static TA_Frame minusBarPlus()
A frame using - for lines, | for borders and + for corners.
+-----------------+ |Lorem ipsum dolor| |Lorem ipsum dolor| +-----------------+
public static TA_Frame split_gtlt()
A frame using a split line, borders, and corners with gt/lt characters > and <.
>>>>>>>>><<<<<<<<<< >Lorem ipsum dolor< >Lorem ipsum dolor< >>>>>>>>><<<<<<<<<<
public static TA_Frame split_ltgt()
A frame using a split line, borders, and corners with gt/lt characters < and >.
<<<<<<<<<>>>>>>>>>> <Lorem ipsum dolor> <Lorem ipsum dolor> <<<<<<<<<>>>>>>>>>>
public static TA_Frame split_blbr()
A frame using a split line, borders, and corners with bl/br characters ( and ).
((((((((()))))))))) (Lorem ipsum dolor) (Lorem ipsum dolor) ((((((((())))))))))
public static TA_Frame split_brbl()
A frame using a split line, borders, and corners with br/bl characters ) and (.
)))))))))(((((((((( )Lorem ipsum dolor( )Lorem ipsum dolor( )))))))))((((((((((
public static TA_Frame split_sblsbr()
A frame using a split line, borders, and corners with sbl/sbr characters [ and ].
[[[[[[[[[]]]]]]]]]] [Lorem ipsum dolor] [Lorem ipsum dolor] [[[[[[[[[]]]]]]]]]]
public static TA_Frame split_sbrsbl()
A frame using a split line, borders, and corners with sbr/sbl characters ] and [.
]]]]]]]]][[[[[[[[[[ ]Lorem ipsum dolor[ ]Lorem ipsum dolor[ ]]]]]]]]][[[[[[[[[[
public static TA_Frame split_cblcbr()
A frame using a split line, borders, and corners with cbl/cbr characters { and }.
{{{{{{{{{}}}}}}}}}}
{Lorem ipsum dolor}
{Lorem ipsum dolor}
{{{{{{{{{}}}}}}}}}}
public static TA_Frame split_cbrcbl()
A frame using a split line, borders, and corners with cbr/cbl characters } and {.
}}}}}}}}}{{{{{{{{{{
}Lorem ipsum dolor{
}Lorem ipsum dolor{
}}}}}}}}}{{{{{{{{{{
public static TA_Frame split_slashbackSlash()
A frame using a split line, borders, and corners with slash/backslash characters / and \\.
/////////\\\\\\\\\\\\\\\\\\\\ /Lorem ipsum dolor\\ /Lorem ipsum dolor\\ /////////\\\\\\\\\\\\\\\\\\\\
public static TA_Frame split_backSlashSlash()
A frame using a split line, borders, and corners with backslash/slash characters \\ and \.
\\\\\\\\\\\\\\\\\\////////// \\Lorem ipsum dolor/ \\Lorem ipsum dolor/ \\\\\\\\\\\\\\\\\\//////////
Copyright © 2016–2017. All rights reserved.