Uses of Interface
com.googlecode.lanterna.gui2.WindowPostRenderer
Packages that use WindowPostRenderer
-
Uses of WindowPostRenderer in com.googlecode.lanterna.graphics
Fields in com.googlecode.lanterna.graphics declared as WindowPostRendererModifier and TypeFieldDescriptionprivate final WindowPostRenderer
AbstractTheme.windowPostRenderer
private WindowPostRenderer
SimpleTheme.windowPostRenderer
Methods in com.googlecode.lanterna.graphics that return WindowPostRendererModifier and TypeMethodDescriptionAbstractTheme.getWindowPostRenderer()
DelegatingTheme.getWindowPostRenderer()
SimpleTheme.getWindowPostRenderer()
Theme.getWindowPostRenderer()
Returns a post-renderer to invoke after drawing each window, unless the GUI system or individual windows has their own renderers set.Methods in com.googlecode.lanterna.graphics with parameters of type WindowPostRendererModifier and TypeMethodDescriptionSimpleTheme.setWindowPostRenderer
(WindowPostRenderer windowPostRenderer) Changes theWindowPostRenderer
this theme will return.Constructors in com.googlecode.lanterna.graphics with parameters of type WindowPostRendererModifierConstructorDescriptionprotected
AbstractTheme
(WindowPostRenderer postRenderer, WindowDecorationRenderer decorationRenderer) -
Uses of WindowPostRenderer in com.googlecode.lanterna.gui2
Classes in com.googlecode.lanterna.gui2 that implement WindowPostRendererModifier and TypeClassDescriptionclass
This WindowPostRenderer implementation draws a shadow under the windowFields in com.googlecode.lanterna.gui2 declared as WindowPostRendererModifier and TypeFieldDescriptionprivate final WindowPostRenderer
MultiWindowTextGUI.postRenderer
private WindowPostRenderer
AbstractWindow.windowPostRenderer
Methods in com.googlecode.lanterna.gui2 that return WindowPostRendererModifier and TypeMethodDescriptionAbstractWindow.getPostRenderer()
Window.getPostRenderer()
Returns a post-renderer the GUI system should invoke after the window has been drawn.MultiWindowTextGUI.getWindowPostRenderer()
WindowBasedTextGUI.getWindowPostRenderer()
Returns theWindowPostRenderer
for thisWindowBasedTextGUI
Methods in com.googlecode.lanterna.gui2 with parameters of type WindowPostRendererModifier and TypeMethodDescriptionvoid
AbstractWindow.setWindowPostRenderer
(WindowPostRenderer windowPostRenderer) Sets the post-renderer to use for this window.Constructors in com.googlecode.lanterna.gui2 with parameters of type WindowPostRendererModifierConstructorDescriptionMultiWindowTextGUI
(TextGUIThreadFactory guiThreadFactory, Screen screen, WindowManager windowManager, WindowPostRenderer postRenderer, Component background) Creates a newMultiWindowTextGUI
that uses the specifiedScreen
as the backend for all drawing operations.MultiWindowTextGUI
(Screen screen, WindowManager windowManager, WindowPostRenderer postRenderer, Component background) Creates a newMultiWindowTextGUI
that uses the specifiedScreen
as the backend for all drawing operations.