public interface com.googlecode.lanterna.graphics.ThemedTextGraphics extends com.googlecode.lanterna.graphics.TextGraphics
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.googlecode.lanterna.graphics.ThemedTextGraphics
  super_class: java.lang.Object
{
  public abstract com.googlecode.lanterna.graphics.Theme getTheme();
    descriptor: ()Lcom/googlecode/lanterna/graphics/Theme;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public abstract com.googlecode.lanterna.graphics.ThemeDefinition getThemeDefinition(java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;)Lcom/googlecode/lanterna/graphics/ThemeDefinition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/Class<*>;)Lcom/googlecode/lanterna/graphics/ThemeDefinition;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
       Name  Flags
      clazz  

  public abstract com.googlecode.lanterna.graphics.ThemedTextGraphics applyThemeStyle(com.googlecode.lanterna.graphics.ThemeStyle);
    descriptor: (Lcom/googlecode/lanterna/graphics/ThemeStyle;)Lcom/googlecode/lanterna/graphics/ThemedTextGraphics;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
            Name  Flags
      themeStyle  
}
SourceFile: "ThemedTextGraphics.java"