public class ConsolePrinter extends Object
Modifier and Type | Field and Description |
---|---|
static boolean |
REAL_TERMINAL |
Constructor and Description |
---|
ConsolePrinter(PrintStream out) |
Modifier and Type | Method and Description |
---|---|
int |
getWidth() |
boolean |
isRealTerminal() |
void |
repositionCursor() |
void |
reprintLine(String line) |
void |
resetScreen() |
public ConsolePrinter(PrintStream out)
public void reprintLine(String line)
public void repositionCursor()
public void resetScreen()
public int getWidth()
public boolean isRealTerminal()
Copyright © 2012-2016. All Rights Reserved.