Uses of Interface
com.googlecode.lanterna.gui2.WindowDecorationRenderer
-
Packages that use WindowDecorationRenderer Package Description com.googlecode.lanterna.graphics com.googlecode.lanterna.gui2 -
-
Uses of WindowDecorationRenderer in com.googlecode.lanterna.graphics
Fields in com.googlecode.lanterna.graphics declared as WindowDecorationRenderer Modifier and Type Field Description private WindowDecorationRendererAbstractTheme. windowDecorationRendererprivate WindowDecorationRendererSimpleTheme. windowDecorationRendererMethods in com.googlecode.lanterna.graphics that return WindowDecorationRenderer Modifier and Type Method Description WindowDecorationRendererAbstractTheme. getWindowDecorationRenderer()WindowDecorationRendererDelegatingTheme. getWindowDecorationRenderer()WindowDecorationRendererSimpleTheme. getWindowDecorationRenderer()WindowDecorationRendererTheme. getWindowDecorationRenderer()Returns theWindowDecorationRendererto use for windows drawn in this theme.Methods in com.googlecode.lanterna.graphics with parameters of type WindowDecorationRenderer Modifier and Type Method Description SimpleThemeSimpleTheme. setWindowDecorationRenderer(WindowDecorationRenderer windowDecorationRenderer)Changes theWindowDecorationRendererthis theme will return.Constructors in com.googlecode.lanterna.graphics with parameters of type WindowDecorationRenderer Constructor Description AbstractTheme(WindowPostRenderer postRenderer, WindowDecorationRenderer decorationRenderer) -
Uses of WindowDecorationRenderer in com.googlecode.lanterna.gui2
Classes in com.googlecode.lanterna.gui2 that implement WindowDecorationRenderer Modifier and Type Class Description classDefaultWindowDecorationRendererDefault window decoration renderer that is used unless overridden with another decoration renderer.classEmptyWindowDecorationRendererImplementation of WindowDecorationRenderer that is doesn't render any window decorationsclassFatWindowDecorationRendererFields in com.googlecode.lanterna.gui2 declared as WindowDecorationRenderer Modifier and Type Field Description private WindowDecorationRendererDefaultWindowManager. windowDecorationRendererOverrideMethods in com.googlecode.lanterna.gui2 that return WindowDecorationRenderer Modifier and Type Method Description WindowDecorationRendererDefaultWindowManager. getWindowDecorationRenderer(Window window)WindowDecorationRendererWindowManager. getWindowDecorationRenderer(Window window)Returns theWindowDecorationRendererfor a particular windowConstructors in com.googlecode.lanterna.gui2 with parameters of type WindowDecorationRenderer Constructor Description DefaultWindowManager(WindowDecorationRenderer windowDecorationRenderer, TerminalSize initialScreenSize)Creates a newDefaultWindowManagerusing a specifiedwindowDecorationRendererOverridefor drawing window decorations.
-