Uses of Class
com.googlecode.lanterna.graphics.SimpleTheme
-
Packages that use SimpleTheme Package Description com.googlecode.lanterna.graphics -
-
Uses of SimpleTheme in com.googlecode.lanterna.graphics
Methods in com.googlecode.lanterna.graphics that return SimpleTheme Modifier and Type Method Description static 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
SimpleTheme. setWindowDecorationRenderer(WindowDecorationRenderer windowDecorationRenderer)
Changes theWindowDecorationRenderer
this theme will return.SimpleTheme
SimpleTheme. setWindowPostRenderer(WindowPostRenderer windowPostRenderer)
Changes theWindowPostRenderer
this theme will return.
-