public class Simple extends Console
Console.COLORDEFAULT_HEIGHT, DEFAULT_WIDTH, historyout| Constructor and Description |
|---|
Simple() |
| Modifier and Type | Method and Description |
|---|---|
Console.COLOR |
getBackgroundColor() |
int |
getCursorX() |
int |
getCursorY() |
Console.COLOR |
getForegroundColor() |
int |
getHeight() |
int |
getWidth() |
boolean |
isBlink() |
boolean |
isBold() |
boolean |
isSupportBlink() |
boolean |
isSupportBold() |
boolean |
isSupportColor() |
boolean |
isSupportCursor() |
boolean |
isSupportSize() |
String |
readLine(LinkedList<String> history) |
void |
setBlink(boolean blink) |
void |
setBold(boolean bold) |
void |
setColor(Console.COLOR foreground,
Console.COLOR background) |
void |
setCursor(int x,
int y) |
cr, create, createProgressBar, printLine, printLine, readLine, readPasswordappend, append, append, checkError, clearError, close, flush, format, format, print, print, print, print, print, print, print, print, print, printf, printf, println, println, println, println, println, println, println, println, println, println, setError, write, writewritepublic String readLine(LinkedList<String> history)
public boolean isSupportSize()
isSupportSize in class Consolepublic boolean isSupportCursor()
isSupportCursor in class Consolepublic int getCursorX()
getCursorX in class Consolepublic int getCursorY()
getCursorY in class Consolepublic boolean isSupportColor()
isSupportColor in class Consolepublic void setColor(Console.COLOR foreground, Console.COLOR background)
public Console.COLOR getForegroundColor()
getForegroundColor in class Consolepublic Console.COLOR getBackgroundColor()
getBackgroundColor in class Consolepublic boolean isSupportBlink()
isSupportBlink in class Consolepublic boolean isSupportBold()
isSupportBold in class ConsoleCopyright © 2014. All rights reserved.