Package | Description |
---|---|
com.googlecode.lanterna.screen |
Modifier and Type | Method and Description |
---|---|
static Screen.RefreshType |
Screen.RefreshType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Screen.RefreshType[] |
Screen.RefreshType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
VirtualScreen.refresh(Screen.RefreshType refreshType) |
void |
TerminalScreen.refresh(Screen.RefreshType refreshType) |
void |
Screen.refresh(Screen.RefreshType refreshType)
This method will take the content from the back-buffer and move it into the front-buffer, making the changes
visible to the terminal in the process.
|
Copyright © 2016. All rights reserved.