@InterfaceAudience.Private public final class EscapeSequences extends Object
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) |
static String |
moveCursor(int column,
int row) |
static String |
normal() |
static String |
setTitle(String title) |
public static String clearAll()
public static String cursor(boolean on)
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)
public static String normal()
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.