public final class sun.awt.image.BufferedImageGraphicsConfig extends java.awt.GraphicsConfiguration
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: sun.awt.image.BufferedImageGraphicsConfig
  super_class: java.awt.GraphicsConfiguration
{
  private static final int numconfigs;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 12

  private static sun.awt.image.BufferedImageGraphicsConfig[] standardConfigs;
    descriptor: [Lsun/awt/image/BufferedImageGraphicsConfig;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static sun.awt.image.BufferedImageGraphicsConfig[] scaledConfigs;
    descriptor: [Lsun/awt/image/BufferedImageGraphicsConfig;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private final java.awt.GraphicsDevice device;
    descriptor: Ljava/awt/GraphicsDevice;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.awt.image.ColorModel model;
    descriptor: Ljava/awt/image/ColorModel;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.awt.image.Raster raster;
    descriptor: Ljava/awt/image/Raster;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final double scaleX;
    descriptor: D
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final double scaleY;
    descriptor: D
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 45
            bipush 12
            anewarray sun.awt.image.BufferedImageGraphicsConfig
         1: .line 44
            putstatic sun.awt.image.BufferedImageGraphicsConfig.standardConfigs:[Lsun/awt/image/BufferedImageGraphicsConfig;
         2: .line 47
            bipush 12
            anewarray sun.awt.image.BufferedImageGraphicsConfig
         3: .line 46
            putstatic sun.awt.image.BufferedImageGraphicsConfig.scaledConfigs:[Lsun/awt/image/BufferedImageGraphicsConfig;
         4: .line 47
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static sun.awt.image.BufferedImageGraphicsConfig getConfig(java.awt.image.BufferedImage);
    descriptor: (Ljava/awt/image/BufferedImage;)Lsun/awt/image/BufferedImageGraphicsConfig;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // java.awt.image.BufferedImage bImg
         0: .line 50
            aload 0 /* bImg */
            dconst_1
            dconst_1
            invokestatic sun.awt.image.BufferedImageGraphicsConfig.getConfig:(Ljava/awt/image/BufferedImage;DD)Lsun/awt/image/BufferedImageGraphicsConfig;
            areturn
        end local 0 // java.awt.image.BufferedImage bImg
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  bImg  Ljava/awt/image/BufferedImage;
    MethodParameters:
      Name  Flags
      bImg  

  public static sun.awt.image.BufferedImageGraphicsConfig getConfig(java.awt.image.BufferedImage, double, double);
    descriptor: (Ljava/awt/image/BufferedImage;DD)Lsun/awt/image/BufferedImageGraphicsConfig;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=8, locals=8, args_size=3
        start local 0 // java.awt.image.BufferedImage bImg
        start local 1 // double scaleX
        start local 3 // double scaleY
         0: .line 58
            aload 0 /* bImg */
            invokevirtual java.awt.image.BufferedImage.getType:()I
            istore 6 /* type */
        start local 6 // int type
         1: .line 60
            dload 1 /* scaleX */
            dconst_1
            dcmpl
            ifne 3
            dload 3 /* scaleY */
            dconst_1
            dcmpl
            ifne 3
         2: .line 61
            getstatic sun.awt.image.BufferedImageGraphicsConfig.standardConfigs:[Lsun/awt/image/BufferedImageGraphicsConfig;
            goto 4
      StackMap locals: java.awt.image.BufferedImage double double top int
      StackMap stack:
         3: getstatic sun.awt.image.BufferedImageGraphicsConfig.scaledConfigs:[Lsun/awt/image/BufferedImageGraphicsConfig;
         4: .line 60
      StackMap locals:
      StackMap stack: sun.awt.image.BufferedImageGraphicsConfig[]
            astore 7 /* configs */
        start local 7 // sun.awt.image.BufferedImageGraphicsConfig[] configs
         5: .line 63
            iload 6 /* type */
            ifle 9
            iload 6 /* type */
            bipush 12
            if_icmpge 9
         6: .line 64
            aload 7 /* configs */
            iload 6 /* type */
            aaload
            astore 5 /* ret */
        start local 5 // sun.awt.image.BufferedImageGraphicsConfig ret
         7: .line 65
            aload 5 /* ret */
            ifnull 9
            aload 5 /* ret */
            getfield sun.awt.image.BufferedImageGraphicsConfig.scaleX:D
            dload 1 /* scaleX */
            dcmpl
            ifne 9
            aload 5 /* ret */
            getfield sun.awt.image.BufferedImageGraphicsConfig.scaleY:D
            dload 3 /* scaleY */
            dcmpl
            ifne 9
         8: .line 66
            aload 5 /* ret */
            areturn
        end local 5 // sun.awt.image.BufferedImageGraphicsConfig ret
         9: .line 69
      StackMap locals: sun.awt.image.BufferedImageGraphicsConfig[]
      StackMap stack:
            new sun.awt.image.BufferedImageGraphicsConfig
            dup
            aload 0 /* bImg */
            aconst_null
            dload 1 /* scaleX */
            dload 3 /* scaleY */
            invokespecial sun.awt.image.BufferedImageGraphicsConfig.<init>:(Ljava/awt/image/BufferedImage;Ljava/awt/Component;DD)V
            astore 5 /* ret */
        start local 5 // sun.awt.image.BufferedImageGraphicsConfig ret
        10: .line 70
            iload 6 /* type */
            ifle 12
            iload 6 /* type */
            bipush 12
            if_icmpge 12
        11: .line 71
            aload 7 /* configs */
            iload 6 /* type */
            aload 5 /* ret */
            aastore
        12: .line 73
      StackMap locals: java.awt.image.BufferedImage double double sun.awt.image.BufferedImageGraphicsConfig int sun.awt.image.BufferedImageGraphicsConfig[]
      StackMap stack:
            aload 5 /* ret */
            areturn
        end local 7 // sun.awt.image.BufferedImageGraphicsConfig[] configs
        end local 6 // int type
        end local 5 // sun.awt.image.BufferedImageGraphicsConfig ret
        end local 3 // double scaleY
        end local 1 // double scaleX
        end local 0 // java.awt.image.BufferedImage bImg
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   13     0     bImg  Ljava/awt/image/BufferedImage;
            0   13     1   scaleX  D
            0   13     3   scaleY  D
            7    9     5      ret  Lsun/awt/image/BufferedImageGraphicsConfig;
           10   13     5      ret  Lsun/awt/image/BufferedImageGraphicsConfig;
            1   13     6     type  I
            5   13     7  configs  [Lsun/awt/image/BufferedImageGraphicsConfig;
    MethodParameters:
        Name  Flags
      bImg    
      scaleX  
      scaleY  

  public void <init>(java.awt.image.BufferedImage, java.awt.Component, double, double);
    descriptor: (Ljava/awt/image/BufferedImage;Ljava/awt/Component;DD)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=8, args_size=5
        start local 0 // sun.awt.image.BufferedImageGraphicsConfig this
        start local 1 // java.awt.image.BufferedImage bufImg
        start local 2 // java.awt.Component comp
        start local 3 // double scaleX
        start local 5 // double scaleY
         0: .line 82
            aload 0 /* this */
            invokespecial java.awt.GraphicsConfiguration.<init>:()V
         1: .line 85
            aload 2 /* comp */
            ifnonnull 4
         2: .line 86
            aload 0 /* this */
            new sun.awt.image.BufferedImageDevice
            dup
            aload 0 /* this */
            invokespecial sun.awt.image.BufferedImageDevice.<init>:(Lsun/awt/image/BufferedImageGraphicsConfig;)V
            putfield sun.awt.image.BufferedImageGraphicsConfig.device:Ljava/awt/GraphicsDevice;
         3: .line 87
            goto 6
         4: .line 88
      StackMap locals: sun.awt.image.BufferedImageGraphicsConfig java.awt.image.BufferedImage java.awt.Component double double
      StackMap stack:
            aload 2 /* comp */
            invokevirtual java.awt.Component.getGraphics:()Ljava/awt/Graphics;
            checkcast java.awt.Graphics2D
            astore 7 /* g2d */
        start local 7 // java.awt.Graphics2D g2d
         5: .line 89
            aload 0 /* this */
            aload 7 /* g2d */
            invokevirtual java.awt.Graphics2D.getDeviceConfiguration:()Ljava/awt/GraphicsConfiguration;
            invokevirtual java.awt.GraphicsConfiguration.getDevice:()Ljava/awt/GraphicsDevice;
            putfield sun.awt.image.BufferedImageGraphicsConfig.device:Ljava/awt/GraphicsDevice;
        end local 7 // java.awt.Graphics2D g2d
         6: .line 91
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* bufImg */
            invokevirtual java.awt.image.BufferedImage.getColorModel:()Ljava/awt/image/ColorModel;
            putfield sun.awt.image.BufferedImageGraphicsConfig.model:Ljava/awt/image/ColorModel;
         7: .line 92
            aload 0 /* this */
            aload 1 /* bufImg */
            invokevirtual java.awt.image.BufferedImage.getRaster:()Ljava/awt/image/WritableRaster;
            iconst_1
            iconst_1
            invokevirtual java.awt.image.WritableRaster.createCompatibleWritableRaster:(II)Ljava/awt/image/WritableRaster;
            putfield sun.awt.image.BufferedImageGraphicsConfig.raster:Ljava/awt/image/Raster;
         8: .line 93
            aload 0 /* this */
            dload 3 /* scaleX */
            putfield sun.awt.image.BufferedImageGraphicsConfig.scaleX:D
         9: .line 94
            aload 0 /* this */
            dload 5 /* scaleY */
            putfield sun.awt.image.BufferedImageGraphicsConfig.scaleY:D
        10: .line 95
            return
        end local 5 // double scaleY
        end local 3 // double scaleX
        end local 2 // java.awt.Component comp
        end local 1 // java.awt.image.BufferedImage bufImg
        end local 0 // sun.awt.image.BufferedImageGraphicsConfig this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   11     0    this  Lsun/awt/image/BufferedImageGraphicsConfig;
            0   11     1  bufImg  Ljava/awt/image/BufferedImage;
            0   11     2    comp  Ljava/awt/Component;
            0   11     3  scaleX  D
            0   11     5  scaleY  D
            5    6     7     g2d  Ljava/awt/Graphics2D;
    MethodParameters:
        Name  Flags
      bufImg  
      comp    
      scaleX  
      scaleY  

  public java.awt.GraphicsDevice getDevice();
    descriptor: ()Ljava/awt/GraphicsDevice;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.awt.image.BufferedImageGraphicsConfig this
         0: .line 102
            aload 0 /* this */
            getfield sun.awt.image.BufferedImageGraphicsConfig.device:Ljava/awt/GraphicsDevice;
            areturn
        end local 0 // sun.awt.image.BufferedImageGraphicsConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/awt/image/BufferedImageGraphicsConfig;

  public java.awt.image.BufferedImage createCompatibleImage(int, int);
    descriptor: (II)Ljava/awt/image/BufferedImage;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=3
        start local 0 // sun.awt.image.BufferedImageGraphicsConfig this
        start local 1 // int width
        start local 2 // int height
         0: .line 116
            aload 0 /* this */
            getfield sun.awt.image.BufferedImageGraphicsConfig.raster:Ljava/awt/image/Raster;
            iload 1 /* width */
            iload 2 /* height */
            invokevirtual java.awt.image.Raster.createCompatibleWritableRaster:(II)Ljava/awt/image/WritableRaster;
            astore 3 /* wr */
        start local 3 // java.awt.image.WritableRaster wr
         1: .line 117
            new java.awt.image.BufferedImage
            dup
            aload 0 /* this */
            getfield sun.awt.image.BufferedImageGraphicsConfig.model:Ljava/awt/image/ColorModel;
            aload 3 /* wr */
            aload 0 /* this */
            getfield sun.awt.image.BufferedImageGraphicsConfig.model:Ljava/awt/image/ColorModel;
            invokevirtual java.awt.image.ColorModel.isAlphaPremultiplied:()Z
            aconst_null
            invokespecial java.awt.image.BufferedImage.<init>:(Ljava/awt/image/ColorModel;Ljava/awt/image/WritableRaster;ZLjava/util/Hashtable;)V
            areturn
        end local 3 // java.awt.image.WritableRaster wr
        end local 2 // int height
        end local 1 // int width
        end local 0 // sun.awt.image.BufferedImageGraphicsConfig this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lsun/awt/image/BufferedImageGraphicsConfig;
            0    2     1   width  I
            0    2     2  height  I
            1    2     3      wr  Ljava/awt/image/WritableRaster;
    MethodParameters:
        Name  Flags
      width   
      height  

  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 // sun.awt.image.BufferedImageGraphicsConfig this
         0: .line 125
            aload 0 /* this */
            getfield sun.awt.image.BufferedImageGraphicsConfig.model:Ljava/awt/image/ColorModel;
            areturn
        end local 0 // sun.awt.image.BufferedImageGraphicsConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/awt/image/BufferedImageGraphicsConfig;

  public java.awt.image.ColorModel getColorModel(int);
    descriptor: (I)Ljava/awt/image/ColorModel;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=2, args_size=2
        start local 0 // sun.awt.image.BufferedImageGraphicsConfig this
        start local 1 // int transparency
         0: .line 135
            aload 0 /* this */
            getfield sun.awt.image.BufferedImageGraphicsConfig.model:Ljava/awt/image/ColorModel;
            invokevirtual java.awt.image.ColorModel.getTransparency:()I
            iload 1 /* transparency */
            if_icmpne 2
         1: .line 136
            aload 0 /* this */
            getfield sun.awt.image.BufferedImageGraphicsConfig.model:Ljava/awt/image/ColorModel;
            areturn
         2: .line 138
      StackMap locals:
      StackMap stack:
            iload 1 /* transparency */
            tableswitch { // 1 - 3
                    1: 3
                    2: 4
                    3: 5
              default: 6
          }
         3: .line 140
      StackMap locals:
      StackMap stack:
            new java.awt.image.DirectColorModel
            dup
            bipush 24
            ldc 16711680
            ldc 65280
            sipush 255
            invokespecial java.awt.image.DirectColorModel.<init>:(IIII)V
            areturn
         4: .line 142
      StackMap locals:
      StackMap stack:
            new java.awt.image.DirectColorModel
            dup
            bipush 25
            ldc 16711680
            ldc 65280
            sipush 255
            ldc 16777216
            invokespecial java.awt.image.DirectColorModel.<init>:(IIIII)V
            areturn
         5: .line 144
      StackMap locals:
      StackMap stack:
            invokestatic java.awt.image.ColorModel.getRGBdefault:()Ljava/awt/image/ColorModel;
            areturn
         6: .line 146
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 1 // int transparency
        end local 0 // sun.awt.image.BufferedImageGraphicsConfig this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    7     0          this  Lsun/awt/image/BufferedImageGraphicsConfig;
            0    7     1  transparency  I
    MethodParameters:
              Name  Flags
      transparency  

  public java.awt.geom.AffineTransform getDefaultTransform();
    descriptor: ()Ljava/awt/geom/AffineTransform;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // sun.awt.image.BufferedImageGraphicsConfig this
         0: .line 161
            aload 0 /* this */
            getfield sun.awt.image.BufferedImageGraphicsConfig.scaleX:D
            aload 0 /* this */
            getfield sun.awt.image.BufferedImageGraphicsConfig.scaleY:D
            invokestatic java.awt.geom.AffineTransform.getScaleInstance:(DD)Ljava/awt/geom/AffineTransform;
            areturn
        end local 0 // sun.awt.image.BufferedImageGraphicsConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/awt/image/BufferedImageGraphicsConfig;

  public java.awt.geom.AffineTransform getNormalizingTransform();
    descriptor: ()Ljava/awt/geom/AffineTransform;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.awt.image.BufferedImageGraphicsConfig this
         0: .line 185
            new java.awt.geom.AffineTransform
            dup
            invokespecial java.awt.geom.AffineTransform.<init>:()V
            areturn
        end local 0 // sun.awt.image.BufferedImageGraphicsConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/awt/image/BufferedImageGraphicsConfig;

  public java.awt.Rectangle getBounds();
    descriptor: ()Ljava/awt/Rectangle;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // sun.awt.image.BufferedImageGraphicsConfig this
         0: .line 190
            new java.awt.Rectangle
            dup
            iconst_0
            iconst_0
            ldc 2147483647
            ldc 2147483647
            invokespecial java.awt.Rectangle.<init>:(IIII)V
            areturn
        end local 0 // sun.awt.image.BufferedImageGraphicsConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/awt/image/BufferedImageGraphicsConfig;
}
SourceFile: "BufferedImageGraphicsConfig.java"