Uses of Class
com.googlecode.lanterna.graphics.DefaultMutableThemeStyle
-
Packages that use DefaultMutableThemeStyle Package Description com.googlecode.lanterna.graphics -
-
Uses of DefaultMutableThemeStyle in com.googlecode.lanterna.graphics
Methods in com.googlecode.lanterna.graphics that return DefaultMutableThemeStyle Modifier and Type Method Description DefaultMutableThemeStyleDefaultMutableThemeStyle. setBackground(TextColor background)Modifies the background color of thisDefaultMutableThemeStyleto the value passed inDefaultMutableThemeStyleDefaultMutableThemeStyle. setForeground(TextColor foreground)Modifies the foreground color of thisDefaultMutableThemeStyleto the value passed inDefaultMutableThemeStyleDefaultMutableThemeStyle. setSGRs(java.util.EnumSet<SGR> sgrs)Modifies the SGR modifiers of thisDefaultMutableThemeStyleto the values passed it.
-