Uses of Enum
com.googlecode.lanterna.screen.Screen.RefreshType
Packages that use Screen.RefreshType
-
Uses of Screen.RefreshType in com.googlecode.lanterna.screen
Subclasses with type arguments of type Screen.RefreshType in com.googlecode.lanterna.screenModifier and TypeClassDescriptionstatic enumThis enum represents the different ways a Screen can refresh the screen, moving the back-buffer data into the front-buffer that is being displayed.Methods in com.googlecode.lanterna.screen that return Screen.RefreshTypeModifier and TypeMethodDescriptionstatic Screen.RefreshTypeReturns 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.RefreshTypeModifier and TypeMethodDescriptionvoidScreen.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)