Uses of Interface
com.googlecode.lanterna.gui2.WindowDecorationRenderer
Packages that use WindowDecorationRenderer
-
Uses of WindowDecorationRenderer in com.googlecode.lanterna.graphics
Fields in com.googlecode.lanterna.graphics declared as WindowDecorationRendererModifier and TypeFieldDescriptionprivate final WindowDecorationRendererAbstractTheme.windowDecorationRendererprivate WindowDecorationRendererSimpleTheme.windowDecorationRendererMethods in com.googlecode.lanterna.graphics that return WindowDecorationRendererModifier and TypeMethodDescriptionAbstractTheme.getWindowDecorationRenderer()DelegatingTheme.getWindowDecorationRenderer()SimpleTheme.getWindowDecorationRenderer()Theme.getWindowDecorationRenderer()Returns theWindowDecorationRendererto use for windows drawn in this theme.Methods in com.googlecode.lanterna.graphics with parameters of type WindowDecorationRendererModifier and TypeMethodDescriptionSimpleTheme.setWindowDecorationRenderer(WindowDecorationRenderer windowDecorationRenderer) Changes theWindowDecorationRendererthis theme will return.Constructors in com.googlecode.lanterna.graphics with parameters of type WindowDecorationRendererModifierConstructorDescriptionprotectedAbstractTheme(WindowPostRenderer postRenderer, WindowDecorationRenderer decorationRenderer) -
Uses of WindowDecorationRenderer in com.googlecode.lanterna.gui2
Classes in com.googlecode.lanterna.gui2 that implement WindowDecorationRendererModifier and TypeClassDescriptionclassDefault window decoration renderer that is used unless overridden with another decoration renderer.classImplementation of WindowDecorationRenderer that is doesn't render any window decorationsclassFields in com.googlecode.lanterna.gui2 declared as WindowDecorationRendererModifier and TypeFieldDescriptionprivate final WindowDecorationRendererDefaultWindowManager.windowDecorationRendererOverrideMethods in com.googlecode.lanterna.gui2 that return WindowDecorationRendererModifier and TypeMethodDescriptionDefaultWindowManager.getWindowDecorationRenderer(Window window) WindowManager.getWindowDecorationRenderer(Window window) Returns theWindowDecorationRendererfor a particular windowConstructors in com.googlecode.lanterna.gui2 with parameters of type WindowDecorationRendererModifierConstructorDescriptionDefaultWindowManager(WindowDecorationRenderer windowDecorationRenderer, TerminalSize initialScreenSize) Creates a newDefaultWindowManagerusing a specifiedwindowDecorationRendererOverridefor drawing window decorations.