class sun.print.ImagePrinter implements java.awt.print.Printable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.print.ImagePrinter
  super_class: java.lang.Object
{
  java.awt.image.BufferedImage image;
    descriptor: Ljava/awt/image/BufferedImage;
    flags: (0x0000) 

  void <init>(java.io.InputStream);
    descriptor: (Ljava/io/InputStream;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.print.ImagePrinter this
        start local 1 // java.io.InputStream stream
         0: .line 41
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 43
            aload 0 /* this */
            aload 1 /* stream */
            invokestatic javax.imageio.ImageIO.read:(Ljava/io/InputStream;)Ljava/awt/image/BufferedImage;
            putfield sun.print.ImagePrinter.image:Ljava/awt/image/BufferedImage;
         2: .line 44
            goto 4
      StackMap locals: sun.print.ImagePrinter java.io.InputStream
      StackMap stack: java.lang.Exception
         3: pop
         4: .line 46
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.io.InputStream stream
        end local 0 // sun.print.ImagePrinter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lsun/print/ImagePrinter;
            0    5     1  stream  Ljava/io/InputStream;
      Exception table:
        from    to  target  type
           1     2       3  Class java.lang.Exception
    MethodParameters:
        Name  Flags
      stream  

  void <init>(java.net.URL);
    descriptor: (Ljava/net/URL;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.print.ImagePrinter this
        start local 1 // java.net.URL url
         0: .line 48
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 50
            aload 0 /* this */
            aload 1 /* url */
            invokestatic javax.imageio.ImageIO.read:(Ljava/net/URL;)Ljava/awt/image/BufferedImage;
            putfield sun.print.ImagePrinter.image:Ljava/awt/image/BufferedImage;
         2: .line 51
            goto 4
      StackMap locals: sun.print.ImagePrinter java.net.URL
      StackMap stack: java.lang.Exception
         3: pop
         4: .line 53
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.net.URL url
        end local 0 // sun.print.ImagePrinter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/print/ImagePrinter;
            0    5     1   url  Ljava/net/URL;
      Exception table:
        from    to  target  type
           1     2       3  Class java.lang.Exception
    MethodParameters:
      Name  Flags
      url   

  public int print(java.awt.Graphics, java.awt.print.PageFormat, int);
    descriptor: (Ljava/awt/Graphics;Ljava/awt/print/PageFormat;I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=11, locals=12, args_size=4
        start local 0 // sun.print.ImagePrinter this
        start local 1 // java.awt.Graphics g
        start local 2 // java.awt.print.PageFormat pf
        start local 3 // int index
         0: .line 57
            iload 3 /* index */
            ifgt 1
            aload 0 /* this */
            getfield sun.print.ImagePrinter.image:Ljava/awt/image/BufferedImage;
            ifnonnull 2
         1: .line 58
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
         2: .line 61
      StackMap locals:
      StackMap stack:
            aload 1 /* g */
            checkcast java.awt.Graphics2D
            aload 2 /* pf */
            invokevirtual java.awt.print.PageFormat.getImageableX:()D
            aload 2 /* pf */
            invokevirtual java.awt.print.PageFormat.getImageableY:()D
            invokevirtual java.awt.Graphics2D.translate:(DD)V
         3: .line 62
            aload 0 /* this */
            getfield sun.print.ImagePrinter.image:Ljava/awt/image/BufferedImage;
            aconst_null
            invokevirtual java.awt.image.BufferedImage.getWidth:(Ljava/awt/image/ImageObserver;)I
            istore 4 /* w */
        start local 4 // int w
         4: .line 63
            aload 0 /* this */
            getfield sun.print.ImagePrinter.image:Ljava/awt/image/BufferedImage;
            aconst_null
            invokevirtual java.awt.image.BufferedImage.getHeight:(Ljava/awt/image/ImageObserver;)I
            istore 5 /* h */
        start local 5 // int h
         5: .line 64
            aload 2 /* pf */
            invokevirtual java.awt.print.PageFormat.getImageableWidth:()D
            d2i
            istore 6 /* iw */
        start local 6 // int iw
         6: .line 65
            aload 2 /* pf */
            invokevirtual java.awt.print.PageFormat.getImageableHeight:()D
            d2i
            istore 7 /* ih */
        start local 7 // int ih
         7: .line 68
            iload 4 /* w */
            istore 8 /* dw */
        start local 8 // int dw
         8: .line 69
            iload 5 /* h */
            istore 9 /* dh */
        start local 9 // int dh
         9: .line 70
            iload 8 /* dw */
            iload 6 /* iw */
            if_icmple 12
        10: .line 71
            iload 9 /* dh */
            i2f
            iload 6 /* iw */
            i2f
            iload 8 /* dw */
            i2f
            fdiv
            fmul
            f2i
            istore 9 /* dh */
        11: .line 72
            iload 6 /* iw */
            istore 8 /* dw */
        12: .line 74
      StackMap locals: sun.print.ImagePrinter java.awt.Graphics java.awt.print.PageFormat int int int int int int int
      StackMap stack:
            iload 9 /* dh */
            iload 7 /* ih */
            if_icmple 15
        13: .line 75
            iload 8 /* dw */
            i2f
            iload 7 /* ih */
            i2f
            iload 9 /* dh */
            i2f
            fdiv
            fmul
            f2i
            istore 8 /* dw */
        14: .line 76
            iload 7 /* ih */
            istore 9 /* dh */
        15: .line 79
      StackMap locals:
      StackMap stack:
            iload 6 /* iw */
            iload 8 /* dw */
            isub
            iconst_2
            idiv
            istore 10 /* dx */
        start local 10 // int dx
        16: .line 80
            iload 7 /* ih */
            iload 9 /* dh */
            isub
            iconst_2
            idiv
            istore 11 /* dy */
        start local 11 // int dy
        17: .line 82
            aload 1 /* g */
            aload 0 /* this */
            getfield sun.print.ImagePrinter.image:Ljava/awt/image/BufferedImage;
            iload 10 /* dx */
            iload 11 /* dy */
            iload 10 /* dx */
            iload 8 /* dw */
            iadd
            iload 11 /* dy */
            iload 9 /* dh */
            iadd
            iconst_0
            iconst_0
            iload 4 /* w */
            iload 5 /* h */
            aconst_null
            invokevirtual java.awt.Graphics.drawImage:(Ljava/awt/Image;IIIIIIIILjava/awt/image/ImageObserver;)Z
            pop
        18: .line 83
            iconst_0
            ireturn
        end local 11 // int dy
        end local 10 // int dx
        end local 9 // int dh
        end local 8 // int dw
        end local 7 // int ih
        end local 6 // int iw
        end local 5 // int h
        end local 4 // int w
        end local 3 // int index
        end local 2 // java.awt.print.PageFormat pf
        end local 1 // java.awt.Graphics g
        end local 0 // sun.print.ImagePrinter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   19     0   this  Lsun/print/ImagePrinter;
            0   19     1      g  Ljava/awt/Graphics;
            0   19     2     pf  Ljava/awt/print/PageFormat;
            0   19     3  index  I
            4   19     4      w  I
            5   19     5      h  I
            6   19     6     iw  I
            7   19     7     ih  I
            8   19     8     dw  I
            9   19     9     dh  I
           16   19    10     dx  I
           17   19    11     dy  I
    MethodParameters:
       Name  Flags
      g      
      pf     
      index  
}
SourceFile: "ImagePrinter.java"