Uses of Class
com.googlecode.lanterna.graphics.SimpleTheme
Packages that use SimpleTheme
-
Uses of SimpleTheme in com.googlecode.lanterna.graphics
Methods in com.googlecode.lanterna.graphics that return SimpleThemeModifier and TypeMethodDescriptionstatic SimpleTheme
SimpleTheme.makeTheme
(boolean activeIsBold, TextColor baseForeground, TextColor baseBackground, TextColor editableForeground, TextColor editableBackground, TextColor selectedForeground, TextColor selectedBackground, TextColor guiBackground) Helper method that will quickly setup a new theme with some sensible component overrides.SimpleTheme.setWindowDecorationRenderer
(WindowDecorationRenderer windowDecorationRenderer) Changes theWindowDecorationRenderer
this theme will return.SimpleTheme.setWindowPostRenderer
(WindowPostRenderer windowPostRenderer) Changes theWindowPostRenderer
this theme will return.