public interface com.googlecode.lanterna.graphics.StyleSet<T extends com.googlecode.lanterna.graphics.StyleSet<T>>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.googlecode.lanterna.graphics.StyleSet
  super_class: java.lang.Object
{
  public abstract com.googlecode.lanterna.TextColor getBackgroundColor();
    descriptor: ()Lcom/googlecode/lanterna/TextColor;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract T setBackgroundColor(com.googlecode.lanterna.TextColor);
    descriptor: (Lcom/googlecode/lanterna/TextColor;)Lcom/googlecode/lanterna/graphics/StyleSet;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lcom/googlecode/lanterna/TextColor;)TT;
    MethodParameters:
                 Name  Flags
      backgroundColor  

  public abstract com.googlecode.lanterna.TextColor getForegroundColor();
    descriptor: ()Lcom/googlecode/lanterna/TextColor;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract T setForegroundColor(com.googlecode.lanterna.TextColor);
    descriptor: (Lcom/googlecode/lanterna/TextColor;)Lcom/googlecode/lanterna/graphics/StyleSet;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lcom/googlecode/lanterna/TextColor;)TT;
    MethodParameters:
                 Name  Flags
      foregroundColor  

  public abstract T enableModifiers(com.googlecode.lanterna.SGR[]);
    descriptor: ([Lcom/googlecode/lanterna/SGR;)Lcom/googlecode/lanterna/graphics/StyleSet;
    flags: (0x0481) ACC_PUBLIC, ACC_VARARGS, ACC_ABSTRACT
    Signature: ([Lcom/googlecode/lanterna/SGR;)TT;
    MethodParameters:
           Name  Flags
      modifiers  

  public abstract T disableModifiers(com.googlecode.lanterna.SGR[]);
    descriptor: ([Lcom/googlecode/lanterna/SGR;)Lcom/googlecode/lanterna/graphics/StyleSet;
    flags: (0x0481) ACC_PUBLIC, ACC_VARARGS, ACC_ABSTRACT
    Signature: ([Lcom/googlecode/lanterna/SGR;)TT;
    MethodParameters:
           Name  Flags
      modifiers  

  public abstract T setModifiers(java.util.EnumSet<com.googlecode.lanterna.SGR>);
    descriptor: (Ljava/util/EnumSet;)Lcom/googlecode/lanterna/graphics/StyleSet;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/util/EnumSet<Lcom/googlecode/lanterna/SGR;>;)TT;
    MethodParameters:
           Name  Flags
      modifiers  

  public abstract T clearModifiers();
    descriptor: ()Lcom/googlecode/lanterna/graphics/StyleSet;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()TT;

  public abstract java.util.EnumSet<com.googlecode.lanterna.SGR> getActiveModifiers();
    descriptor: ()Ljava/util/EnumSet;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Ljava/util/EnumSet<Lcom/googlecode/lanterna/SGR;>;

  public abstract T setStyleFrom(com.googlecode.lanterna.graphics.StyleSet<?>);
    descriptor: (Lcom/googlecode/lanterna/graphics/StyleSet;)Lcom/googlecode/lanterna/graphics/StyleSet;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lcom/googlecode/lanterna/graphics/StyleSet<*>;)TT;
    MethodParameters:
        Name  Flags
      source  
}
Signature: <T::Lcom/googlecode/lanterna/graphics/StyleSet<TT;>;>Ljava/lang/Object;
SourceFile: "StyleSet.java"
NestMembers:
  com.googlecode.lanterna.graphics.StyleSet$Set
InnerClasses:
  public Set = com.googlecode.lanterna.graphics.StyleSet$Set of com.googlecode.lanterna.graphics.StyleSet