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 DefaultMutableThemeStyle
DefaultMutableThemeStyle. setBackground(TextColor background)
Modifies the background color of thisDefaultMutableThemeStyle
to the value passed inDefaultMutableThemeStyle
DefaultMutableThemeStyle. setForeground(TextColor foreground)
Modifies the foreground color of thisDefaultMutableThemeStyle
to the value passed inDefaultMutableThemeStyle
DefaultMutableThemeStyle. setSGRs(java.util.EnumSet<SGR> sgrs)
Modifies the SGR modifiers of thisDefaultMutableThemeStyle
to the values passed it.
-