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 WindowDecorationRenderer
AbstractTheme. windowDecorationRenderer
private WindowDecorationRenderer
SimpleTheme. windowDecorationRenderer
Methods in com.googlecode.lanterna.graphics that return WindowDecorationRenderer Modifier and Type Method Description WindowDecorationRenderer
AbstractTheme. getWindowDecorationRenderer()
WindowDecorationRenderer
DelegatingTheme. getWindowDecorationRenderer()
WindowDecorationRenderer
SimpleTheme. getWindowDecorationRenderer()
WindowDecorationRenderer
Theme. getWindowDecorationRenderer()
Returns theWindowDecorationRenderer
to use for windows drawn in this theme.Methods in com.googlecode.lanterna.graphics with parameters of type WindowDecorationRenderer Modifier and Type Method Description SimpleTheme
SimpleTheme. setWindowDecorationRenderer(WindowDecorationRenderer windowDecorationRenderer)
Changes theWindowDecorationRenderer
this 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 class
DefaultWindowDecorationRenderer
Default window decoration renderer that is used unless overridden with another decoration renderer.class
EmptyWindowDecorationRenderer
Implementation of WindowDecorationRenderer that is doesn't render any window decorationsclass
FatWindowDecorationRenderer
Fields in com.googlecode.lanterna.gui2 declared as WindowDecorationRenderer Modifier and Type Field Description private WindowDecorationRenderer
DefaultWindowManager. windowDecorationRendererOverride
Methods in com.googlecode.lanterna.gui2 that return WindowDecorationRenderer Modifier and Type Method Description WindowDecorationRenderer
DefaultWindowManager. getWindowDecorationRenderer(Window window)
WindowDecorationRenderer
WindowManager. getWindowDecorationRenderer(Window window)
Returns theWindowDecorationRenderer
for a particular windowConstructors in com.googlecode.lanterna.gui2 with parameters of type WindowDecorationRenderer Constructor Description DefaultWindowManager(WindowDecorationRenderer windowDecorationRenderer, TerminalSize initialScreenSize)
Creates a newDefaultWindowManager
using a specifiedwindowDecorationRendererOverride
for drawing window decorations.
-