Uses of Interface
com.googlecode.lanterna.graphics.ThemedTextGraphics
-
Packages that use ThemedTextGraphics Package Description com.googlecode.lanterna.graphics com.googlecode.lanterna.gui2 -
-
Uses of ThemedTextGraphics in com.googlecode.lanterna.graphics
Methods in com.googlecode.lanterna.graphics that return ThemedTextGraphics Modifier and Type Method Description ThemedTextGraphics
ThemedTextGraphics. applyThemeStyle(ThemeStyle themeStyle)
Takes a ThemeStyle as applies it to this TextGraphics. -
Uses of ThemedTextGraphics in com.googlecode.lanterna.gui2
Subinterfaces of ThemedTextGraphics in com.googlecode.lanterna.gui2 Modifier and Type Interface Description interface
TextGUIGraphics
TextGraphics implementation used by TextGUI when doing any drawing operation.Classes in com.googlecode.lanterna.gui2 that implement ThemedTextGraphics Modifier and Type Class Description class
DefaultTextGUIGraphics
Created by Martin on 2017-08-11.Methods in com.googlecode.lanterna.gui2 with parameters of type ThemedTextGraphics Modifier and Type Method Description void
WindowPostRenderer. postRender(ThemedTextGraphics textGraphics, TextGUI textGUI, Window window)
Called by DefaultWindowTextGUI immediately after a Window has been rendered, to let you do post-processing.void
WindowShadowRenderer. postRender(ThemedTextGraphics textGraphics, TextGUI textGUI, Window window)
-