Class EscapeSequences
java.lang.Object
org.apache.hadoop.hbase.hbtop.terminal.impl.EscapeSequences
Utility class for escape sequences.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
clearAll()
static String
static String
color
(Color foregroundColor, Color backgroundColor, boolean bold, boolean reverse, boolean blink, boolean underline) static String
cursor
(boolean on) private static int
getColorValue
(Color color, boolean foreground) static String
moveCursor
(int column, int row) static String
normal()
static String
-
Constructor Details
-
EscapeSequences
private EscapeSequences()
-
-
Method Details
-
clearAll
-
setTitle
-
cursor
-
moveCursor
-
clearRemainingLine
-
color
-
getColorValue
-
normal
-