Interface ThemedTextGraphics

All Superinterfaces:
StyleSet<TextGraphics>, TextGraphics
All Known Subinterfaces:
TextGUIGraphics
All Known Implementing Classes:
DefaultTextGUIGraphics

public interface ThemedTextGraphics extends TextGraphics
Expanded TextGraphics that adds methods to interact with themes
  • Method Details

    • applyThemeStyle

      ThemedTextGraphics applyThemeStyle(ThemeStyle themeStyle)
      Takes a ThemeStyle as applies it to this TextGraphics. This will effectively set the foreground color, the background color and all the SGRs.
      Parameters:
      themeStyle - ThemeStyle to apply
      Returns:
      Itself