public class org.apache.xmlgraphics.java2d.GraphicsConfigurationWithTransparency extends org.apache.xmlgraphics.java2d.AbstractGraphicsConfiguration
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.xmlgraphics.java2d.GraphicsConfigurationWithTransparency
  super_class: org.apache.xmlgraphics.java2d.AbstractGraphicsConfiguration
{
  private static final java.awt.image.BufferedImage BI_WITH_ALPHA;
    descriptor: Ljava/awt/image/BufferedImage;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final java.awt.image.BufferedImage BI_WITHOUT_ALPHA;
    descriptor: Ljava/awt/image/BufferedImage;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=5, locals=0, args_size=0
         0: .line 36
            new java.awt.image.BufferedImage
            dup
            iconst_1
            iconst_1
            iconst_2
            invokespecial java.awt.image.BufferedImage.<init>:(III)V
         1: .line 35
            putstatic org.apache.xmlgraphics.java2d.GraphicsConfigurationWithTransparency.BI_WITH_ALPHA:Ljava/awt/image/BufferedImage;
         2: .line 39
            new java.awt.image.BufferedImage
            dup
            iconst_1
            iconst_1
            iconst_1
            invokespecial java.awt.image.BufferedImage.<init>:(III)V
         3: .line 38
            putstatic org.apache.xmlgraphics.java2d.GraphicsConfigurationWithTransparency.BI_WITHOUT_ALPHA:Ljava/awt/image/BufferedImage;
         4: .line 39
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.xmlgraphics.java2d.GraphicsConfigurationWithTransparency this
         0: .line 33
            aload 0 /* this */
            invokespecial org.apache.xmlgraphics.java2d.AbstractGraphicsConfiguration.<init>:()V
            return
        end local 0 // org.apache.xmlgraphics.java2d.GraphicsConfigurationWithTransparency this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/xmlgraphics/java2d/GraphicsConfigurationWithTransparency;

  public java.awt.image.BufferedImage createCompatibleImage(int, int, int);
    descriptor: (III)Ljava/awt/image/BufferedImage;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // org.apache.xmlgraphics.java2d.GraphicsConfigurationWithTransparency this
        start local 1 // int width
        start local 2 // int height
        start local 3 // int transparency
         0: .line 51
            iload 3 /* transparency */
            iconst_1
            if_icmpne 2
         1: .line 52
            new java.awt.image.BufferedImage
            dup
            iload 1 /* width */
            iload 2 /* height */
            iconst_1
            invokespecial java.awt.image.BufferedImage.<init>:(III)V
            areturn
         2: .line 54
      StackMap locals:
      StackMap stack:
            new java.awt.image.BufferedImage
            dup
            iload 1 /* width */
            iload 2 /* height */
            iconst_2
            invokespecial java.awt.image.BufferedImage.<init>:(III)V
            areturn
        end local 3 // int transparency
        end local 2 // int height
        end local 1 // int width
        end local 0 // org.apache.xmlgraphics.java2d.GraphicsConfigurationWithTransparency this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lorg/apache/xmlgraphics/java2d/GraphicsConfigurationWithTransparency;
            0    3     1         width  I
            0    3     2        height  I
            0    3     3  transparency  I
    MethodParameters:
              Name  Flags
      width         
      height        
      transparency  

  public java.awt.image.BufferedImage createCompatibleImage(int, int);
    descriptor: (II)Ljava/awt/image/BufferedImage;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.apache.xmlgraphics.java2d.GraphicsConfigurationWithTransparency this
        start local 1 // int width
        start local 2 // int height
         0: .line 66
            new java.awt.image.BufferedImage
            dup
            iload 1 /* width */
            iload 2 /* height */
            iconst_2
            invokespecial java.awt.image.BufferedImage.<init>:(III)V
            areturn
        end local 2 // int height
        end local 1 // int width
        end local 0 // org.apache.xmlgraphics.java2d.GraphicsConfigurationWithTransparency this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/apache/xmlgraphics/java2d/GraphicsConfigurationWithTransparency;
            0    1     1   width  I
            0    1     2  height  I
    MethodParameters:
        Name  Flags
      width   
      height  

  public java.awt.Rectangle getBounds();
    descriptor: ()Ljava/awt/Rectangle;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.xmlgraphics.java2d.GraphicsConfigurationWithTransparency this
         0: .line 76
            aconst_null
            areturn
        end local 0 // org.apache.xmlgraphics.java2d.GraphicsConfigurationWithTransparency this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/xmlgraphics/java2d/GraphicsConfigurationWithTransparency;

  public java.awt.image.ColorModel getColorModel();
    descriptor: ()Ljava/awt/image/ColorModel;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.xmlgraphics.java2d.GraphicsConfigurationWithTransparency this
         0: .line 84
            getstatic org.apache.xmlgraphics.java2d.GraphicsConfigurationWithTransparency.BI_WITH_ALPHA:Ljava/awt/image/BufferedImage;
            invokevirtual java.awt.image.BufferedImage.getColorModel:()Ljava/awt/image/ColorModel;
            areturn
        end local 0 // org.apache.xmlgraphics.java2d.GraphicsConfigurationWithTransparency this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/xmlgraphics/java2d/GraphicsConfigurationWithTransparency;

  public java.awt.image.ColorModel getColorModel(int);
    descriptor: (I)Ljava/awt/image/ColorModel;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.xmlgraphics.java2d.GraphicsConfigurationWithTransparency this
        start local 1 // int transparency
         0: .line 94
            iload 1 /* transparency */
            iconst_1
            if_icmpne 2
         1: .line 95
            getstatic org.apache.xmlgraphics.java2d.GraphicsConfigurationWithTransparency.BI_WITHOUT_ALPHA:Ljava/awt/image/BufferedImage;
            invokevirtual java.awt.image.BufferedImage.getColorModel:()Ljava/awt/image/ColorModel;
            areturn
         2: .line 97
      StackMap locals:
      StackMap stack:
            getstatic org.apache.xmlgraphics.java2d.GraphicsConfigurationWithTransparency.BI_WITH_ALPHA:Ljava/awt/image/BufferedImage;
            invokevirtual java.awt.image.BufferedImage.getColorModel:()Ljava/awt/image/ColorModel;
            areturn
        end local 1 // int transparency
        end local 0 // org.apache.xmlgraphics.java2d.GraphicsConfigurationWithTransparency this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lorg/apache/xmlgraphics/java2d/GraphicsConfigurationWithTransparency;
            0    3     1  transparency  I
    MethodParameters:
              Name  Flags
      transparency  

  public java.awt.geom.AffineTransform getDefaultTransform();
    descriptor: ()Ljava/awt/geom/AffineTransform;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.xmlgraphics.java2d.GraphicsConfigurationWithTransparency this
         0: .line 107
            new java.awt.geom.AffineTransform
            dup
            invokespecial java.awt.geom.AffineTransform.<init>:()V
            areturn
        end local 0 // org.apache.xmlgraphics.java2d.GraphicsConfigurationWithTransparency this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/xmlgraphics/java2d/GraphicsConfigurationWithTransparency;

  public java.awt.geom.AffineTransform getNormalizingTransform();
    descriptor: ()Ljava/awt/geom/AffineTransform;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=1, args_size=1
        start local 0 // org.apache.xmlgraphics.java2d.GraphicsConfigurationWithTransparency this
         0: .line 118
            new java.awt.geom.AffineTransform
            dup
            fconst_2
            fconst_0
            fconst_0
            fconst_2
            fconst_0
            fconst_0
            invokespecial java.awt.geom.AffineTransform.<init>:(FFFFFF)V
            areturn
        end local 0 // org.apache.xmlgraphics.java2d.GraphicsConfigurationWithTransparency this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/xmlgraphics/java2d/GraphicsConfigurationWithTransparency;

  public java.awt.GraphicsDevice getDevice();
    descriptor: ()Ljava/awt/GraphicsDevice;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.xmlgraphics.java2d.GraphicsConfigurationWithTransparency this
         0: .line 127
            new org.apache.xmlgraphics.java2d.GenericGraphicsDevice
            dup
            aload 0 /* this */
            invokespecial org.apache.xmlgraphics.java2d.GenericGraphicsDevice.<init>:(Ljava/awt/GraphicsConfiguration;)V
            areturn
        end local 0 // org.apache.xmlgraphics.java2d.GraphicsConfigurationWithTransparency this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/xmlgraphics/java2d/GraphicsConfigurationWithTransparency;
}
SourceFile: "GraphicsConfigurationWithTransparency.java"