Uses of Interface
com.googlecode.lanterna.graphics.ThemedTextGraphics
Packages that use ThemedTextGraphics
-
Uses of ThemedTextGraphics in com.googlecode.lanterna.graphics
Methods in com.googlecode.lanterna.graphics that return ThemedTextGraphicsModifier and TypeMethodDescriptionThemedTextGraphics.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.gui2Modifier and TypeInterfaceDescriptioninterface
TextGraphics implementation used by TextGUI when doing any drawing operation.Classes in com.googlecode.lanterna.gui2 that implement ThemedTextGraphicsMethods in com.googlecode.lanterna.gui2 with parameters of type ThemedTextGraphicsModifier and TypeMethodDescriptionvoid
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)