Uses of Class
com.googlecode.lanterna.screen.Screen.RefreshType
-
Packages that use Screen.RefreshType Package Description com.googlecode.lanterna.screen -
-
Uses of Screen.RefreshType in com.googlecode.lanterna.screen
Methods in com.googlecode.lanterna.screen that return Screen.RefreshType Modifier and Type Method Description static Screen.RefreshType
Screen.RefreshType. valueOf(java.lang.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.Methods in com.googlecode.lanterna.screen with parameters of type Screen.RefreshType Modifier and Type Method Description 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.void
TerminalScreen. refresh(Screen.RefreshType refreshType)
void
VirtualScreen. refresh(Screen.RefreshType refreshType)
-