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.RefreshTypeScreen.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 voidScreen. 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.voidTerminalScreen. refresh(Screen.RefreshType refreshType)voidVirtualScreen. refresh(Screen.RefreshType refreshType)
-