| 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 |
|---|---|
static TA_Frame |
TA_Frame.create(TA_Line line,
TA_Corner corner,
TA_Border border,
String description)
Creates a new frame theme using the same top/bottom lines.
|
static TA_Frame |
TA_Frame.create(TA_Line topline,
TA_Line bottomline,
TA_Corner corner,
TA_Border border,
String description)
Creates a new frame theme using different lines and the same top/bottom corners.
|
| Modifier and Type | Method and Description |
|---|---|
static TA_Frame |
A7_Frames_SameChar.ampersand()
A frame using the ampersand character
&. |
static TA_Frame |
A7_Frames_SameChar.apostrophe()
A frame using the apostrophe character
'. |
static TA_Frame |
A7_Frames_SameChar.at()
A frame using the at character
@. |
static TA_Frame |
A7_Frames_SameChar.backslash()
A frame using the backslash character
\\. |
static TA_Frame |
A7_Frames_SameChar.bar()
A frame using the bar character
|. |
static TA_Frame |
A7_Frames_Doc.bash()
A frame for bash style comments.
|
static TA_Frame |
A7_Frames_Doc.bashStart2Hash()
A frame for bash style comments with a double hashmark start.
|
static TA_Frame |
A7_Frames_Doc.bashStart2HashTB()
A frame for bash style comments with a double hashmark start and top/bottom line.
|
static TA_Frame |
A7_Frames_Doc.bashTB()
A frame for bash style comments with top/bottom lines.
|
static TA_Frame |
A7_Frames_SameChar.bl()
A frame using the (round) bracket left character
(. |
static TA_Frame |
A7_Frames_SameChar.blank()
A frame using the blank character ` `.
|
static TA_Frame |
A7_Frames_SameChar.br()
A frame using the (round) bracket right character
). |
static TA_Frame |
A7_Frames_SameChar.cbl()
A frame using the curly bracket left character
{. |
static TA_Frame |
A7_Frames_SameChar.cbr()
A frame using the curly bracket right character
}. |
static TA_Frame |
A7_Frames_SameChar.circumflex()
A frame using the circumflex character
^. |
static TA_Frame |
A7_Frames_SameChar.colon()
A frame using the colon character
:. |
static TA_Frame |
A7_Frames_SameChar.comma()
A frame using the comma character
,. |
static TA_Frame |
A7_Frames_SameChar.dollar()
A frame using the dollar character
$. |
static TA_Frame |
A7_Frames_SameChar.dot()
A frame using the dot character
.. |
static TA_Frame |
A7_Frames_SameChar.equals()
A frame using the equals character
=. |
static TA_Frame |
A7_Frames_SameChar.exclamationMark()
A frame using the exclamation mark character
!. |
static TA_Frame |
A7_Frames_SameChar.graveAccent()
A frame using the grave accent character
\`. |
static TA_Frame |
A7_Frames_SameChar.greaterThan()
A frame using the greater than character
>. |
static TA_Frame |
A7_Frames_SameChar.hashmark()
A frame using the hashmark character
#. |
static TA_Frame |
A7_Frames_Doc.html()
A frame for HTML style comments.
|
static TA_Frame |
A7_Frames_Doc.htmlTB()
A frame for HTML style comments with top/bottom line.
|
static TA_Frame |
A7_Frames_Doc.latex()
A frame for LaTeX style comments.
|
static TA_Frame |
A7_Frames_Doc.latexStart2Percent()
A frame for LaTeX style comments with a double percent start.
|
static TA_Frame |
A7_Frames_Doc.latexStart2PercentTB()
A frame for LaTeX style comments with a double percent start and top/bottom line.
|
static TA_Frame |
A7_Frames_Doc.latexTB()
A frame for LaTeX style comments with top/bottom lines.
|
static TA_Frame |
A7_Frames_SameChar.lessThan()
A frame using the less than character
<. |
static TA_Frame |
A7_Frames_SameChar.minus()
A frame using the minus character
-. |
static TA_Frame |
A7_Frames.minusBarPlus()
A frame using
- for lines, | for borders and + for corners. |
static TA_Frame |
A7_Frames_Doc.multiLine()
A frame for multi-line Java/C++ style comments using
/ and *. |
static TA_Frame |
A7_Frames_Doc.multiLineJavaDoc()
A frame for Javadoc style multi-line comments using
/ and *. |
static TA_Frame |
A7_Frames_SameChar.percent()
A frame using the percent character
%. |
static TA_Frame |
A7_Frames_SameChar.plus()
A frame using the plus character
+. |
static TA_Frame |
A7_Frames_SameChar.questionMark()
A frame using the question mark character
?. |
static TA_Frame |
A7_Frames_SameChar.quotationMark()
A frame using the quotation mark character
". |
static TA_Frame |
A7_Frames_SameChar.sbl()
A frame using the square bracket left character
[. |
static TA_Frame |
A7_Frames_SameChar.sbr()
A frame using the square bracket right character
]. |
static TA_Frame |
A7_Frames_SameChar.semicolon()
A frame using the semicolon character
;. |
static TA_Frame |
A7_Frames_Doc.singleLine()
A frame for single-line Java/C++ style comments using
//. |
static TA_Frame |
A7_Frames_SameChar.slash()
A frame using the slash character
/. |
static TA_Frame |
A7_Frames.split_backSlashSlash()
A frame using a split line, borders, and corners with backslash/slash characters
\\ and \. |
static TA_Frame |
A7_Frames.split_blbr()
A frame using a split line, borders, and corners with bl/br characters
( and ). |
static TA_Frame |
A7_Frames.split_brbl()
A frame using a split line, borders, and corners with br/bl characters
) and (. |
static TA_Frame |
A7_Frames.split_cblcbr()
A frame using a split line, borders, and corners with cbl/cbr characters
{ and }. |
static TA_Frame |
A7_Frames.split_cbrcbl()
A frame using a split line, borders, and corners with cbr/cbl characters
} and {. |
static TA_Frame |
A7_Frames.split_gtlt()
A frame using a split line, borders, and corners with gt/lt characters
> and <. |
static TA_Frame |
A7_Frames.split_ltgt()
A frame using a split line, borders, and corners with gt/lt characters
< and >. |
static TA_Frame |
A7_Frames.split_sblsbr()
A frame using a split line, borders, and corners with sbl/sbr characters
[ and ]. |
static TA_Frame |
A7_Frames.split_sbrsbl()
A frame using a split line, borders, and corners with sbr/sbl characters
] and [. |
static TA_Frame |
A7_Frames.split_slashbackSlash()
A frame using a split line, borders, and corners with slash/backslash characters
/ and \\. |
static TA_Frame |
A7_Frames_SameChar.star()
A frame using the star character
*. |
static TA_Frame |
A7_Frames_SameChar.tilde()
A frame using the tilde character
~. |
static TA_Frame |
A7_Frames_SameChar.underscore()
A frame using the underscore character
_. |
| Modifier and Type | Method and Description |
|---|---|
static TA_Frame |
A8_Frames_SameChar.acuteAccent()
A frame using the acute accent character
´. |
static TA_Frame |
A8_Frames_SameChar.almostEqual()
A frame using the almost equal character
≈. |
static TA_Frame |
A8_Frames_SameChar.blackSquare()
A frame using the black square character
■. |
static TA_Frame |
A8_Frames.box1Line()
A frame using the using box 1-line characters
+. |
static TA_Frame |
A8_Frames.box2Lines()
A frame using the box 2-lines character characters
+. |
static TA_Frame |
A8_Frames_SameChar.brokenPipe()
A frame using the broken pipe character
¦. |
static TA_Frame |
A8_Frames_SameChar.bullet()
A frame using the bullet character
•. |
static TA_Frame |
A8_Frames_SameChar.cedilla()
A frame using the cedilla character
¸. |
static TA_Frame |
A8_Frames_SameChar.congruence()
A frame using the congruence character
≡. |
static TA_Frame |
A8_Frames_SameChar.copyright()
A frame using the copyright character
©. |
static TA_Frame |
A8_Frames_SameChar.currency()
A frame using the currency character
¤. |
static TA_Frame |
A8_Frames_SameChar.dagger()
A frame using the dagger character
†. |
static TA_Frame |
A8_Frames_SameChar.degree()
A frame using the degree character
°. |
static TA_Frame |
A8_Frames_SameChar.diaeresis()
A frame using the diaeresis character
¨. |
static TA_Frame |
A8_Frames_SameChar.division()
A frame using the division character
÷. |
static TA_Frame |
A8_Frames_SameChar.doubleDagger()
A frame using the double dagger character
‡. |
static TA_Frame |
A8_Frames_SameChar.emdash()
A frame using the em dash character
—. |
static TA_Frame |
A8_Frames_SameChar.endash()
A frame using the en dash character
–. |
static TA_Frame |
A8_Frames_SameChar.fullBlock()
A frame using the full block character
█. |
static TA_Frame |
A8_Frames_SameChar.highDensityDotted()
A frame using the high density dotted character
▓. |
static TA_Frame |
A8_Frames_SameChar.horizontalEllipsis()
A frame using the horizontal ellipsis character
…. |
static TA_Frame |
A8_Frames_SameChar.infinity()
A frame using the infinity character
∞. |
static TA_Frame |
A8_Frames_SameChar.invertedExclamationMark()
A frame using the inverted exclamation mark character
¡. |
static TA_Frame |
A8_Frames_SameChar.invertedQuestionMark()
A frame using the inverted question mark character
¿. |
static TA_Frame |
A8_Frames_SameChar.ldaq()
A frame using the left double angle quotes character
«. |
static TA_Frame |
A8_Frames_SameChar.ldqm()
A frame using the left double quotation mark character
“. |
static TA_Frame |
A8_Frames_SameChar.leftHalfBlock()
A frame using the left half block character
▌. |
static TA_Frame |
A8_Frames_SameChar.lowDensityDotted()
A frame using the low density dotted character
░. |
static TA_Frame |
A8_Frames_SameChar.lowerHalfBlock()
A frame using the lower half block character
▄. |
static TA_Frame |
A8_Frames_SameChar.lsqm()
A frame using the left single quotation mark character
‘. |
static TA_Frame |
A8_Frames_SameChar.macron()
A frame using the macron character
¯. |
static TA_Frame |
A8_Frames_SameChar.masculineOrdinalIndicator()
A frame using the masculine ordinal indicator character
º. |
static TA_Frame |
A8_Frames_SameChar.mediumDensityDotted()
A frame using the medium density dotted character
▒. |
static TA_Frame |
A8_Frames_SameChar.middleDot()
A frame using the middle dot character
·. |
static TA_Frame |
A8_Frames_SameChar.not()
A frame using the not character
¬. |
static TA_Frame |
A8_Frames_SameChar.paragraph()
A frame using the paragraph character
¶. |
static TA_Frame |
A8_Frames_SameChar.permille()
A frame using the permille character
‰. |
static TA_Frame |
A8_Frames_SameChar.plusminus()
A frame using the plusminus character
±. |
static TA_Frame |
A8_Frames_SameChar.rdaq()
A frame using the right double angle quotes character
». |
static TA_Frame |
A8_Frames_SameChar.rdqm()
A frame using the right double quotation mark character
”. |
static TA_Frame |
A8_Frames_SameChar.registeredTradeMark()
A frame using the registered trade mark character
®. |
static TA_Frame |
A8_Frames_SameChar.rightHalfBlock()
A frame using the right half block character
▐. |
static TA_Frame |
A8_Frames_SameChar.rsqm()
A frame using the right single quotation mark character
’. |
static TA_Frame |
A8_Frames_SameChar.section()
A frame using the section character
§. |
static TA_Frame |
A8_Frames_SameChar.slpaqm()
A frame using the single left-pointing angle quotation mark character
‹. |
static TA_Frame |
A8_Frames_SameChar.softHyphen()
A frame using the soft hyphen character
. |
static TA_Frame |
A8_Frames_SameChar.srpaqm()
A frame using the single right-pointing angle quotation mark character
›. |
static TA_Frame |
A8_Frames_SameChar.times()
A frame using the times character
×. |
static TA_Frame |
A8_Frames_SameChar.upperHalfBlock()
A frame using the upper half block character
▀. |
| Modifier and Type | Method and Description |
|---|---|
static TA_Frame |
U8_Frames.borderDouble()
A frame theme using double line characters.
|
static TA_Frame |
U8_Frames.borderDoubleSingle()
A frame theme using double (vertical) and single (horizontal) line characters.
|
static TA_Frame |
U8_Frames.borderHeavy()
A frame theme using heavy characters.
|
static TA_Frame |
U8_Frames.borderLight()
A frame theme using light characters.
|
static TA_Frame |
U8_Frames.borderLightRounded()
A frame theme using light (rounded corners) characters.
|
static TA_Frame |
U8_Frames.borderSingleDouble()
A frame theme using single (vertical) and double (horizontal) line characters.
|
Copyright © 2016–2017. All rights reserved.