Uses of Interface
com.googlecode.lanterna.gui2.WindowPostRenderer
-
Packages that use WindowPostRenderer Package Description com.googlecode.lanterna.graphics com.googlecode.lanterna.gui2 -
-
Uses of WindowPostRenderer in com.googlecode.lanterna.graphics
Fields in com.googlecode.lanterna.graphics declared as WindowPostRenderer Modifier and Type Field Description private WindowPostRendererAbstractTheme. windowPostRendererprivate WindowPostRendererSimpleTheme. windowPostRendererMethods in com.googlecode.lanterna.graphics that return WindowPostRenderer Modifier and Type Method Description WindowPostRendererAbstractTheme. getWindowPostRenderer()WindowPostRendererDelegatingTheme. getWindowPostRenderer()WindowPostRendererSimpleTheme. getWindowPostRenderer()WindowPostRendererTheme. 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 WindowPostRenderer Modifier and Type Method Description SimpleThemeSimpleTheme. setWindowPostRenderer(WindowPostRenderer windowPostRenderer)Changes theWindowPostRendererthis theme will return.Constructors in com.googlecode.lanterna.graphics with parameters of type WindowPostRenderer Constructor Description AbstractTheme(WindowPostRenderer postRenderer, WindowDecorationRenderer decorationRenderer) -
Uses of WindowPostRenderer in com.googlecode.lanterna.gui2
Classes in com.googlecode.lanterna.gui2 that implement WindowPostRenderer Modifier and Type Class Description classWindowShadowRendererThis WindowPostRenderer implementation draws a shadow under the windowFields in com.googlecode.lanterna.gui2 declared as WindowPostRenderer Modifier and Type Field Description private WindowPostRendererMultiWindowTextGUI. postRendererprivate WindowPostRendererAbstractWindow. windowPostRendererMethods in com.googlecode.lanterna.gui2 that return WindowPostRenderer Modifier and Type Method Description WindowPostRendererAbstractWindow. getPostRenderer()WindowPostRendererWindow. getPostRenderer()Returns a post-renderer the GUI system should invoke after the window has been drawn.WindowPostRendererMultiWindowTextGUI. getWindowPostRenderer()WindowPostRendererWindowBasedTextGUI. getWindowPostRenderer()Returns theWindowPostRendererfor thisWindowBasedTextGUIMethods in com.googlecode.lanterna.gui2 with parameters of type WindowPostRenderer Modifier and Type Method Description voidAbstractWindow. setWindowPostRenderer(WindowPostRenderer windowPostRenderer)Sets the post-renderer to use for this window.Constructors in com.googlecode.lanterna.gui2 with parameters of type WindowPostRenderer Constructor Description MultiWindowTextGUI(TextGUIThreadFactory guiThreadFactory, Screen screen, WindowManager windowManager, WindowPostRenderer postRenderer, Component background)Creates a newMultiWindowTextGUIthat uses the specifiedScreenas the backend for all drawing operations.MultiWindowTextGUI(Screen screen, WindowManager windowManager, WindowPostRenderer postRenderer, Component background)Creates a newMultiWindowTextGUIthat uses the specifiedScreenas the backend for all drawing operations.
-