class com.apple.laf.AquaFonts$DerivedUIResourceFont extends javax.swing.plaf.FontUIResource implements javax.swing.plaf.UIResource
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.apple.laf.AquaFonts$DerivedUIResourceFont
  super_class: javax.swing.plaf.FontUIResource
{
  public void <init>(java.awt.Font);
    descriptor: (Ljava/awt/Font;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.apple.laf.AquaFonts$DerivedUIResourceFont this
        start local 1 // java.awt.Font font
         0: .line 126
            aload 0 /* this */
            aload 1 /* font */
            invokespecial javax.swing.plaf.FontUIResource.<init>:(Ljava/awt/Font;)V
         1: .line 127
            return
        end local 1 // java.awt.Font font
        end local 0 // com.apple.laf.AquaFonts$DerivedUIResourceFont this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/apple/laf/AquaFonts$DerivedUIResourceFont;
            0    2     1  font  Ljava/awt/Font;
    MethodParameters:
      Name  Flags
      font  final

  public void <init>(java.lang.String, int, int);
    descriptor: (Ljava/lang/String;II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.apple.laf.AquaFonts$DerivedUIResourceFont this
        start local 1 // java.lang.String name
        start local 2 // int style
        start local 3 // int size
         0: .line 130
            aload 0 /* this */
            aload 1 /* name */
            iload 2 /* style */
            iload 3 /* size */
            invokespecial javax.swing.plaf.FontUIResource.<init>:(Ljava/lang/String;II)V
         1: .line 131
            return
        end local 3 // int size
        end local 2 // int style
        end local 1 // java.lang.String name
        end local 0 // com.apple.laf.AquaFonts$DerivedUIResourceFont this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/apple/laf/AquaFonts$DerivedUIResourceFont;
            0    2     1   name  Ljava/lang/String;
            0    2     2  style  I
            0    2     3   size  I
    MethodParameters:
       Name  Flags
      name   final
      style  final
      size   final

  public java.awt.Font deriveFont(java.awt.geom.AffineTransform);
    descriptor: (Ljava/awt/geom/AffineTransform;)Ljava/awt/Font;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.apple.laf.AquaFonts$DerivedUIResourceFont this
        start local 1 // java.awt.geom.AffineTransform trans
         0: .line 134
            new com.apple.laf.AquaFonts$DerivedUIResourceFont
            dup
            aload 0 /* this */
            aload 1 /* trans */
            invokespecial javax.swing.plaf.FontUIResource.deriveFont:(Ljava/awt/geom/AffineTransform;)Ljava/awt/Font;
            invokespecial com.apple.laf.AquaFonts$DerivedUIResourceFont.<init>:(Ljava/awt/Font;)V
            areturn
        end local 1 // java.awt.geom.AffineTransform trans
        end local 0 // com.apple.laf.AquaFonts$DerivedUIResourceFont this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/apple/laf/AquaFonts$DerivedUIResourceFont;
            0    1     1  trans  Ljava/awt/geom/AffineTransform;
    MethodParameters:
       Name  Flags
      trans  final

  public java.awt.Font deriveFont(float);
    descriptor: (F)Ljava/awt/Font;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.apple.laf.AquaFonts$DerivedUIResourceFont this
        start local 1 // float derivedSize
         0: .line 138
            new com.apple.laf.AquaFonts$DerivedUIResourceFont
            dup
            aload 0 /* this */
            fload 1 /* derivedSize */
            invokespecial javax.swing.plaf.FontUIResource.deriveFont:(F)Ljava/awt/Font;
            invokespecial com.apple.laf.AquaFonts$DerivedUIResourceFont.<init>:(Ljava/awt/Font;)V
            areturn
        end local 1 // float derivedSize
        end local 0 // com.apple.laf.AquaFonts$DerivedUIResourceFont this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lcom/apple/laf/AquaFonts$DerivedUIResourceFont;
            0    1     1  derivedSize  F
    MethodParameters:
             Name  Flags
      derivedSize  final

  public java.awt.Font deriveFont(int);
    descriptor: (I)Ljava/awt/Font;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.apple.laf.AquaFonts$DerivedUIResourceFont this
        start local 1 // int derivedStyle
         0: .line 142
            new com.apple.laf.AquaFonts$DerivedUIResourceFont
            dup
            aload 0 /* this */
            iload 1 /* derivedStyle */
            invokespecial javax.swing.plaf.FontUIResource.deriveFont:(I)Ljava/awt/Font;
            invokespecial com.apple.laf.AquaFonts$DerivedUIResourceFont.<init>:(Ljava/awt/Font;)V
            areturn
        end local 1 // int derivedStyle
        end local 0 // com.apple.laf.AquaFonts$DerivedUIResourceFont this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lcom/apple/laf/AquaFonts$DerivedUIResourceFont;
            0    1     1  derivedStyle  I
    MethodParameters:
              Name  Flags
      derivedStyle  final

  public java.awt.Font deriveFont(int, java.awt.geom.AffineTransform);
    descriptor: (ILjava/awt/geom/AffineTransform;)Ljava/awt/Font;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // com.apple.laf.AquaFonts$DerivedUIResourceFont this
        start local 1 // int derivedStyle
        start local 2 // java.awt.geom.AffineTransform trans
         0: .line 146
            new com.apple.laf.AquaFonts$DerivedUIResourceFont
            dup
            aload 0 /* this */
            iload 1 /* derivedStyle */
            aload 2 /* trans */
            invokespecial javax.swing.plaf.FontUIResource.deriveFont:(ILjava/awt/geom/AffineTransform;)Ljava/awt/Font;
            invokespecial com.apple.laf.AquaFonts$DerivedUIResourceFont.<init>:(Ljava/awt/Font;)V
            areturn
        end local 2 // java.awt.geom.AffineTransform trans
        end local 1 // int derivedStyle
        end local 0 // com.apple.laf.AquaFonts$DerivedUIResourceFont this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lcom/apple/laf/AquaFonts$DerivedUIResourceFont;
            0    1     1  derivedStyle  I
            0    1     2         trans  Ljava/awt/geom/AffineTransform;
    MethodParameters:
              Name  Flags
      derivedStyle  final
      trans         final

  public java.awt.Font deriveFont(int, float);
    descriptor: (IF)Ljava/awt/Font;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // com.apple.laf.AquaFonts$DerivedUIResourceFont this
        start local 1 // int derivedStyle
        start local 2 // float derivedSize
         0: .line 150
            new com.apple.laf.AquaFonts$DerivedUIResourceFont
            dup
            aload 0 /* this */
            iload 1 /* derivedStyle */
            fload 2 /* derivedSize */
            invokespecial javax.swing.plaf.FontUIResource.deriveFont:(IF)Ljava/awt/Font;
            invokespecial com.apple.laf.AquaFonts$DerivedUIResourceFont.<init>:(Ljava/awt/Font;)V
            areturn
        end local 2 // float derivedSize
        end local 1 // int derivedStyle
        end local 0 // com.apple.laf.AquaFonts$DerivedUIResourceFont this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lcom/apple/laf/AquaFonts$DerivedUIResourceFont;
            0    1     1  derivedStyle  I
            0    1     2   derivedSize  F
    MethodParameters:
              Name  Flags
      derivedStyle  final
      derivedSize   final

  public java.awt.Font deriveFont(java.util.Map<? extends java.text.AttributedCharacterIterator$Attribute, ?>);
    descriptor: (Ljava/util/Map;)Ljava/awt/Font;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.apple.laf.AquaFonts$DerivedUIResourceFont this
        start local 1 // java.util.Map attributes
         0: .line 154
            new com.apple.laf.AquaFonts$DerivedUIResourceFont
            dup
            aload 0 /* this */
            aload 1 /* attributes */
            invokespecial javax.swing.plaf.FontUIResource.deriveFont:(Ljava/util/Map;)Ljava/awt/Font;
            invokespecial com.apple.laf.AquaFonts$DerivedUIResourceFont.<init>:(Ljava/awt/Font;)V
            areturn
        end local 1 // java.util.Map attributes
        end local 0 // com.apple.laf.AquaFonts$DerivedUIResourceFont this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lcom/apple/laf/AquaFonts$DerivedUIResourceFont;
            0    1     1  attributes  Ljava/util/Map<+Ljava/text/AttributedCharacterIterator$Attribute;*>;
    Signature: (Ljava/util/Map<+Ljava/text/AttributedCharacterIterator$Attribute;*>;)Ljava/awt/Font;
    MethodParameters:
            Name  Flags
      attributes  final
}
SourceFile: "AquaFonts.java"
NestHost: com.apple.laf.AquaFonts
InnerClasses:
  DerivedUIResourceFont = com.apple.laf.AquaFonts$DerivedUIResourceFont of com.apple.laf.AquaFonts
  public Attribute = java.text.AttributedCharacterIterator$Attribute of java.text.AttributedCharacterIterator