Index

A B C D E F G H I O P R S U W Y 
All Classes|All Packages

C

C0 - Static variable in class ansi.ANSI
Place the cursor in top-left corner Same as CUP(1,1)
CHA(int) - Static method in class ansi.ANSI
Moves the cursor to column n (default 1)
CNL(int) - Static method in class ansi.ANSI
Moves cursor to beginning of the line n (default 1) lines down.
CNL1 - Static variable in class ansi.ANSI
Moves cursor to beginning of the next line
CPL(int) - Static method in class ansi.ANSI
Moves cursor to beginning of the line n (default 1) lines up.
CPL1 - Static variable in class ansi.ANSI
Moves cursor to beginning of the previous line
CSI - Static variable in class ansi.ANSI
 
CUB(int) - Static method in class ansi.ANSI
Moves the cursor n (default 1) cells backwards
CUB1 - Static variable in class ansi.ANSI
Move the cursor 1 cell backwards
CUD(int) - Static method in class ansi.ANSI
Moves the cursor n (default 1) cells down
CUD1 - Static variable in class ansi.ANSI
Move the cursor 1 row down
CUF(int) - Static method in class ansi.ANSI
Moves the cursor n (default 1) cells forwards
CUF1 - Static variable in class ansi.ANSI
Move the cursor 1 cell forwards
CUP(int, int) - Static method in class ansi.ANSI
Moves the cursor to [row, column].
custom(String) - Static method in class ansi.ANSI
Returns a custom ANSI ESCAPE SEQUENCE
CUU(int) - Static method in class ansi.ANSI
Moves the cursor n (default 1) cells up
CUU1 - Static variable in class ansi.ANSI
Move the cursor 1 row up
CYAN - Static variable in class ansi.ANSI
 
CYAN_HI - Static variable in class ansi.ANSI
 
A B C D E F G H I O P R S U W Y 
All Classes|All Packages