@InterfaceAudience.Private public final class EscapeSequences extends Object
Modifier | Constructor and Description |
---|---|
private |
EscapeSequences() |
Modifier and Type | Method and Description |
---|---|
static String |
clearAll() |
static String |
clearRemainingLine() |
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 |
setTitle(String title) |
private EscapeSequences()
public static String moveCursor(int column, int row)
public static String clearRemainingLine()
public static String color(Color foregroundColor, Color backgroundColor, boolean bold, boolean reverse, boolean blink, boolean underline)
private static int getColorValue(Color color, boolean foreground)
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.