&&&&&&&&&&
public abstract class A7_Lines_SameChar extends Object
Collection of TA_Line_Char for ASCII characters.
| Constructor and Description |
|---|
A7_Lines_SameChar() |
| Modifier and Type | Method and Description |
|---|---|
static TA_Line_Char |
ampersand()
A line using the ampersand character
&. |
static TA_Line_Char |
apostrophe()
A line using the apostrophe character
\'. |
static TA_Line_Char |
at()
A line using the at character
@. |
static TA_Line_Char |
backslash()
A line using the backslash character
\\. |
static TA_Line_Char |
bar()
A line using the bar character
|. |
static TA_Line_Char |
bl()
A line using the (round) bracket left character
(. |
static TA_Line_Char |
blank()
A line using the blank character ` `.
|
static TA_Line_Char |
br()
A line using the (round) bracket right character
). |
static TA_Line_Char |
cbl()
A line using the curly bracket left character
{. |
static TA_Line_Char |
cbr()
A line using the curly bracket right character
}. |
static TA_Line_Char |
circumflex()
A line using the circumflex character
^. |
static TA_Line_Char |
colon()
A line using the colon character
:. |
static TA_Line_Char |
comma()
A line using the comma character
,. |
static TA_Line_Char |
dollar()
A line using the dollar character
$. |
static TA_Line_Char |
dot()
A line using the dot character
.. |
static TA_Line_Char |
equals()
A line using the equals character
=. |
static TA_Line_Char |
exclamationMark()
A line using the exclamation mark character
!. |
static TA_Line_Char |
graveAccent()
A line using the grave accent character
\\`. |
static TA_Line_Char |
greaterThan()
A line using the greater than character
;>. |
static TA_Line_Char |
hashmark()
A line using the hashmark character
#. |
static TA_Line_Char |
lessThan()
A line using the less than character
<. |
static TA_Line_Char |
minus()
A line using the minus character
-. |
static TA_Line_Char |
percent()
A line using the percent character
%. |
static TA_Line_Char |
plus()
A line using the plus character
+. |
static TA_Line_Char |
questionMark()
A line using the question mark character
?. |
static TA_Line_Char |
quotationMark()
A line using the quotation mark character
". |
static TA_Line_Char |
sbl()
A line using the square bracket left character
[. |
static TA_Line_Char |
sbr()
A line using the square bracket right character
]. |
static TA_Line_Char |
semicolon()
A line using the semicolon character
;. |
static TA_Line_Char |
slash()
A line using the slash character
/. |
static TA_Line_Char |
star()
A line using the star character
*. |
static TA_Line_Char |
tilde()
A line using the tilde character
~. |
static TA_Line_Char |
underscore()
A line using the underscore character
_. |
public static TA_Line_Char ampersand()
A line using the ampersand character &.
&&&&&&&&&&
public static TA_Line_Char apostrophe()
A line using the apostrophe character \'.
''''''''''
public static TA_Line_Char at()
A line using the at character @.
@@@@@@@@@@
public static TA_Line_Char backslash()
A line using the backslash character \\.
\\\\\\\\\\\\\\\\\\\\
public static TA_Line_Char bar()
A line using the bar character |.
||||||||||
public static TA_Line_Char bl()
A line using the (round) bracket left character (.
((((((((((
public static TA_Line_Char blank()
A line using the blank character ` `.
public static TA_Line_Char br()
A line using the (round) bracket right character ).
))))))))))
public static TA_Line_Char cbl()
A line using the curly bracket left character {.
{{{{{{{{{{
public static TA_Line_Char cbr()
A line using the curly bracket right character }.
}}}}}}}}}}
public static TA_Line_Char circumflex()
A line using the circumflex character ^.
^^^^^^^^^^
public static TA_Line_Char colon()
A line using the colon character :.
::::::::::
public static TA_Line_Char comma()
A line using the comma character ,.
,,,,,,,,,,
public static TA_Line_Char dollar()
A line using the dollar character $.
$$$$$$$$$$
public static TA_Line_Char dot()
A line using the dot character ..
..........
public static TA_Line_Char equals()
A line using the equals character =.
==========
public static TA_Line_Char exclamationMark()
A line using the exclamation mark character !.
!!!!!!!!!!
public static TA_Line_Char graveAccent()
A line using the grave accent character \\`.
``````````
public static TA_Line_Char greaterThan()
A line using the greater than character ;>.
>>>>>>>>>>
public static TA_Line_Char hashmark()
A line using the hashmark character #.
##########
public static TA_Line_Char lessThan()
A line using the less than character <.
<<<<<<<<<<
public static TA_Line_Char minus()
A line using the minus character -.
----------
public static TA_Line_Char percent()
A line using the percent character %.
%%%%%%%%%%
public static TA_Line_Char plus()
A line using the plus character +.
++++++++++
public static TA_Line_Char questionMark()
A line using the question mark character ?.
??????????
public static TA_Line_Char quotationMark()
A line using the quotation mark character ".
""""""""""
public static TA_Line_Char sbl()
A line using the square bracket left character [.
[[[[[[[[[[
public static TA_Line_Char sbr()
A line using the square bracket right character ].
]]]]]]]]]]
public static TA_Line_Char semicolon()
A line using the semicolon character ;.
;;;;;;;;;;
public static TA_Line_Char slash()
A line using the slash character /.
//////////
public static TA_Line_Char star()
A line using the star character *.
**********
public static TA_Line_Char tilde()
A line using the tilde character ~.
~~~~~~~~~~
public static TA_Line_Char underscore()
A line using the underscore character _.
__________
Copyright © 2016–2017. All rights reserved.