Class AbstractTheme.StyleImpl
java.lang.Object
com.googlecode.lanterna.graphics.AbstractTheme.StyleImpl
- All Implemented Interfaces:
ThemeStyle
- Enclosing class:
AbstractTheme
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the background color associated with this styleReturns the foreground color associated with this stylegetSGRs()Returns the set of SGR flags associated with this style.
-
Field Details
-
styleNode
-
name
-
-
Constructor Details
-
StyleImpl
-
-
Method Details
-
getForeground
Description copied from interface:ThemeStyleReturns the foreground color associated with this style- Specified by:
getForegroundin interfaceThemeStyle- Returns:
- foreground color associated with this style
-
getBackground
Description copied from interface:ThemeStyleReturns the background color associated with this style- Specified by:
getBackgroundin interfaceThemeStyle- Returns:
- background color associated with this style
-
getSGRs
Description copied from interface:ThemeStyleReturns the set of SGR flags associated with this style. ThisEnumSetis either unmodifiable or a copy so altering it will not change the theme in any way.- Specified by:
getSGRsin interfaceThemeStyle- Returns:
- SGR flags associated with this style
-