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 ThemedTextGraphicsThemedTextGraphics. 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 interfaceTextGUIGraphicsTextGraphics implementation used by TextGUI when doing any drawing operation.Classes in com.googlecode.lanterna.gui2 that implement ThemedTextGraphics Modifier and Type Class Description classDefaultTextGUIGraphicsCreated by Martin on 2017-08-11.Methods in com.googlecode.lanterna.gui2 with parameters of type ThemedTextGraphics Modifier and Type Method Description voidWindowPostRenderer. postRender(ThemedTextGraphics textGraphics, TextGUI textGUI, Window window)Called by DefaultWindowTextGUI immediately after a Window has been rendered, to let you do post-processing.voidWindowShadowRenderer. postRender(ThemedTextGraphics textGraphics, TextGUI textGUI, Window window)
-