public abstract class sun.print.RasterPrinterJob extends java.awt.print.PrinterJob
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: sun.print.RasterPrinterJob
  super_class: java.awt.print.PrinterJob
{
  protected static final int PRINTER;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  protected static final int FILE;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  protected static final int STREAM;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  protected static final int MAX_UNKNOWN_PAGES;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 9999

  protected static final int PD_ALLPAGES;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  protected static final int PD_SELECTION;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  protected static final int PD_PAGENUMS;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  protected static final int PD_NOSELECTION;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 4

  private static final int MAX_BAND_SIZE;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 4194304

  private static final float DPI;
    descriptor: F
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 72.0

  private static final java.lang.String FORCE_PIPE_PROP;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "sun.java2d.print.pipeline"

  private static final java.lang.String FORCE_RASTER;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "raster"

  private static final java.lang.String FORCE_PDL;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "pdl"

  private static final java.lang.String SHAPE_TEXT_PROP;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "sun.java2d.print.shapetext"

  public static boolean forcePDL;
    descriptor: Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC

  public static boolean forceRaster;
    descriptor: Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC

  public static boolean shapeTextProp;
    descriptor: Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC

  private int cachedBandWidth;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int cachedBandHeight;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private java.awt.image.BufferedImage cachedBand;
    descriptor: Ljava/awt/image/BufferedImage;
    flags: (0x0002) ACC_PRIVATE

  private int mNumCopies;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private boolean mCollate;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private int mFirstPage;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int mLastPage;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private java.awt.print.Paper previousPaper;
    descriptor: Ljava/awt/print/Paper;
    flags: (0x0002) ACC_PRIVATE

  protected java.awt.print.Pageable mDocument;
    descriptor: Ljava/awt/print/Pageable;
    flags: (0x0004) ACC_PROTECTED

  private java.lang.String mDocName;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  protected boolean performingPrinting;
    descriptor: Z
    flags: (0x0004) ACC_PROTECTED

  protected boolean userCancelled;
    descriptor: Z
    flags: (0x0004) ACC_PROTECTED

  private java.io.FilePermission printToFilePermission;
    descriptor: Ljava/io/FilePermission;
    flags: (0x0002) ACC_PRIVATE

  private java.util.ArrayList redrawList;
    descriptor: Ljava/util/ArrayList;
    flags: (0x0002) ACC_PRIVATE

  private int copiesAttr;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String jobNameAttr;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String userNameAttr;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private javax.print.attribute.standard.PageRanges pageRangesAttr;
    descriptor: Ljavax/print/attribute/standard/PageRanges;
    flags: (0x0002) ACC_PRIVATE

  protected javax.print.attribute.standard.Sides sidesAttr;
    descriptor: Ljavax/print/attribute/standard/Sides;
    flags: (0x0004) ACC_PROTECTED

  protected java.lang.String destinationAttr;
    descriptor: Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED

  protected boolean noJobSheet;
    descriptor: Z
    flags: (0x0004) ACC_PROTECTED

  protected int mDestType;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  protected java.lang.String mDestination;
    descriptor: Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED

  protected boolean collateAttReq;
    descriptor: Z
    flags: (0x0004) ACC_PROTECTED

  protected boolean landscapeRotates270;
    descriptor: Z
    flags: (0x0004) ACC_PROTECTED

  protected javax.print.attribute.PrintRequestAttributeSet attributes;
    descriptor: Ljavax/print/attribute/PrintRequestAttributeSet;
    flags: (0x0004) ACC_PROTECTED

  protected javax.print.PrintService myService;
    descriptor: Ljavax/print/PrintService;
    flags: (0x0004) ACC_PROTECTED

  public static boolean debugPrint;
    descriptor: Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC

  private int deviceWidth;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int deviceHeight;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private java.awt.geom.AffineTransform defaultDeviceTransform;
    descriptor: Ljava/awt/geom/AffineTransform;
    flags: (0x0002) ACC_PRIVATE

  private sun.print.PrinterGraphicsConfig pgConfig;
    descriptor: Lsun/print/PrinterGraphicsConfig;
    flags: (0x0002) ACC_PRIVATE

  private sun.print.DialogOnTop onTop;
    descriptor: Lsun/print/DialogOnTop;
    flags: (0x0002) ACC_PRIVATE

  private long parentWindowID;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=2, args_size=0
         0: .line 174
            iconst_0
            putstatic sun.print.RasterPrinterJob.forcePDL:Z
         1: .line 175
            iconst_0
            putstatic sun.print.RasterPrinterJob.forceRaster:Z
         2: .line 176
            iconst_0
            putstatic sun.print.RasterPrinterJob.shapeTextProp:Z
         3: .line 186
            new sun.security.action.GetPropertyAction
            dup
            ldc "sun.java2d.print.pipeline"
            invokespecial sun.security.action.GetPropertyAction.<init>:(Ljava/lang/String;)V
         4: .line 185
            invokestatic java.security.AccessController.doPrivileged:(Ljava/security/PrivilegedAction;)Ljava/lang/Object;
            checkcast java.lang.String
         5: .line 184
            astore 0 /* forceStr */
        start local 0 // java.lang.String forceStr
         6: .line 188
            aload 0 /* forceStr */
            ifnull 12
         7: .line 189
            aload 0 /* forceStr */
            ldc "pdl"
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifeq 10
         8: .line 190
            iconst_1
            putstatic sun.print.RasterPrinterJob.forcePDL:Z
         9: .line 191
            goto 12
      StackMap locals: java.lang.String
      StackMap stack:
        10: aload 0 /* forceStr */
            ldc "raster"
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifeq 12
        11: .line 192
            iconst_1
            putstatic sun.print.RasterPrinterJob.forceRaster:Z
        12: .line 198
      StackMap locals:
      StackMap stack:
            new sun.security.action.GetPropertyAction
            dup
            ldc "sun.java2d.print.shapetext"
            invokespecial sun.security.action.GetPropertyAction.<init>:(Ljava/lang/String;)V
        13: .line 197
            invokestatic java.security.AccessController.doPrivileged:(Ljava/security/PrivilegedAction;)Ljava/lang/Object;
            checkcast java.lang.String
        14: .line 196
            astore 1 /* shapeTextStr */
        start local 1 // java.lang.String shapeTextStr
        15: .line 200
            aload 1 /* shapeTextStr */
            ifnull 17
        16: .line 201
            iconst_1
            putstatic sun.print.RasterPrinterJob.shapeTextProp:Z
        end local 1 // java.lang.String shapeTextStr
        end local 0 // java.lang.String forceStr
        17: .line 1393
      StackMap locals:
      StackMap stack:
            iconst_0
            putstatic sun.print.RasterPrinterJob.debugPrint:Z
            return
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            6   17     0      forceStr  Ljava/lang/String;
           15   17     1  shapeTextStr  Ljava/lang/String;

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.print.RasterPrinterJob this
         0: .line 327
            aload 0 /* this */
            invokespecial java.awt.print.PrinterJob.<init>:()V
         1: .line 210
            aload 0 /* this */
            iconst_0
            putfield sun.print.RasterPrinterJob.cachedBandWidth:I
         2: .line 211
            aload 0 /* this */
            iconst_0
            putfield sun.print.RasterPrinterJob.cachedBandHeight:I
         3: .line 212
            aload 0 /* this */
            aconst_null
            putfield sun.print.RasterPrinterJob.cachedBand:Ljava/awt/image/BufferedImage;
         4: .line 217
            aload 0 /* this */
            iconst_1
            putfield sun.print.RasterPrinterJob.mNumCopies:I
         5: .line 226
            aload 0 /* this */
            iconst_0
            putfield sun.print.RasterPrinterJob.mCollate:Z
         6: .line 236
            aload 0 /* this */
            iconst_m1
            putfield sun.print.RasterPrinterJob.mFirstPage:I
         7: .line 237
            aload 0 /* this */
            iconst_m1
            putfield sun.print.RasterPrinterJob.mLastPage:I
         8: .line 254
            aload 0 /* this */
            new java.awt.print.Book
            dup
            invokespecial java.awt.print.Book.<init>:()V
            putfield sun.print.RasterPrinterJob.mDocument:Ljava/awt/print/Pageable;
         9: .line 259
            aload 0 /* this */
            ldc "Java Printing"
            putfield sun.print.RasterPrinterJob.mDocName:Ljava/lang/String;
        10: .line 266
            aload 0 /* this */
            iconst_0
            putfield sun.print.RasterPrinterJob.performingPrinting:Z
        11: .line 268
            aload 0 /* this */
            iconst_0
            putfield sun.print.RasterPrinterJob.userCancelled:Z
        12: .line 278
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield sun.print.RasterPrinterJob.redrawList:Ljava/util/ArrayList;
        13: .line 290
            aload 0 /* this */
            iconst_0
            putfield sun.print.RasterPrinterJob.noJobSheet:Z
        14: .line 291
            aload 0 /* this */
            iconst_1
            putfield sun.print.RasterPrinterJob.mDestType:I
        15: .line 292
            aload 0 /* this */
            ldc ""
            putfield sun.print.RasterPrinterJob.mDestination:Ljava/lang/String;
        16: .line 293
            aload 0 /* this */
            iconst_0
            putfield sun.print.RasterPrinterJob.collateAttReq:Z
        17: .line 298
            aload 0 /* this */
            iconst_0
            putfield sun.print.RasterPrinterJob.landscapeRotates270:Z
        18: .line 304
            aload 0 /* this */
            aconst_null
            putfield sun.print.RasterPrinterJob.attributes:Ljavax/print/attribute/PrintRequestAttributeSet;
        19: .line 2482
            aload 0 /* this */
            aconst_null
            putfield sun.print.RasterPrinterJob.onTop:Lsun/print/DialogOnTop;
        20: .line 2484
            aload 0 /* this */
            lconst_0
            putfield sun.print.RasterPrinterJob.parentWindowID:J
        21: .line 329
            return
        end local 0 // sun.print.RasterPrinterJob this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   22     0  this  Lsun/print/RasterPrinterJob;

  protected abstract double getXRes();
    descriptor: ()D
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT

  protected abstract double getYRes();
    descriptor: ()D
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT

  protected abstract double getPhysicalPrintableX(java.awt.print.Paper);
    descriptor: (Ljava/awt/print/Paper;)D
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      p     

  protected abstract double getPhysicalPrintableY(java.awt.print.Paper);
    descriptor: (Ljava/awt/print/Paper;)D
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      p     

  protected abstract double getPhysicalPrintableWidth(java.awt.print.Paper);
    descriptor: (Ljava/awt/print/Paper;)D
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      p     

  protected abstract double getPhysicalPrintableHeight(java.awt.print.Paper);
    descriptor: (Ljava/awt/print/Paper;)D
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      p     

  protected abstract double getPhysicalPageWidth(java.awt.print.Paper);
    descriptor: (Ljava/awt/print/Paper;)D
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      p     

  protected abstract double getPhysicalPageHeight(java.awt.print.Paper);
    descriptor: (Ljava/awt/print/Paper;)D
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      p     

  protected abstract void startPage(java.awt.print.PageFormat, java.awt.print.Printable, int, boolean);
    descriptor: (Ljava/awt/print/PageFormat;Ljava/awt/print/Printable;IZ)V
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    Exceptions:
      throws java.awt.print.PrinterException
    MethodParameters:
              Name  Flags
      format        
      painter       
      index         
      paperChanged  

  protected abstract void endPage(java.awt.print.PageFormat, java.awt.print.Printable, int);
    descriptor: (Ljava/awt/print/PageFormat;Ljava/awt/print/Printable;I)V
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    Exceptions:
      throws java.awt.print.PrinterException
    MethodParameters:
         Name  Flags
      format   
      painter  
      index    

  protected abstract void printBand(byte[], int, int, int, int);
    descriptor: ([BIIII)V
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    Exceptions:
      throws java.awt.print.PrinterException
    MethodParameters:
        Name  Flags
      data    
      x       
      y       
      width   
      height  

  public void saveState(java.awt.geom.AffineTransform, java.awt.Shape, java.awt.geom.Rectangle2D, double, double);
    descriptor: (Ljava/awt/geom/AffineTransform;Ljava/awt/Shape;Ljava/awt/geom/Rectangle2D;DD)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=9, args_size=6
        start local 0 // sun.print.RasterPrinterJob this
        start local 1 // java.awt.geom.AffineTransform at
        start local 2 // java.awt.Shape clip
        start local 3 // java.awt.geom.Rectangle2D region
        start local 4 // double sx
        start local 6 // double sy
         0: .line 421
            new sun.print.RasterPrinterJob$GraphicsState
            dup
            aload 0 /* this */
            invokespecial sun.print.RasterPrinterJob$GraphicsState.<init>:(Lsun/print/RasterPrinterJob;)V
            astore 8 /* gstate */
        start local 8 // sun.print.RasterPrinterJob$GraphicsState gstate
         1: .line 422
            aload 8 /* gstate */
            aload 1 /* at */
            putfield sun.print.RasterPrinterJob$GraphicsState.theTransform:Ljava/awt/geom/AffineTransform;
         2: .line 423
            aload 8 /* gstate */
            aload 2 /* clip */
            putfield sun.print.RasterPrinterJob$GraphicsState.theClip:Ljava/awt/Shape;
         3: .line 424
            aload 8 /* gstate */
            aload 3 /* region */
            putfield sun.print.RasterPrinterJob$GraphicsState.region:Ljava/awt/geom/Rectangle2D;
         4: .line 425
            aload 8 /* gstate */
            dload 4 /* sx */
            putfield sun.print.RasterPrinterJob$GraphicsState.sx:D
         5: .line 426
            aload 8 /* gstate */
            dload 6 /* sy */
            putfield sun.print.RasterPrinterJob$GraphicsState.sy:D
         6: .line 427
            aload 0 /* this */
            getfield sun.print.RasterPrinterJob.redrawList:Ljava/util/ArrayList;
            aload 8 /* gstate */
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
         7: .line 428
            return
        end local 8 // sun.print.RasterPrinterJob$GraphicsState gstate
        end local 6 // double sy
        end local 4 // double sx
        end local 3 // java.awt.geom.Rectangle2D region
        end local 2 // java.awt.Shape clip
        end local 1 // java.awt.geom.AffineTransform at
        end local 0 // sun.print.RasterPrinterJob this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Lsun/print/RasterPrinterJob;
            0    8     1      at  Ljava/awt/geom/AffineTransform;
            0    8     2    clip  Ljava/awt/Shape;
            0    8     3  region  Ljava/awt/geom/Rectangle2D;
            0    8     4      sx  D
            0    8     6      sy  D
            1    8     8  gstate  Lsun/print/RasterPrinterJob$GraphicsState;
    MethodParameters:
        Name  Flags
      at      
      clip    
      region  
      sx      
      sy      

  protected static javax.print.PrintService lookupDefaultPrintService();
    descriptor: ()Ljavax/print/PrintService;
    flags: (0x000c) ACC_PROTECTED, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=0
         0: .line 440
            invokestatic javax.print.PrintServiceLookup.lookupDefaultPrintService:()Ljavax/print/PrintService;
            astore 0 /* service */
        start local 0 // javax.print.PrintService service
         1: .line 443
            aload 0 /* service */
            ifnull 11
         2: .line 444
            aload 0 /* service */
         3: .line 445
            getstatic javax.print.DocFlavor$SERVICE_FORMATTED.PAGEABLE:Ljavax/print/DocFlavor$SERVICE_FORMATTED;
         4: .line 444
            invokeinterface javax.print.PrintService.isDocFlavorSupported:(Ljavax/print/DocFlavor;)Z
         5: .line 445
            ifeq 11
         6: .line 446
            aload 0 /* service */
         7: .line 447
            getstatic javax.print.DocFlavor$SERVICE_FORMATTED.PRINTABLE:Ljavax/print/DocFlavor$SERVICE_FORMATTED;
         8: .line 446
            invokeinterface javax.print.PrintService.isDocFlavorSupported:(Ljavax/print/DocFlavor;)Z
         9: .line 447
            ifeq 11
        10: .line 448
            aload 0 /* service */
            areturn
        11: .line 452
      StackMap locals: javax.print.PrintService
      StackMap stack:
            getstatic javax.print.DocFlavor$SERVICE_FORMATTED.PAGEABLE:Ljavax/print/DocFlavor$SERVICE_FORMATTED;
            aconst_null
        12: .line 451
            invokestatic javax.print.PrintServiceLookup.lookupPrintServices:(Ljavax/print/DocFlavor;Ljavax/print/attribute/AttributeSet;)[Ljavax/print/PrintService;
        13: .line 450
            astore 1 /* services */
        start local 1 // javax.print.PrintService[] services
        14: .line 453
            aload 1 /* services */
            arraylength
            ifle 16
        15: .line 454
            aload 1 /* services */
            iconst_0
            aaload
            areturn
        end local 1 // javax.print.PrintService[] services
        16: .line 457
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 0 // javax.print.PrintService service
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            1   17     0   service  Ljavax/print/PrintService;
           14   16     1  services  [Ljavax/print/PrintService;

  public javax.print.PrintService getPrintService();
    descriptor: ()Ljavax/print/PrintService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // sun.print.RasterPrinterJob this
         0: .line 468
            aload 0 /* this */
            getfield sun.print.RasterPrinterJob.myService:Ljavax/print/PrintService;
            ifnonnull 19
         1: .line 469
            invokestatic javax.print.PrintServiceLookup.lookupDefaultPrintService:()Ljavax/print/PrintService;
            astore 1 /* svc */
        start local 1 // javax.print.PrintService svc
         2: .line 470
            aload 1 /* svc */
            ifnull 11
         3: .line 471
            aload 1 /* svc */
         4: .line 472
            getstatic javax.print.DocFlavor$SERVICE_FORMATTED.PAGEABLE:Ljavax/print/DocFlavor$SERVICE_FORMATTED;
         5: .line 471
            invokeinterface javax.print.PrintService.isDocFlavorSupported:(Ljavax/print/DocFlavor;)Z
         6: .line 472
            ifeq 11
         7: .line 474
            aload 0 /* this */
            aload 1 /* svc */
            invokevirtual sun.print.RasterPrinterJob.setPrintService:(Ljavax/print/PrintService;)V
         8: .line 475
            aload 0 /* this */
            aload 1 /* svc */
            putfield sun.print.RasterPrinterJob.myService:Ljavax/print/PrintService;
         9: .line 476
            goto 11
      StackMap locals: sun.print.RasterPrinterJob javax.print.PrintService
      StackMap stack: java.awt.print.PrinterException
        10: pop
        11: .line 479
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.print.RasterPrinterJob.myService:Ljavax/print/PrintService;
            ifnonnull 19
        12: .line 481
            getstatic javax.print.DocFlavor$SERVICE_FORMATTED.PAGEABLE:Ljavax/print/DocFlavor$SERVICE_FORMATTED;
            aconst_null
        13: .line 480
            invokestatic javax.print.PrintServiceLookup.lookupPrintServices:(Ljavax/print/DocFlavor;Ljavax/print/attribute/AttributeSet;)[Ljavax/print/PrintService;
            astore 2 /* svcs */
        start local 2 // javax.print.PrintService[] svcs
        14: .line 482
            aload 2 /* svcs */
            arraylength
            ifle 19
        15: .line 484
            aload 0 /* this */
            aload 2 /* svcs */
            iconst_0
            aaload
            invokevirtual sun.print.RasterPrinterJob.setPrintService:(Ljavax/print/PrintService;)V
        16: .line 485
            aload 0 /* this */
            aload 2 /* svcs */
            iconst_0
            aaload
            putfield sun.print.RasterPrinterJob.myService:Ljavax/print/PrintService;
        17: .line 486
            goto 19
      StackMap locals: sun.print.RasterPrinterJob javax.print.PrintService javax.print.PrintService[]
      StackMap stack: java.awt.print.PrinterException
        18: pop
        end local 2 // javax.print.PrintService[] svcs
        end local 1 // javax.print.PrintService svc
        19: .line 491
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.print.RasterPrinterJob.myService:Ljavax/print/PrintService;
            areturn
        end local 0 // sun.print.RasterPrinterJob this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   20     0  this  Lsun/print/RasterPrinterJob;
            2   19     1   svc  Ljavax/print/PrintService;
           14   19     2  svcs  [Ljavax/print/PrintService;
      Exception table:
        from    to  target  type
           7     9      10  Class java.awt.print.PrinterException
          15    17      18  Class java.awt.print.PrinterException

  public void setPrintService(javax.print.PrintService);
    descriptor: (Ljavax/print/PrintService;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // sun.print.RasterPrinterJob this
        start local 1 // javax.print.PrintService service
         0: .line 507
            aload 1 /* service */
            ifnonnull 2
         1: .line 508
            new java.awt.print.PrinterException
            dup
            ldc "Service cannot be null"
            invokespecial java.awt.print.PrinterException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 509
      StackMap locals:
      StackMap stack:
            aload 1 /* service */
            instanceof javax.print.StreamPrintService
            ifne 5
         3: .line 510
            aload 1 /* service */
            invokeinterface javax.print.PrintService.getName:()Ljava/lang/String;
            ifnonnull 5
         4: .line 511
            new java.awt.print.PrinterException
            dup
            ldc "Null PrintService name."
            invokespecial java.awt.print.PrinterException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 515
      StackMap locals:
      StackMap stack:
            aload 1 /* service */
         6: .line 516
            ldc Ljavax/print/attribute/standard/PrinterState;
         7: .line 515
            invokeinterface javax.print.PrintService.getAttribute:(Ljava/lang/Class;)Ljavax/print/attribute/PrintServiceAttribute;
            checkcast javax.print.attribute.standard.PrinterState
            astore 2 /* prnState */
        start local 2 // javax.print.attribute.standard.PrinterState prnState
         8: .line 517
            aload 2 /* prnState */
            getstatic javax.print.attribute.standard.PrinterState.STOPPED:Ljavax/print/attribute/standard/PrinterState;
            if_acmpne 16
         9: .line 519
            aload 1 /* service */
        10: .line 520
            ldc Ljavax/print/attribute/standard/PrinterStateReasons;
        11: .line 519
            invokeinterface javax.print.PrintService.getAttribute:(Ljava/lang/Class;)Ljavax/print/attribute/PrintServiceAttribute;
            checkcast javax.print.attribute.standard.PrinterStateReasons
        12: .line 518
            astore 3 /* prnStateReasons */
        start local 3 // javax.print.attribute.standard.PrinterStateReasons prnStateReasons
        13: .line 521
            aload 3 /* prnStateReasons */
            ifnull 16
        14: .line 522
            aload 3 /* prnStateReasons */
            getstatic javax.print.attribute.standard.PrinterStateReason.SHUTDOWN:Ljavax/print/attribute/standard/PrinterStateReason;
            invokevirtual javax.print.attribute.standard.PrinterStateReasons.containsKey:(Ljava/lang/Object;)Z
            ifeq 16
        15: .line 524
            new java.awt.print.PrinterException
            dup
            ldc "PrintService is no longer available."
            invokespecial java.awt.print.PrinterException.<init>:(Ljava/lang/String;)V
            athrow
        end local 3 // javax.print.attribute.standard.PrinterStateReasons prnStateReasons
        16: .line 529
      StackMap locals: javax.print.attribute.standard.PrinterState
      StackMap stack:
            aload 1 /* service */
        17: .line 530
            getstatic javax.print.DocFlavor$SERVICE_FORMATTED.PAGEABLE:Ljavax/print/DocFlavor$SERVICE_FORMATTED;
        18: .line 529
            invokeinterface javax.print.PrintService.isDocFlavorSupported:(Ljavax/print/DocFlavor;)Z
        19: .line 530
            ifeq 26
        20: .line 531
            aload 1 /* service */
        21: .line 532
            getstatic javax.print.DocFlavor$SERVICE_FORMATTED.PRINTABLE:Ljavax/print/DocFlavor$SERVICE_FORMATTED;
        22: .line 531
            invokeinterface javax.print.PrintService.isDocFlavorSupported:(Ljavax/print/DocFlavor;)Z
        23: .line 532
            ifeq 26
        24: .line 533
            aload 0 /* this */
            aload 1 /* service */
            putfield sun.print.RasterPrinterJob.myService:Ljavax/print/PrintService;
        25: .line 534
            goto 27
        26: .line 535
      StackMap locals:
      StackMap stack:
            new java.awt.print.PrinterException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Not a 2D print service: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* service */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.awt.print.PrinterException.<init>:(Ljava/lang/String;)V
            athrow
        end local 2 // javax.print.attribute.standard.PrinterState prnState
        27: .line 538
      StackMap locals:
      StackMap stack:
            return
        end local 1 // javax.print.PrintService service
        end local 0 // sun.print.RasterPrinterJob this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   28     0             this  Lsun/print/RasterPrinterJob;
            0   28     1          service  Ljavax/print/PrintService;
            8   27     2         prnState  Ljavax/print/attribute/standard/PrinterState;
           13   16     3  prnStateReasons  Ljavax/print/attribute/standard/PrinterStateReasons;
    Exceptions:
      throws java.awt.print.PrinterException
    MethodParameters:
         Name  Flags
      service  

  private java.awt.print.PageFormat attributeToPageFormat(javax.print.PrintService, javax.print.attribute.PrintRequestAttributeSet);
    descriptor: (Ljavax/print/PrintService;Ljavax/print/attribute/PrintRequestAttributeSet;)Ljava/awt/print/PageFormat;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=9, locals=22, args_size=3
        start local 0 // sun.print.RasterPrinterJob this
        start local 1 // javax.print.PrintService service
        start local 2 // javax.print.attribute.PrintRequestAttributeSet attSet
         0: .line 542
            aload 0 /* this */
            invokevirtual sun.print.RasterPrinterJob.defaultPage:()Ljava/awt/print/PageFormat;
            astore 3 /* page */
        start local 3 // java.awt.print.PageFormat page
         1: .line 544
            aload 1 /* service */
            ifnonnull 3
         2: .line 545
            aload 3 /* page */
            areturn
         3: .line 549
      StackMap locals: java.awt.print.PageFormat
      StackMap stack:
            aload 2 /* attSet */
            ldc Ljavax/print/attribute/standard/OrientationRequested;
            invokeinterface javax.print.attribute.PrintRequestAttributeSet.get:(Ljava/lang/Class;)Ljavax/print/attribute/Attribute;
         4: .line 548
            checkcast javax.print.attribute.standard.OrientationRequested
            astore 4 /* orient */
        start local 4 // javax.print.attribute.standard.OrientationRequested orient
         5: .line 550
            aload 4 /* orient */
            ifnonnull 8
         6: .line 552
            aload 1 /* service */
            ldc Ljavax/print/attribute/standard/OrientationRequested;
            invokeinterface javax.print.PrintService.getDefaultAttributeValue:(Ljava/lang/Class;)Ljava/lang/Object;
         7: .line 551
            checkcast javax.print.attribute.standard.OrientationRequested
            astore 4 /* orient */
         8: .line 554
      StackMap locals: javax.print.attribute.standard.OrientationRequested
      StackMap stack:
            aload 4 /* orient */
            getstatic javax.print.attribute.standard.OrientationRequested.REVERSE_LANDSCAPE:Ljavax/print/attribute/standard/OrientationRequested;
            if_acmpne 11
         9: .line 555
            aload 3 /* page */
            iconst_2
            invokevirtual java.awt.print.PageFormat.setOrientation:(I)V
        10: .line 556
            goto 15
      StackMap locals:
      StackMap stack:
        11: aload 4 /* orient */
            getstatic javax.print.attribute.standard.OrientationRequested.LANDSCAPE:Ljavax/print/attribute/standard/OrientationRequested;
            if_acmpne 14
        12: .line 557
            aload 3 /* page */
            iconst_0
            invokevirtual java.awt.print.PageFormat.setOrientation:(I)V
        13: .line 558
            goto 15
        14: .line 559
      StackMap locals:
      StackMap stack:
            aload 3 /* page */
            iconst_1
            invokevirtual java.awt.print.PageFormat.setOrientation:(I)V
        15: .line 562
      StackMap locals:
      StackMap stack:
            aload 2 /* attSet */
            ldc Ljavax/print/attribute/standard/Media;
            invokeinterface javax.print.attribute.PrintRequestAttributeSet.get:(Ljava/lang/Class;)Ljavax/print/attribute/Attribute;
            checkcast javax.print.attribute.standard.Media
            astore 5 /* media */
        start local 5 // javax.print.attribute.standard.Media media
        16: .line 563
            aload 0 /* this */
            aload 5 /* media */
            aload 1 /* service */
            aload 3 /* page */
            invokevirtual sun.print.RasterPrinterJob.getMediaSize:(Ljavax/print/attribute/standard/Media;Ljavax/print/PrintService;Ljava/awt/print/PageFormat;)Ljavax/print/attribute/standard/MediaSize;
            astore 6 /* size */
        start local 6 // javax.print.attribute.standard.MediaSize size
        17: .line 565
            new java.awt.print.Paper
            dup
            invokespecial java.awt.print.Paper.<init>:()V
            astore 7 /* paper */
        start local 7 // java.awt.print.Paper paper
        18: .line 566
            aload 6 /* size */
            iconst_1
            invokevirtual javax.print.attribute.standard.MediaSize.getSize:(I)[F
            astore 8 /* dim */
        start local 8 // float[] dim
        19: .line 567
            aload 8 /* dim */
            iconst_0
            faload
            f2d
            ldc 72.0
            dmul
            ldc 25400.0
            ddiv
            invokestatic java.lang.Math.rint:(D)D
            dstore 9 /* w */
        start local 9 // double w
        20: .line 568
            aload 8 /* dim */
            iconst_1
            faload
            f2d
            ldc 72.0
            dmul
            ldc 25400.0
            ddiv
            invokestatic java.lang.Math.rint:(D)D
            dstore 11 /* h */
        start local 11 // double h
        21: .line 569
            aload 7 /* paper */
            dload 9 /* w */
            dload 11 /* h */
            invokevirtual java.awt.print.Paper.setSize:(DD)V
        22: .line 572
            aload 2 /* attSet */
            ldc Ljavax/print/attribute/standard/MediaPrintableArea;
            invokeinterface javax.print.attribute.PrintRequestAttributeSet.get:(Ljava/lang/Class;)Ljavax/print/attribute/Attribute;
        23: .line 571
            checkcast javax.print.attribute.standard.MediaPrintableArea
        24: .line 570
            astore 13 /* area */
        start local 13 // javax.print.attribute.standard.MediaPrintableArea area
        25: .line 573
            aload 13 /* area */
            ifnonnull 27
        26: .line 574
            aload 0 /* this */
            aload 3 /* page */
            dload 9 /* w */
            dload 11 /* h */
            invokevirtual sun.print.RasterPrinterJob.getDefaultPrintableArea:(Ljava/awt/print/PageFormat;DD)Ljavax/print/attribute/standard/MediaPrintableArea;
            astore 13 /* area */
        27: .line 581
      StackMap locals: sun.print.RasterPrinterJob javax.print.PrintService javax.print.attribute.PrintRequestAttributeSet java.awt.print.PageFormat javax.print.attribute.standard.OrientationRequested javax.print.attribute.standard.Media javax.print.attribute.standard.MediaSize java.awt.print.Paper float[] double double javax.print.attribute.standard.MediaPrintableArea
      StackMap stack:
            aload 13 /* area */
            sipush 25400
            invokevirtual javax.print.attribute.standard.MediaPrintableArea.getX:(I)F
            ldc 72.0
            fmul
            f2d
        28: .line 580
            invokestatic java.lang.Math.rint:(D)D
            dstore 14 /* ix */
        start local 14 // double ix
        29: .line 583
            aload 13 /* area */
            sipush 25400
            invokevirtual javax.print.attribute.standard.MediaPrintableArea.getY:(I)F
            ldc 72.0
            fmul
            f2d
        30: .line 582
            invokestatic java.lang.Math.rint:(D)D
            dstore 18 /* iy */
        start local 18 // double iy
        31: .line 585
            aload 13 /* area */
            sipush 25400
            invokevirtual javax.print.attribute.standard.MediaPrintableArea.getWidth:(I)F
            ldc 72.0
            fmul
            f2d
        32: .line 584
            invokestatic java.lang.Math.rint:(D)D
            dstore 16 /* iw */
        start local 16 // double iw
        33: .line 587
            aload 13 /* area */
            sipush 25400
            invokevirtual javax.print.attribute.standard.MediaPrintableArea.getHeight:(I)F
            ldc 72.0
            fmul
            f2d
        34: .line 586
            invokestatic java.lang.Math.rint:(D)D
            dstore 20 /* ih */
        start local 20 // double ih
        35: .line 588
            aload 7 /* paper */
            dload 14 /* ix */
            dload 18 /* iy */
            dload 16 /* iw */
            dload 20 /* ih */
            invokevirtual java.awt.print.Paper.setImageableArea:(DDDD)V
        36: .line 589
            aload 3 /* page */
            aload 7 /* paper */
            invokevirtual java.awt.print.PageFormat.setPaper:(Ljava/awt/print/Paper;)V
        37: .line 590
            aload 3 /* page */
            areturn
        end local 20 // double ih
        end local 18 // double iy
        end local 16 // double iw
        end local 14 // double ix
        end local 13 // javax.print.attribute.standard.MediaPrintableArea area
        end local 11 // double h
        end local 9 // double w
        end local 8 // float[] dim
        end local 7 // java.awt.print.Paper paper
        end local 6 // javax.print.attribute.standard.MediaSize size
        end local 5 // javax.print.attribute.standard.Media media
        end local 4 // javax.print.attribute.standard.OrientationRequested orient
        end local 3 // java.awt.print.PageFormat page
        end local 2 // javax.print.attribute.PrintRequestAttributeSet attSet
        end local 1 // javax.print.PrintService service
        end local 0 // sun.print.RasterPrinterJob this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   38     0     this  Lsun/print/RasterPrinterJob;
            0   38     1  service  Ljavax/print/PrintService;
            0   38     2   attSet  Ljavax/print/attribute/PrintRequestAttributeSet;
            1   38     3     page  Ljava/awt/print/PageFormat;
            5   38     4   orient  Ljavax/print/attribute/standard/OrientationRequested;
           16   38     5    media  Ljavax/print/attribute/standard/Media;
           17   38     6     size  Ljavax/print/attribute/standard/MediaSize;
           18   38     7    paper  Ljava/awt/print/Paper;
           19   38     8      dim  [F
           20   38     9        w  D
           21   38    11        h  D
           25   38    13     area  Ljavax/print/attribute/standard/MediaPrintableArea;
           29   38    14       ix  D
           33   38    16       iw  D
           31   38    18       iy  D
           35   38    20       ih  D
    MethodParameters:
         Name  Flags
      service  
      attSet   

  protected javax.print.attribute.standard.MediaSize getMediaSize(javax.print.attribute.standard.Media, javax.print.PrintService, java.awt.print.PageFormat);
    descriptor: (Ljavax/print/attribute/standard/Media;Ljavax/print/PrintService;Ljava/awt/print/PageFormat;)Ljavax/print/attribute/standard/MediaSize;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=5, args_size=4
        start local 0 // sun.print.RasterPrinterJob this
        start local 1 // javax.print.attribute.standard.Media media
        start local 2 // javax.print.PrintService service
        start local 3 // java.awt.print.PageFormat page
         0: .line 594
            aload 1 /* media */
            ifnonnull 2
         1: .line 595
            aload 2 /* service */
            ldc Ljavax/print/attribute/standard/Media;
            invokeinterface javax.print.PrintService.getDefaultAttributeValue:(Ljava/lang/Class;)Ljava/lang/Object;
            checkcast javax.print.attribute.standard.Media
            astore 1 /* media */
         2: .line 597
      StackMap locals:
      StackMap stack:
            aload 1 /* media */
            instanceof javax.print.attribute.standard.MediaSizeName
            ifne 4
         3: .line 598
            getstatic javax.print.attribute.standard.MediaSizeName.NA_LETTER:Ljavax/print/attribute/standard/MediaSizeName;
            astore 1 /* media */
         4: .line 600
      StackMap locals:
      StackMap stack:
            aload 1 /* media */
            checkcast javax.print.attribute.standard.MediaSizeName
            invokestatic javax.print.attribute.standard.MediaSize.getMediaSizeForName:(Ljavax/print/attribute/standard/MediaSizeName;)Ljavax/print/attribute/standard/MediaSize;
            astore 4 /* size */
        start local 4 // javax.print.attribute.standard.MediaSize size
         5: .line 601
            aload 4 /* size */
            ifnull 6
            aload 4 /* size */
            goto 7
      StackMap locals: javax.print.attribute.standard.MediaSize
      StackMap stack:
         6: getstatic javax.print.attribute.standard.MediaSize$NA.LETTER:Ljavax/print/attribute/standard/MediaSize;
      StackMap locals:
      StackMap stack: javax.print.attribute.standard.MediaSize
         7: areturn
        end local 4 // javax.print.attribute.standard.MediaSize size
        end local 3 // java.awt.print.PageFormat page
        end local 2 // javax.print.PrintService service
        end local 1 // javax.print.attribute.standard.Media media
        end local 0 // sun.print.RasterPrinterJob this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    8     0     this  Lsun/print/RasterPrinterJob;
            0    8     1    media  Ljavax/print/attribute/standard/Media;
            0    8     2  service  Ljavax/print/PrintService;
            0    8     3     page  Ljava/awt/print/PageFormat;
            5    8     4     size  Ljavax/print/attribute/standard/MediaSize;
    MethodParameters:
         Name  Flags
      media    
      service  
      page     

  protected javax.print.attribute.standard.MediaPrintableArea getDefaultPrintableArea(java.awt.print.PageFormat, double, double);
    descriptor: (Ljava/awt/print/PageFormat;DD)Ljavax/print/attribute/standard/MediaPrintableArea;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=9, locals=14, args_size=4
        start local 0 // sun.print.RasterPrinterJob this
        start local 1 // java.awt.print.PageFormat page
        start local 2 // double w
        start local 4 // double h
         0: .line 607
            dload 2 /* w */
            ldc 432.0
            dcmpl
            iflt 4
         1: .line 608
            ldc 72.0
            dstore 6 /* ix */
        start local 6 // double ix
         2: .line 609
            dload 2 /* w */
            ldc 144.0
            dsub
            dstore 8 /* iw */
        start local 8 // double iw
         3: .line 610
            goto 6
        end local 8 // double iw
        end local 6 // double ix
         4: .line 611
      StackMap locals:
      StackMap stack:
            dload 2 /* w */
            ldc 6.0
            ddiv
            dstore 6 /* ix */
        start local 6 // double ix
         5: .line 612
            dload 2 /* w */
            ldc 0.75
            dmul
            dstore 8 /* iw */
        start local 8 // double iw
         6: .line 614
      StackMap locals: double double
      StackMap stack:
            dload 4 /* h */
            ldc 432.0
            dcmpl
            iflt 10
         7: .line 615
            ldc 72.0
            dstore 10 /* iy */
        start local 10 // double iy
         8: .line 616
            dload 4 /* h */
            ldc 144.0
            dsub
            dstore 12 /* ih */
        start local 12 // double ih
         9: .line 617
            goto 12
        end local 12 // double ih
        end local 10 // double iy
        10: .line 618
      StackMap locals:
      StackMap stack:
            dload 4 /* h */
            ldc 6.0
            ddiv
            dstore 10 /* iy */
        start local 10 // double iy
        11: .line 619
            dload 4 /* h */
            ldc 0.75
            dmul
            dstore 12 /* ih */
        start local 12 // double ih
        12: .line 622
      StackMap locals: double double
      StackMap stack:
            new javax.print.attribute.standard.MediaPrintableArea
            dup
            dload 6 /* ix */
            ldc 72.0
            ddiv
            d2f
            dload 10 /* iy */
            ldc 72.0
            ddiv
            d2f
        13: .line 623
            dload 8 /* iw */
            ldc 72.0
            ddiv
            d2f
            dload 12 /* ih */
            ldc 72.0
            ddiv
            d2f
            sipush 25400
        14: .line 622
            invokespecial javax.print.attribute.standard.MediaPrintableArea.<init>:(FFFFI)V
            areturn
        end local 12 // double ih
        end local 10 // double iy
        end local 8 // double iw
        end local 6 // double ix
        end local 4 // double h
        end local 2 // double w
        end local 1 // java.awt.print.PageFormat page
        end local 0 // sun.print.RasterPrinterJob this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   15     0  this  Lsun/print/RasterPrinterJob;
            0   15     1  page  Ljava/awt/print/PageFormat;
            0   15     2     w  D
            0   15     4     h  D
            2    4     6    ix  D
            5   15     6    ix  D
            3    4     8    iw  D
            6   15     8    iw  D
            8   10    10    iy  D
           11   15    10    iy  D
            9   10    12    ih  D
           12   15    12    ih  D
    MethodParameters:
      Name  Flags
      page  
      w     
      h     

  protected void updatePageAttributes(javax.print.PrintService, java.awt.print.PageFormat);
    descriptor: (Ljavax/print/PrintService;Ljava/awt/print/PageFormat;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // sun.print.RasterPrinterJob this
        start local 1 // javax.print.PrintService service
        start local 2 // java.awt.print.PageFormat page
         0: .line 628
            aload 0 /* this */
            getfield sun.print.RasterPrinterJob.attributes:Ljavax/print/attribute/PrintRequestAttributeSet;
            ifnonnull 2
         1: .line 629
            aload 0 /* this */
            new javax.print.attribute.HashPrintRequestAttributeSet
            dup
            invokespecial javax.print.attribute.HashPrintRequestAttributeSet.<init>:()V
            putfield sun.print.RasterPrinterJob.attributes:Ljavax/print/attribute/PrintRequestAttributeSet;
         2: .line 632
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* service */
            aload 2 /* page */
            aload 0 /* this */
            getfield sun.print.RasterPrinterJob.attributes:Ljavax/print/attribute/PrintRequestAttributeSet;
            invokevirtual sun.print.RasterPrinterJob.updateAttributesWithPageFormat:(Ljavax/print/PrintService;Ljava/awt/print/PageFormat;Ljavax/print/attribute/PrintRequestAttributeSet;)V
         3: .line 633
            return
        end local 2 // java.awt.print.PageFormat page
        end local 1 // javax.print.PrintService service
        end local 0 // sun.print.RasterPrinterJob this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lsun/print/RasterPrinterJob;
            0    4     1  service  Ljavax/print/PrintService;
            0    4     2     page  Ljava/awt/print/PageFormat;
    MethodParameters:
         Name  Flags
      service  
      page     

  protected void updateAttributesWithPageFormat(javax.print.PrintService, java.awt.print.PageFormat, javax.print.attribute.PrintRequestAttributeSet);
    descriptor: (Ljavax/print/PrintService;Ljava/awt/print/PageFormat;Ljavax/print/attribute/PrintRequestAttributeSet;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=8, locals=13, args_size=4
        start local 0 // sun.print.RasterPrinterJob this
        start local 1 // javax.print.PrintService service
        start local 2 // java.awt.print.PageFormat page
        start local 3 // javax.print.attribute.PrintRequestAttributeSet pageAttributes
         0: .line 638
            aload 1 /* service */
            ifnull 1
            aload 2 /* page */
            ifnull 1
            aload 3 /* pageAttributes */
            ifnonnull 2
         1: .line 639
      StackMap locals:
      StackMap stack:
            return
         2: .line 643
      StackMap locals:
      StackMap stack:
            aload 2 /* page */
            invokevirtual java.awt.print.PageFormat.getPaper:()Ljava/awt/print/Paper;
            invokevirtual java.awt.print.Paper.getWidth:()D
            ldc 25400.0
            dmul
         3: .line 644
            ldc 72.0
         4: .line 643
            ddiv
         5: .line 642
            invokestatic java.lang.Math.rint:(D)D
            d2f
         6: .line 644
            ldc 25400.0
         7: .line 642
            fdiv
            fstore 4 /* x */
        start local 4 // float x
         8: .line 646
            aload 2 /* page */
            invokevirtual java.awt.print.PageFormat.getPaper:()Ljava/awt/print/Paper;
            invokevirtual java.awt.print.Paper.getHeight:()D
            ldc 25400.0
            dmul
         9: .line 647
            ldc 72.0
        10: .line 646
            ddiv
        11: .line 645
            invokestatic java.lang.Math.rint:(D)D
            d2f
        12: .line 647
            ldc 25400.0
        13: .line 645
            fdiv
            fstore 5 /* y */
        start local 5 // float y
        14: .line 653
            aload 1 /* service */
        15: .line 654
            ldc Ljavax/print/attribute/standard/Media;
            aconst_null
            aconst_null
        16: .line 653
            invokeinterface javax.print.PrintService.getSupportedAttributeValues:(Ljava/lang/Class;Ljavax/print/DocFlavor;Ljavax/print/attribute/AttributeSet;)Ljava/lang/Object;
            checkcast javax.print.attribute.standard.Media[]
            astore 6 /* mediaList */
        start local 6 // javax.print.attribute.standard.Media[] mediaList
        17: .line 655
            aconst_null
            astore 7 /* media */
        start local 7 // javax.print.attribute.standard.Media media
        18: .line 657
            aload 6 /* mediaList */
            fload 4 /* x */
            fload 5 /* y */
        19: .line 658
            sipush 25400
        20: .line 657
            invokestatic sun.print.CustomMediaSizeName.findMedia:([Ljavax/print/attribute/standard/Media;FFI)Ljavax/print/attribute/standard/MediaSizeName;
            astore 7 /* media */
        21: .line 659
            goto 23
      StackMap locals: sun.print.RasterPrinterJob javax.print.PrintService java.awt.print.PageFormat javax.print.attribute.PrintRequestAttributeSet float float javax.print.attribute.standard.Media[] javax.print.attribute.standard.Media
      StackMap stack: java.lang.IllegalArgumentException
        22: pop
        23: .line 661
      StackMap locals:
      StackMap stack:
            aload 7 /* media */
            ifnull 25
        24: .line 662
            aload 1 /* service */
            aload 7 /* media */
            aconst_null
            aconst_null
            invokeinterface javax.print.PrintService.isAttributeValueSupported:(Ljavax/print/attribute/Attribute;Ljavax/print/DocFlavor;Ljavax/print/attribute/AttributeSet;)Z
            ifne 26
        25: .line 663
      StackMap locals:
      StackMap stack:
            aload 1 /* service */
            ldc Ljavax/print/attribute/standard/Media;
            invokeinterface javax.print.PrintService.getDefaultAttributeValue:(Ljava/lang/Class;)Ljava/lang/Object;
            checkcast javax.print.attribute.standard.Media
            astore 7 /* media */
        26: .line 667
      StackMap locals:
      StackMap stack:
            aload 2 /* page */
            invokevirtual java.awt.print.PageFormat.getOrientation:()I
            tableswitch { // 0 - 2
                    0: 27
                    1: 31
                    2: 29
              default: 31
          }
        27: .line 669
      StackMap locals:
      StackMap stack:
            getstatic javax.print.attribute.standard.OrientationRequested.LANDSCAPE:Ljavax/print/attribute/standard/OrientationRequested;
            astore 8 /* orient */
        start local 8 // javax.print.attribute.standard.OrientationRequested orient
        28: .line 670
            goto 32
        end local 8 // javax.print.attribute.standard.OrientationRequested orient
        29: .line 672
      StackMap locals:
      StackMap stack:
            getstatic javax.print.attribute.standard.OrientationRequested.REVERSE_LANDSCAPE:Ljavax/print/attribute/standard/OrientationRequested;
            astore 8 /* orient */
        start local 8 // javax.print.attribute.standard.OrientationRequested orient
        30: .line 673
            goto 32
        end local 8 // javax.print.attribute.standard.OrientationRequested orient
        31: .line 675
      StackMap locals:
      StackMap stack:
            getstatic javax.print.attribute.standard.OrientationRequested.PORTRAIT:Ljavax/print/attribute/standard/OrientationRequested;
            astore 8 /* orient */
        start local 8 // javax.print.attribute.standard.OrientationRequested orient
        32: .line 678
      StackMap locals: javax.print.attribute.standard.OrientationRequested
      StackMap stack:
            aload 7 /* media */
            ifnull 34
        33: .line 679
            aload 3 /* pageAttributes */
            aload 7 /* media */
            invokeinterface javax.print.attribute.PrintRequestAttributeSet.add:(Ljavax/print/attribute/Attribute;)Z
            pop
        34: .line 681
      StackMap locals:
      StackMap stack:
            aload 3 /* pageAttributes */
            aload 8 /* orient */
            invokeinterface javax.print.attribute.PrintRequestAttributeSet.add:(Ljavax/print/attribute/Attribute;)Z
            pop
        35: .line 683
            aload 2 /* page */
            invokevirtual java.awt.print.PageFormat.getPaper:()Ljava/awt/print/Paper;
            invokevirtual java.awt.print.Paper.getImageableX:()D
            ldc 72.0
            ddiv
            d2f
            fstore 9 /* ix */
        start local 9 // float ix
        36: .line 684
            aload 2 /* page */
            invokevirtual java.awt.print.PageFormat.getPaper:()Ljava/awt/print/Paper;
            invokevirtual java.awt.print.Paper.getImageableWidth:()D
            ldc 72.0
            ddiv
            d2f
            fstore 10 /* iw */
        start local 10 // float iw
        37: .line 685
            aload 2 /* page */
            invokevirtual java.awt.print.PageFormat.getPaper:()Ljava/awt/print/Paper;
            invokevirtual java.awt.print.Paper.getImageableY:()D
            ldc 72.0
            ddiv
            d2f
            fstore 11 /* iy */
        start local 11 // float iy
        38: .line 686
            aload 2 /* page */
            invokevirtual java.awt.print.PageFormat.getPaper:()Ljava/awt/print/Paper;
            invokevirtual java.awt.print.Paper.getImageableHeight:()D
            ldc 72.0
            ddiv
            d2f
            fstore 12 /* ih */
        start local 12 // float ih
        39: .line 687
            fload 9 /* ix */
            fconst_0
            fcmpg
            ifge 40
            fconst_0
            fstore 9 /* ix */
      StackMap locals: sun.print.RasterPrinterJob javax.print.PrintService java.awt.print.PageFormat javax.print.attribute.PrintRequestAttributeSet float float javax.print.attribute.standard.Media[] javax.print.attribute.standard.Media javax.print.attribute.standard.OrientationRequested float float float float
      StackMap stack:
        40: fload 11 /* iy */
            fconst_0
            fcmpg
            ifge 41
            fconst_0
            fstore 11 /* iy */
        41: .line 689
      StackMap locals:
      StackMap stack:
            aload 3 /* pageAttributes */
            new javax.print.attribute.standard.MediaPrintableArea
            dup
            fload 9 /* ix */
            fload 11 /* iy */
            fload 10 /* iw */
            fload 12 /* ih */
        42: .line 690
            sipush 25400
            invokespecial javax.print.attribute.standard.MediaPrintableArea.<init>:(FFFFI)V
        43: .line 689
            invokeinterface javax.print.attribute.PrintRequestAttributeSet.add:(Ljavax/print/attribute/Attribute;)Z
            pop
        44: .line 691
            goto 46
      StackMap locals:
      StackMap stack: java.lang.IllegalArgumentException
        45: pop
        46: .line 693
      StackMap locals:
      StackMap stack:
            return
        end local 12 // float ih
        end local 11 // float iy
        end local 10 // float iw
        end local 9 // float ix
        end local 8 // javax.print.attribute.standard.OrientationRequested orient
        end local 7 // javax.print.attribute.standard.Media media
        end local 6 // javax.print.attribute.standard.Media[] mediaList
        end local 5 // float y
        end local 4 // float x
        end local 3 // javax.print.attribute.PrintRequestAttributeSet pageAttributes
        end local 2 // java.awt.print.PageFormat page
        end local 1 // javax.print.PrintService service
        end local 0 // sun.print.RasterPrinterJob this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   47     0            this  Lsun/print/RasterPrinterJob;
            0   47     1         service  Ljavax/print/PrintService;
            0   47     2            page  Ljava/awt/print/PageFormat;
            0   47     3  pageAttributes  Ljavax/print/attribute/PrintRequestAttributeSet;
            8   47     4               x  F
           14   47     5               y  F
           17   47     6       mediaList  [Ljavax/print/attribute/standard/Media;
           18   47     7           media  Ljavax/print/attribute/standard/Media;
           28   29     8          orient  Ljavax/print/attribute/standard/OrientationRequested;
           30   31     8          orient  Ljavax/print/attribute/standard/OrientationRequested;
           32   47     8          orient  Ljavax/print/attribute/standard/OrientationRequested;
           36   47     9              ix  F
           37   47    10              iw  F
           38   47    11              iy  F
           39   47    12              ih  F
      Exception table:
        from    to  target  type
          18    21      22  Class java.lang.IllegalArgumentException
          41    44      45  Class java.lang.IllegalArgumentException
    MethodParameters:
                Name  Flags
      service         
      page            
      pageAttributes  

  public java.awt.print.PageFormat pageDialog(java.awt.print.PageFormat);
    descriptor: (Ljava/awt/print/PageFormat;)Ljava/awt/print/PageFormat;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=2
        start local 0 // sun.print.RasterPrinterJob this
        start local 1 // java.awt.print.PageFormat page
         0: .line 719
            invokestatic java.awt.GraphicsEnvironment.isHeadless:()Z
            ifeq 2
         1: .line 720
            new java.awt.HeadlessException
            dup
            invokespecial java.awt.HeadlessException.<init>:()V
            athrow
         2: .line 724
      StackMap locals:
      StackMap stack:
            invokestatic java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment:()Ljava/awt/GraphicsEnvironment;
         3: .line 725
            invokevirtual java.awt.GraphicsEnvironment.getDefaultScreenDevice:()Ljava/awt/GraphicsDevice;
            invokevirtual java.awt.GraphicsDevice.getDefaultConfiguration:()Ljava/awt/GraphicsConfiguration;
         4: .line 723
            astore 2 /* gc */
        start local 2 // java.awt.GraphicsConfiguration gc
         5: .line 729
            new sun.print.RasterPrinterJob$1
            dup
            aload 0 /* this */
            aload 2 /* gc */
            invokespecial sun.print.RasterPrinterJob$1.<init>:(Lsun/print/RasterPrinterJob;Ljava/awt/GraphicsConfiguration;)V
         6: .line 728
            invokestatic java.security.AccessController.doPrivileged:(Ljava/security/PrivilegedAction;)Ljava/lang/Object;
            checkcast javax.print.PrintService
         7: .line 727
            astore 3 /* service */
        start local 3 // javax.print.PrintService service
         8: .line 740
            aload 3 /* service */
            ifnonnull 10
         9: .line 741
            aload 1 /* page */
            areturn
        10: .line 743
      StackMap locals: java.awt.GraphicsConfiguration javax.print.PrintService
      StackMap stack:
            aload 0 /* this */
            aload 3 /* service */
            aload 1 /* page */
            invokevirtual sun.print.RasterPrinterJob.updatePageAttributes:(Ljavax/print/PrintService;Ljava/awt/print/PageFormat;)V
        11: .line 745
            aconst_null
            astore 4 /* newPage */
        start local 4 // java.awt.print.PageFormat newPage
        12: .line 747
            aload 0 /* this */
            getfield sun.print.RasterPrinterJob.attributes:Ljavax/print/attribute/PrintRequestAttributeSet;
            ldc Ljavax/print/attribute/standard/DialogTypeSelection;
            invokeinterface javax.print.attribute.PrintRequestAttributeSet.get:(Ljava/lang/Class;)Ljavax/print/attribute/Attribute;
            checkcast javax.print.attribute.standard.DialogTypeSelection
        13: .line 746
            astore 5 /* dts */
        start local 5 // javax.print.attribute.standard.DialogTypeSelection dts
        14: .line 748
            aload 5 /* dts */
            getstatic javax.print.attribute.standard.DialogTypeSelection.NATIVE:Ljavax/print/attribute/standard/DialogTypeSelection;
            if_acmpne 19
        15: .line 751
            aload 0 /* this */
            getfield sun.print.RasterPrinterJob.attributes:Ljavax/print/attribute/PrintRequestAttributeSet;
            ldc Ljavax/print/attribute/standard/DialogTypeSelection;
            invokeinterface javax.print.attribute.PrintRequestAttributeSet.remove:(Ljava/lang/Class;)Z
            pop
        16: .line 752
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.print.RasterPrinterJob.attributes:Ljavax/print/attribute/PrintRequestAttributeSet;
            invokevirtual sun.print.RasterPrinterJob.pageDialog:(Ljavax/print/attribute/PrintRequestAttributeSet;)Ljava/awt/print/PageFormat;
            astore 4 /* newPage */
        17: .line 754
            aload 0 /* this */
            getfield sun.print.RasterPrinterJob.attributes:Ljavax/print/attribute/PrintRequestAttributeSet;
            getstatic javax.print.attribute.standard.DialogTypeSelection.NATIVE:Ljavax/print/attribute/standard/DialogTypeSelection;
            invokeinterface javax.print.attribute.PrintRequestAttributeSet.add:(Ljavax/print/attribute/Attribute;)Z
            pop
        18: .line 755
            goto 20
        19: .line 756
      StackMap locals: java.awt.print.PageFormat javax.print.attribute.standard.DialogTypeSelection
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.print.RasterPrinterJob.attributes:Ljavax/print/attribute/PrintRequestAttributeSet;
            invokevirtual sun.print.RasterPrinterJob.pageDialog:(Ljavax/print/attribute/PrintRequestAttributeSet;)Ljava/awt/print/PageFormat;
            astore 4 /* newPage */
        20: .line 759
      StackMap locals:
      StackMap stack:
            aload 4 /* newPage */
            ifnonnull 22
        21: .line 760
            aload 1 /* page */
            areturn
        22: .line 762
      StackMap locals:
      StackMap stack:
            aload 4 /* newPage */
            areturn
        end local 5 // javax.print.attribute.standard.DialogTypeSelection dts
        end local 4 // java.awt.print.PageFormat newPage
        end local 3 // javax.print.PrintService service
        end local 2 // java.awt.GraphicsConfiguration gc
        end local 1 // java.awt.print.PageFormat page
        end local 0 // sun.print.RasterPrinterJob this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   23     0     this  Lsun/print/RasterPrinterJob;
            0   23     1     page  Ljava/awt/print/PageFormat;
            5   23     2       gc  Ljava/awt/GraphicsConfiguration;
            8   23     3  service  Ljavax/print/PrintService;
           12   23     4  newPage  Ljava/awt/print/PageFormat;
           14   23     5      dts  Ljavax/print/attribute/standard/DialogTypeSelection;
    Exceptions:
      throws java.awt.HeadlessException
    MethodParameters:
      Name  Flags
      page  

  public java.awt.print.PageFormat pageDialog(javax.print.attribute.PrintRequestAttributeSet);
    descriptor: (Ljavax/print/attribute/PrintRequestAttributeSet;)Ljava/awt/print/PageFormat;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=11, args_size=2
        start local 0 // sun.print.RasterPrinterJob this
        start local 1 // javax.print.attribute.PrintRequestAttributeSet attributes
         0: .line 772
            invokestatic java.awt.GraphicsEnvironment.isHeadless:()Z
            ifeq 2
         1: .line 773
            new java.awt.HeadlessException
            dup
            invokespecial java.awt.HeadlessException.<init>:()V
            athrow
         2: .line 777
      StackMap locals:
      StackMap stack:
            aload 1 /* attributes */
            ldc Ljavax/print/attribute/standard/DialogTypeSelection;
            invokeinterface javax.print.attribute.PrintRequestAttributeSet.get:(Ljava/lang/Class;)Ljavax/print/attribute/Attribute;
            checkcast javax.print.attribute.standard.DialogTypeSelection
         3: .line 776
            astore 2 /* dlg */
        start local 2 // javax.print.attribute.standard.DialogTypeSelection dlg
         4: .line 780
            aload 2 /* dlg */
            getstatic javax.print.attribute.standard.DialogTypeSelection.NATIVE:Ljavax/print/attribute/standard/DialogTypeSelection;
            if_acmpne 16
         5: .line 781
            aload 0 /* this */
            invokevirtual sun.print.RasterPrinterJob.getPrintService:()Ljavax/print/PrintService;
            astore 3 /* pservice */
        start local 3 // javax.print.PrintService pservice
         6: .line 782
            aload 0 /* this */
            aload 3 /* pservice */
         7: .line 783
            aload 1 /* attributes */
         8: .line 782
            invokevirtual sun.print.RasterPrinterJob.attributeToPageFormat:(Ljavax/print/PrintService;Ljavax/print/attribute/PrintRequestAttributeSet;)Ljava/awt/print/PageFormat;
            astore 4 /* pageFrmAttrib */
        start local 4 // java.awt.print.PageFormat pageFrmAttrib
         9: .line 784
            aload 0 /* this */
            aload 1 /* attributes */
            invokevirtual sun.print.RasterPrinterJob.setParentWindowID:(Ljavax/print/attribute/PrintRequestAttributeSet;)V
        10: .line 785
            aload 0 /* this */
            aload 4 /* pageFrmAttrib */
            invokevirtual sun.print.RasterPrinterJob.pageDialog:(Ljava/awt/print/PageFormat;)Ljava/awt/print/PageFormat;
            astore 5 /* page */
        start local 5 // java.awt.print.PageFormat page
        11: .line 786
            aload 0 /* this */
            invokevirtual sun.print.RasterPrinterJob.clearParentWindowID:()V
        12: .line 790
            aload 5 /* page */
            aload 4 /* pageFrmAttrib */
            if_acmpne 14
        13: .line 791
            aconst_null
            areturn
        14: .line 793
      StackMap locals: sun.print.RasterPrinterJob javax.print.attribute.PrintRequestAttributeSet javax.print.attribute.standard.DialogTypeSelection javax.print.PrintService java.awt.print.PageFormat java.awt.print.PageFormat
      StackMap stack:
            aload 0 /* this */
            aload 3 /* pservice */
            aload 5 /* page */
            aload 1 /* attributes */
            invokevirtual sun.print.RasterPrinterJob.updateAttributesWithPageFormat:(Ljavax/print/PrintService;Ljava/awt/print/PageFormat;Ljavax/print/attribute/PrintRequestAttributeSet;)V
        15: .line 794
            aload 5 /* page */
            areturn
        end local 5 // java.awt.print.PageFormat page
        end local 4 // java.awt.print.PageFormat pageFrmAttrib
        end local 3 // javax.print.PrintService pservice
        16: .line 798
      StackMap locals:
      StackMap stack:
            invokestatic java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment:()Ljava/awt/GraphicsEnvironment;
        17: .line 799
            invokevirtual java.awt.GraphicsEnvironment.getDefaultScreenDevice:()Ljava/awt/GraphicsDevice;
            invokevirtual java.awt.GraphicsDevice.getDefaultConfiguration:()Ljava/awt/GraphicsConfiguration;
        18: .line 797
            astore 3 /* gc */
        start local 3 // java.awt.GraphicsConfiguration gc
        19: .line 800
            aload 3 /* gc */
            invokevirtual java.awt.GraphicsConfiguration.getBounds:()Ljava/awt/Rectangle;
            astore 4 /* bounds */
        start local 4 // java.awt.Rectangle bounds
        20: .line 801
            aload 4 /* bounds */
            getfield java.awt.Rectangle.x:I
            aload 4 /* bounds */
            getfield java.awt.Rectangle.width:I
            iconst_3
            idiv
            iadd
            istore 5 /* x */
        start local 5 // int x
        21: .line 802
            aload 4 /* bounds */
            getfield java.awt.Rectangle.y:I
            aload 4 /* bounds */
            getfield java.awt.Rectangle.height:I
            iconst_3
            idiv
            iadd
            istore 6 /* y */
        start local 6 // int y
        22: .line 806
            new sun.print.RasterPrinterJob$2
            dup
            aload 0 /* this */
            aload 3 /* gc */
            invokespecial sun.print.RasterPrinterJob$2.<init>:(Lsun/print/RasterPrinterJob;Ljava/awt/GraphicsConfiguration;)V
        23: .line 805
            invokestatic java.security.AccessController.doPrivileged:(Ljava/security/PrivilegedAction;)Ljava/lang/Object;
            checkcast javax.print.PrintService
        24: .line 804
            astore 7 /* service */
        start local 7 // javax.print.PrintService service
        25: .line 817
            aload 7 /* service */
            ifnonnull 27
        26: .line 818
            aconst_null
            areturn
        27: .line 821
      StackMap locals: sun.print.RasterPrinterJob javax.print.attribute.PrintRequestAttributeSet javax.print.attribute.standard.DialogTypeSelection java.awt.GraphicsConfiguration java.awt.Rectangle int int javax.print.PrintService
      StackMap stack:
            aload 0 /* this */
            getfield sun.print.RasterPrinterJob.onTop:Lsun/print/DialogOnTop;
            ifnull 29
        28: .line 822
            aload 1 /* attributes */
            aload 0 /* this */
            getfield sun.print.RasterPrinterJob.onTop:Lsun/print/DialogOnTop;
            invokeinterface javax.print.attribute.PrintRequestAttributeSet.add:(Ljavax/print/attribute/Attribute;)Z
            pop
        29: .line 825
      StackMap locals:
      StackMap stack:
            new sun.print.ServiceDialog
            dup
            aload 3 /* gc */
            iload 5 /* x */
            iload 6 /* y */
            aload 7 /* service */
        30: .line 826
            getstatic javax.print.DocFlavor$SERVICE_FORMATTED.PAGEABLE:Ljavax/print/DocFlavor$SERVICE_FORMATTED;
        31: .line 827
            aload 1 /* attributes */
            aconst_null
        32: .line 825
            invokespecial sun.print.ServiceDialog.<init>:(Ljava/awt/GraphicsConfiguration;IILjavax/print/PrintService;Ljavax/print/DocFlavor;Ljavax/print/attribute/PrintRequestAttributeSet;Ljava/awt/Frame;)V
            astore 8 /* pageDialog */
        start local 8 // sun.print.ServiceDialog pageDialog
        33: .line 828
            aload 8 /* pageDialog */
            invokevirtual sun.print.ServiceDialog.show:()V
        34: .line 830
            aload 8 /* pageDialog */
            invokevirtual sun.print.ServiceDialog.getStatus:()I
            iconst_1
            if_icmpne 43
        35: .line 832
            aload 8 /* pageDialog */
            invokevirtual sun.print.ServiceDialog.getAttributes:()Ljavax/print/attribute/PrintRequestAttributeSet;
        36: .line 831
            astore 9 /* newas */
        start local 9 // javax.print.attribute.PrintRequestAttributeSet newas
        37: .line 833
            ldc Lsun/print/SunAlternateMedia;
            astore 10 /* amCategory */
        start local 10 // java.lang.Class amCategory
        38: .line 835
            aload 1 /* attributes */
            aload 10 /* amCategory */
            invokeinterface javax.print.attribute.PrintRequestAttributeSet.containsKey:(Ljava/lang/Class;)Z
            ifeq 41
        39: .line 836
            aload 9 /* newas */
            aload 10 /* amCategory */
            invokeinterface javax.print.attribute.PrintRequestAttributeSet.containsKey:(Ljava/lang/Class;)Z
            ifne 41
        40: .line 837
            aload 1 /* attributes */
            aload 10 /* amCategory */
            invokeinterface javax.print.attribute.PrintRequestAttributeSet.remove:(Ljava/lang/Class;)Z
            pop
        41: .line 839
      StackMap locals: sun.print.ServiceDialog javax.print.attribute.PrintRequestAttributeSet java.lang.Class
      StackMap stack:
            aload 1 /* attributes */
            aload 9 /* newas */
            invokeinterface javax.print.attribute.PrintRequestAttributeSet.addAll:(Ljavax/print/attribute/AttributeSet;)Z
            pop
        42: .line 840
            aload 0 /* this */
            aload 7 /* service */
            aload 1 /* attributes */
            invokevirtual sun.print.RasterPrinterJob.attributeToPageFormat:(Ljavax/print/PrintService;Ljavax/print/attribute/PrintRequestAttributeSet;)Ljava/awt/print/PageFormat;
            areturn
        end local 10 // java.lang.Class amCategory
        end local 9 // javax.print.attribute.PrintRequestAttributeSet newas
        43: .line 842
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 8 // sun.print.ServiceDialog pageDialog
        end local 7 // javax.print.PrintService service
        end local 6 // int y
        end local 5 // int x
        end local 4 // java.awt.Rectangle bounds
        end local 3 // java.awt.GraphicsConfiguration gc
        end local 2 // javax.print.attribute.standard.DialogTypeSelection dlg
        end local 1 // javax.print.attribute.PrintRequestAttributeSet attributes
        end local 0 // sun.print.RasterPrinterJob this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   44     0           this  Lsun/print/RasterPrinterJob;
            0   44     1     attributes  Ljavax/print/attribute/PrintRequestAttributeSet;
            4   44     2            dlg  Ljavax/print/attribute/standard/DialogTypeSelection;
            6   16     3       pservice  Ljavax/print/PrintService;
            9   16     4  pageFrmAttrib  Ljava/awt/print/PageFormat;
           11   16     5           page  Ljava/awt/print/PageFormat;
           19   44     3             gc  Ljava/awt/GraphicsConfiguration;
           20   44     4         bounds  Ljava/awt/Rectangle;
           21   44     5              x  I
           22   44     6              y  I
           25   44     7        service  Ljavax/print/PrintService;
           33   44     8     pageDialog  Lsun/print/ServiceDialog;
           37   43     9          newas  Ljavax/print/attribute/PrintRequestAttributeSet;
           38   43    10     amCategory  Ljava/lang/Class;
    Exceptions:
      throws java.awt.HeadlessException
    MethodParameters:
            Name  Flags
      attributes  final

  protected java.awt.print.PageFormat getPageFormatFromAttributes();
    descriptor: ()Ljava/awt/print/PageFormat;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=9, locals=7, args_size=1
        start local 0 // sun.print.RasterPrinterJob this
         0: .line 847
            aconst_null
            astore 1 /* pageable */
        start local 1 // java.awt.print.Pageable pageable
         1: .line 848
            aload 0 /* this */
            getfield sun.print.RasterPrinterJob.attributes:Ljavax/print/attribute/PrintRequestAttributeSet;
            ifnull 3
            aload 0 /* this */
            getfield sun.print.RasterPrinterJob.attributes:Ljavax/print/attribute/PrintRequestAttributeSet;
            invokeinterface javax.print.attribute.PrintRequestAttributeSet.isEmpty:()Z
            ifne 3
         2: .line 849
            aload 0 /* this */
            invokevirtual sun.print.RasterPrinterJob.getPageable:()Ljava/awt/print/Pageable;
            dup
            astore 1 /* pageable */
            instanceof sun.print.OpenBook
            ifne 4
         3: .line 850
      StackMap locals: java.awt.print.Pageable
      StackMap stack:
            aconst_null
            areturn
         4: .line 853
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
         5: .line 854
            aload 0 /* this */
            invokevirtual sun.print.RasterPrinterJob.getPrintService:()Ljavax/print/PrintService;
            aload 0 /* this */
            getfield sun.print.RasterPrinterJob.attributes:Ljavax/print/attribute/PrintRequestAttributeSet;
         6: .line 853
            invokevirtual sun.print.RasterPrinterJob.attributeToPageFormat:(Ljavax/print/PrintService;Ljavax/print/attribute/PrintRequestAttributeSet;)Ljava/awt/print/PageFormat;
            astore 2 /* newPf */
        start local 2 // java.awt.print.PageFormat newPf
         7: .line 855
            aconst_null
            astore 3 /* oldPf */
        start local 3 // java.awt.print.PageFormat oldPf
         8: .line 856
            aload 1 /* pageable */
            iconst_0
            invokeinterface java.awt.print.Pageable.getPageFormat:(I)Ljava/awt/print/PageFormat;
            dup
            astore 3 /* oldPf */
            ifnull 26
         9: .line 860
            aload 0 /* this */
            getfield sun.print.RasterPrinterJob.attributes:Ljavax/print/attribute/PrintRequestAttributeSet;
            ldc Ljavax/print/attribute/standard/OrientationRequested;
            invokeinterface javax.print.attribute.PrintRequestAttributeSet.get:(Ljava/lang/Class;)Ljavax/print/attribute/Attribute;
            ifnonnull 11
        10: .line 861
            aload 2 /* newPf */
            aload 3 /* oldPf */
            invokevirtual java.awt.print.PageFormat.getOrientation:()I
            invokevirtual java.awt.print.PageFormat.setOrientation:(I)V
        11: .line 864
      StackMap locals: java.awt.print.PageFormat java.awt.print.PageFormat
      StackMap stack:
            aload 2 /* newPf */
            invokevirtual java.awt.print.PageFormat.getPaper:()Ljava/awt/print/Paper;
            astore 4 /* newPaper */
        start local 4 // java.awt.print.Paper newPaper
        12: .line 865
            aload 3 /* oldPf */
            invokevirtual java.awt.print.PageFormat.getPaper:()Ljava/awt/print/Paper;
            astore 5 /* oldPaper */
        start local 5 // java.awt.print.Paper oldPaper
        13: .line 866
            iconst_0
            istore 6 /* oldPaperValWasSet */
        start local 6 // boolean oldPaperValWasSet
        14: .line 867
            aload 0 /* this */
            getfield sun.print.RasterPrinterJob.attributes:Ljavax/print/attribute/PrintRequestAttributeSet;
            ldc Ljavax/print/attribute/standard/MediaSizeName;
            invokeinterface javax.print.attribute.PrintRequestAttributeSet.get:(Ljava/lang/Class;)Ljavax/print/attribute/Attribute;
            ifnonnull 17
        15: .line 868
            aload 4 /* newPaper */
            aload 5 /* oldPaper */
            invokevirtual java.awt.print.Paper.getWidth:()D
            aload 5 /* oldPaper */
            invokevirtual java.awt.print.Paper.getHeight:()D
            invokevirtual java.awt.print.Paper.setSize:(DD)V
        16: .line 869
            iconst_1
            istore 6 /* oldPaperValWasSet */
        17: .line 871
      StackMap locals: java.awt.print.Paper java.awt.print.Paper int
      StackMap stack:
            aload 0 /* this */
            getfield sun.print.RasterPrinterJob.attributes:Ljavax/print/attribute/PrintRequestAttributeSet;
            ldc Ljavax/print/attribute/standard/MediaPrintableArea;
            invokeinterface javax.print.attribute.PrintRequestAttributeSet.get:(Ljava/lang/Class;)Ljavax/print/attribute/Attribute;
            ifnonnull 24
        18: .line 872
            aload 4 /* newPaper */
        19: .line 873
            aload 5 /* oldPaper */
            invokevirtual java.awt.print.Paper.getImageableX:()D
            aload 5 /* oldPaper */
            invokevirtual java.awt.print.Paper.getImageableY:()D
        20: .line 874
            aload 5 /* oldPaper */
            invokevirtual java.awt.print.Paper.getImageableWidth:()D
        21: .line 875
            aload 5 /* oldPaper */
            invokevirtual java.awt.print.Paper.getImageableHeight:()D
        22: .line 872
            invokevirtual java.awt.print.Paper.setImageableArea:(DDDD)V
        23: .line 876
            iconst_1
            istore 6 /* oldPaperValWasSet */
        24: .line 878
      StackMap locals:
      StackMap stack:
            iload 6 /* oldPaperValWasSet */
            ifeq 26
        25: .line 879
            aload 2 /* newPf */
            aload 4 /* newPaper */
            invokevirtual java.awt.print.PageFormat.setPaper:(Ljava/awt/print/Paper;)V
        end local 6 // boolean oldPaperValWasSet
        end local 5 // java.awt.print.Paper oldPaper
        end local 4 // java.awt.print.Paper newPaper
        26: .line 882
      StackMap locals:
      StackMap stack:
            aload 2 /* newPf */
            areturn
        end local 3 // java.awt.print.PageFormat oldPf
        end local 2 // java.awt.print.PageFormat newPf
        end local 1 // java.awt.print.Pageable pageable
        end local 0 // sun.print.RasterPrinterJob this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   27     0               this  Lsun/print/RasterPrinterJob;
            1   27     1           pageable  Ljava/awt/print/Pageable;
            7   27     2              newPf  Ljava/awt/print/PageFormat;
            8   27     3              oldPf  Ljava/awt/print/PageFormat;
           12   26     4           newPaper  Ljava/awt/print/Paper;
           13   26     5           oldPaper  Ljava/awt/print/Paper;
           14   26     6  oldPaperValWasSet  Z

  public boolean printDialog(javax.print.attribute.PrintRequestAttributeSet);
    descriptor: (Ljavax/print/attribute/PrintRequestAttributeSet;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=12, args_size=2
        start local 0 // sun.print.RasterPrinterJob this
        start local 1 // javax.print.attribute.PrintRequestAttributeSet attributes
         0: .line 903
            invokestatic java.awt.GraphicsEnvironment.isHeadless:()Z
            ifeq 2
         1: .line 904
            new java.awt.HeadlessException
            dup
            invokespecial java.awt.HeadlessException.<init>:()V
            athrow
         2: .line 908
      StackMap locals:
      StackMap stack:
            aload 1 /* attributes */
            ldc Ljavax/print/attribute/standard/DialogTypeSelection;
            invokeinterface javax.print.attribute.PrintRequestAttributeSet.get:(Ljava/lang/Class;)Ljavax/print/attribute/Attribute;
            checkcast javax.print.attribute.standard.DialogTypeSelection
         3: .line 907
            astore 2 /* dlg */
        start local 2 // javax.print.attribute.standard.DialogTypeSelection dlg
         4: .line 911
            aload 2 /* dlg */
            getstatic javax.print.attribute.standard.DialogTypeSelection.NATIVE:Ljavax/print/attribute/standard/DialogTypeSelection;
            if_acmpne 15
         5: .line 912
            aload 0 /* this */
            aload 1 /* attributes */
            putfield sun.print.RasterPrinterJob.attributes:Ljavax/print/attribute/PrintRequestAttributeSet;
         6: .line 914
            aload 0 /* this */
            ldc "calling setAttributes in printDialog"
            invokevirtual sun.print.RasterPrinterJob.debug_println:(Ljava/lang/String;)V
         7: .line 915
            aload 0 /* this */
            aload 1 /* attributes */
            invokevirtual sun.print.RasterPrinterJob.setAttributes:(Ljavax/print/attribute/PrintRequestAttributeSet;)V
         8: .line 917
            goto 10
      StackMap locals: sun.print.RasterPrinterJob javax.print.attribute.PrintRequestAttributeSet javax.print.attribute.standard.DialogTypeSelection
      StackMap stack: java.awt.print.PrinterException
         9: pop
        10: .line 921
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* attributes */
            invokevirtual sun.print.RasterPrinterJob.setParentWindowID:(Ljavax/print/attribute/PrintRequestAttributeSet;)V
        11: .line 922
            aload 0 /* this */
            invokevirtual sun.print.RasterPrinterJob.printDialog:()Z
            istore 3 /* ret */
        start local 3 // boolean ret
        12: .line 923
            aload 0 /* this */
            invokevirtual sun.print.RasterPrinterJob.clearParentWindowID:()V
        13: .line 924
            aload 0 /* this */
            aload 1 /* attributes */
            putfield sun.print.RasterPrinterJob.attributes:Ljavax/print/attribute/PrintRequestAttributeSet;
        14: .line 925
            iload 3 /* ret */
            ireturn
        end local 3 // boolean ret
        15: .line 939
      StackMap locals:
      StackMap stack:
            invokestatic java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment:()Ljava/awt/GraphicsEnvironment;
        16: .line 940
            invokevirtual java.awt.GraphicsEnvironment.getDefaultScreenDevice:()Ljava/awt/GraphicsDevice;
            invokevirtual java.awt.GraphicsDevice.getDefaultConfiguration:()Ljava/awt/GraphicsConfiguration;
        17: .line 938
            astore 3 /* gc */
        start local 3 // java.awt.GraphicsConfiguration gc
        18: .line 944
            new sun.print.RasterPrinterJob$3
            dup
            aload 0 /* this */
            aload 3 /* gc */
            invokespecial sun.print.RasterPrinterJob$3.<init>:(Lsun/print/RasterPrinterJob;Ljava/awt/GraphicsConfiguration;)V
        19: .line 943
            invokestatic java.security.AccessController.doPrivileged:(Ljava/security/PrivilegedAction;)Ljava/lang/Object;
            checkcast javax.print.PrintService
        20: .line 942
            astore 4 /* service */
        start local 4 // javax.print.PrintService service
        21: .line 955
            aload 4 /* service */
            ifnonnull 23
        22: .line 956
            iconst_0
            ireturn
        23: .line 960
      StackMap locals: java.awt.GraphicsConfiguration javax.print.PrintService
      StackMap stack:
            aconst_null
            astore 6 /* spsFactories */
        start local 6 // javax.print.StreamPrintServiceFactory[] spsFactories
        24: .line 961
            aload 4 /* service */
            instanceof javax.print.StreamPrintService
            ifeq 33
        25: .line 962
            aconst_null
            invokestatic sun.print.RasterPrinterJob.lookupStreamPrintServices:(Ljava/lang/String;)[Ljavax/print/StreamPrintServiceFactory;
            astore 6 /* spsFactories */
        26: .line 963
            aload 6 /* spsFactories */
            arraylength
            anewarray javax.print.StreamPrintService
            astore 5 /* services */
        start local 5 // javax.print.PrintService[] services
        27: .line 964
            iconst_0
            istore 7 /* i */
        start local 7 // int i
        28: goto 31
        29: .line 965
      StackMap locals: javax.print.PrintService[] javax.print.StreamPrintServiceFactory[] int
      StackMap stack:
            aload 5 /* services */
            iload 7 /* i */
            aload 6 /* spsFactories */
            iload 7 /* i */
            aaload
            aconst_null
            invokevirtual javax.print.StreamPrintServiceFactory.getPrintService:(Ljava/io/OutputStream;)Ljavax/print/StreamPrintService;
            aastore
        30: .line 964
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        31: iload 7 /* i */
            aload 6 /* spsFactories */
            arraylength
            if_icmplt 29
        end local 7 // int i
        32: .line 967
            goto 39
        end local 5 // javax.print.PrintService[] services
        33: .line 970
      StackMap locals: sun.print.RasterPrinterJob javax.print.attribute.PrintRequestAttributeSet javax.print.attribute.standard.DialogTypeSelection java.awt.GraphicsConfiguration javax.print.PrintService top javax.print.StreamPrintServiceFactory[]
      StackMap stack:
            new sun.print.RasterPrinterJob$4
            dup
            aload 0 /* this */
            invokespecial sun.print.RasterPrinterJob$4.<init>:(Lsun/print/RasterPrinterJob;)V
        34: .line 969
            invokestatic java.security.AccessController.doPrivileged:(Ljava/security/PrivilegedAction;)Ljava/lang/Object;
            checkcast javax.print.PrintService[]
        35: .line 968
            astore 5 /* services */
        start local 5 // javax.print.PrintService[] services
        36: .line 977
            aload 5 /* services */
            ifnull 37
            aload 5 /* services */
            arraylength
            ifne 39
        37: .line 982
      StackMap locals: sun.print.RasterPrinterJob javax.print.attribute.PrintRequestAttributeSet javax.print.attribute.standard.DialogTypeSelection java.awt.GraphicsConfiguration javax.print.PrintService javax.print.PrintService[] javax.print.StreamPrintServiceFactory[]
      StackMap stack:
            iconst_1
            anewarray javax.print.PrintService
            astore 5 /* services */
        38: .line 983
            aload 5 /* services */
            iconst_0
            aload 4 /* service */
            aastore
        39: .line 987
      StackMap locals:
      StackMap stack:
            aload 3 /* gc */
            invokevirtual java.awt.GraphicsConfiguration.getBounds:()Ljava/awt/Rectangle;
            astore 7 /* bounds */
        start local 7 // java.awt.Rectangle bounds
        40: .line 988
            aload 7 /* bounds */
            getfield java.awt.Rectangle.x:I
            aload 7 /* bounds */
            getfield java.awt.Rectangle.width:I
            iconst_3
            idiv
            iadd
            istore 8 /* x */
        start local 8 // int x
        41: .line 989
            aload 7 /* bounds */
            getfield java.awt.Rectangle.y:I
            aload 7 /* bounds */
            getfield java.awt.Rectangle.height:I
            iconst_3
            idiv
            iadd
            istore 9 /* y */
        start local 9 // int y
        42: .line 992
            new sun.print.PrinterJobWrapper
            dup
            aload 0 /* this */
            invokespecial sun.print.PrinterJobWrapper.<init>:(Ljava/awt/print/PrinterJob;)V
            astore 11 /* jobWrapper */
        start local 11 // sun.print.PrinterJobWrapper jobWrapper
        43: .line 993
            aload 1 /* attributes */
            aload 11 /* jobWrapper */
            invokeinterface javax.print.attribute.PrintRequestAttributeSet.add:(Ljavax/print/attribute/Attribute;)Z
            pop
        44: .line 996
            aload 3 /* gc */
            iload 8 /* x */
            iload 9 /* y */
        45: .line 997
            aload 5 /* services */
            aload 4 /* service */
        46: .line 998
            getstatic javax.print.DocFlavor$SERVICE_FORMATTED.PAGEABLE:Ljavax/print/DocFlavor$SERVICE_FORMATTED;
        47: .line 999
            aload 1 /* attributes */
        48: .line 996
            invokestatic javax.print.ServiceUI.printDialog:(Ljava/awt/GraphicsConfiguration;II[Ljavax/print/PrintService;Ljavax/print/PrintService;Ljavax/print/DocFlavor;Ljavax/print/attribute/PrintRequestAttributeSet;)Ljavax/print/PrintService;
        49: .line 995
            astore 10 /* newService */
        start local 10 // javax.print.PrintService newService
        50: .line 1000
            goto 57
        end local 10 // javax.print.PrintService newService
      StackMap locals: sun.print.RasterPrinterJob javax.print.attribute.PrintRequestAttributeSet javax.print.attribute.standard.DialogTypeSelection java.awt.GraphicsConfiguration javax.print.PrintService javax.print.PrintService[] javax.print.StreamPrintServiceFactory[] java.awt.Rectangle int int top sun.print.PrinterJobWrapper
      StackMap stack: java.lang.IllegalArgumentException
        51: pop
        52: .line 1001
            aload 3 /* gc */
            iload 8 /* x */
            iload 9 /* y */
        53: .line 1002
            aload 5 /* services */
            aload 5 /* services */
            iconst_0
            aaload
        54: .line 1003
            getstatic javax.print.DocFlavor$SERVICE_FORMATTED.PAGEABLE:Ljavax/print/DocFlavor$SERVICE_FORMATTED;
        55: .line 1004
            aload 1 /* attributes */
        56: .line 1001
            invokestatic javax.print.ServiceUI.printDialog:(Ljava/awt/GraphicsConfiguration;II[Ljavax/print/PrintService;Ljavax/print/PrintService;Ljavax/print/DocFlavor;Ljavax/print/attribute/PrintRequestAttributeSet;)Ljavax/print/PrintService;
            astore 10 /* newService */
        start local 10 // javax.print.PrintService newService
        57: .line 1006
      StackMap locals: sun.print.RasterPrinterJob javax.print.attribute.PrintRequestAttributeSet javax.print.attribute.standard.DialogTypeSelection java.awt.GraphicsConfiguration javax.print.PrintService javax.print.PrintService[] javax.print.StreamPrintServiceFactory[] java.awt.Rectangle int int javax.print.PrintService sun.print.PrinterJobWrapper
      StackMap stack:
            aload 1 /* attributes */
            ldc Lsun/print/PrinterJobWrapper;
            invokeinterface javax.print.attribute.PrintRequestAttributeSet.remove:(Ljava/lang/Class;)Z
            pop
        58: .line 1008
            aload 10 /* newService */
            ifnonnull 60
        59: .line 1009
            iconst_0
            ireturn
        60: .line 1012
      StackMap locals:
      StackMap stack:
            aload 4 /* service */
            aload 10 /* newService */
            invokeinterface javax.print.PrintService.equals:(Ljava/lang/Object;)Z
            ifne 65
        61: .line 1014
            aload 0 /* this */
            aload 10 /* newService */
            invokevirtual sun.print.RasterPrinterJob.setPrintService:(Ljavax/print/PrintService;)V
        62: .line 1015
            goto 65
      StackMap locals:
      StackMap stack: java.awt.print.PrinterException
        63: pop
        64: .line 1021
            aload 0 /* this */
            aload 10 /* newService */
            putfield sun.print.RasterPrinterJob.myService:Ljavax/print/PrintService;
        65: .line 1024
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 11 // sun.print.PrinterJobWrapper jobWrapper
        end local 10 // javax.print.PrintService newService
        end local 9 // int y
        end local 8 // int x
        end local 7 // java.awt.Rectangle bounds
        end local 6 // javax.print.StreamPrintServiceFactory[] spsFactories
        end local 5 // javax.print.PrintService[] services
        end local 4 // javax.print.PrintService service
        end local 3 // java.awt.GraphicsConfiguration gc
        end local 2 // javax.print.attribute.standard.DialogTypeSelection dlg
        end local 1 // javax.print.attribute.PrintRequestAttributeSet attributes
        end local 0 // sun.print.RasterPrinterJob this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   66     0          this  Lsun/print/RasterPrinterJob;
            0   66     1    attributes  Ljavax/print/attribute/PrintRequestAttributeSet;
            4   66     2           dlg  Ljavax/print/attribute/standard/DialogTypeSelection;
           12   15     3           ret  Z
           18   66     3            gc  Ljava/awt/GraphicsConfiguration;
           21   66     4       service  Ljavax/print/PrintService;
           27   33     5      services  [Ljavax/print/PrintService;
           36   66     5      services  [Ljavax/print/PrintService;
           24   66     6  spsFactories  [Ljavax/print/StreamPrintServiceFactory;
           28   32     7             i  I
           40   66     7        bounds  Ljava/awt/Rectangle;
           41   66     8             x  I
           42   66     9             y  I
           50   51    10    newService  Ljavax/print/PrintService;
           57   66    10    newService  Ljavax/print/PrintService;
           43   66    11    jobWrapper  Lsun/print/PrinterJobWrapper;
      Exception table:
        from    to  target  type
           6     8       9  Class java.awt.print.PrinterException
          44    50      51  Class java.lang.IllegalArgumentException
          61    62      63  Class java.awt.print.PrinterException
    Exceptions:
      throws java.awt.HeadlessException
    MethodParameters:
            Name  Flags
      attributes  final

  public boolean printDialog();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=8, args_size=1
        start local 0 // sun.print.RasterPrinterJob this
         0: .line 1038
            invokestatic java.awt.GraphicsEnvironment.isHeadless:()Z
            ifeq 2
         1: .line 1039
            new java.awt.HeadlessException
            dup
            invokespecial java.awt.HeadlessException.<init>:()V
            athrow
         2: .line 1043
      StackMap locals:
      StackMap stack:
            new javax.print.attribute.HashPrintRequestAttributeSet
            dup
            invokespecial javax.print.attribute.HashPrintRequestAttributeSet.<init>:()V
         3: .line 1042
            astore 1 /* attributes */
        start local 1 // javax.print.attribute.PrintRequestAttributeSet attributes
         4: .line 1044
            aload 1 /* attributes */
            new javax.print.attribute.standard.Copies
            dup
            aload 0 /* this */
            invokevirtual sun.print.RasterPrinterJob.getCopies:()I
            invokespecial javax.print.attribute.standard.Copies.<init>:(I)V
            invokeinterface javax.print.attribute.PrintRequestAttributeSet.add:(Ljavax/print/attribute/Attribute;)Z
            pop
         5: .line 1045
            aload 1 /* attributes */
            new javax.print.attribute.standard.JobName
            dup
            aload 0 /* this */
            invokevirtual sun.print.RasterPrinterJob.getJobName:()Ljava/lang/String;
            aconst_null
            invokespecial javax.print.attribute.standard.JobName.<init>:(Ljava/lang/String;Ljava/util/Locale;)V
            invokeinterface javax.print.attribute.PrintRequestAttributeSet.add:(Ljavax/print/attribute/Attribute;)Z
            pop
         6: .line 1046
            aload 0 /* this */
            aload 1 /* attributes */
            invokevirtual sun.print.RasterPrinterJob.printDialog:(Ljavax/print/attribute/PrintRequestAttributeSet;)Z
            istore 2 /* doPrint */
        start local 2 // boolean doPrint
         7: .line 1047
            iload 2 /* doPrint */
            ifeq 33
         8: .line 1048
            aload 1 /* attributes */
            ldc Ljavax/print/attribute/standard/JobName;
            invokeinterface javax.print.attribute.PrintRequestAttributeSet.get:(Ljava/lang/Class;)Ljavax/print/attribute/Attribute;
            checkcast javax.print.attribute.standard.JobName
            astore 3 /* jobName */
        start local 3 // javax.print.attribute.standard.JobName jobName
         9: .line 1049
            aload 3 /* jobName */
            ifnull 11
        10: .line 1050
            aload 0 /* this */
            aload 3 /* jobName */
            invokevirtual javax.print.attribute.standard.JobName.getValue:()Ljava/lang/String;
            invokevirtual sun.print.RasterPrinterJob.setJobName:(Ljava/lang/String;)V
        11: .line 1052
      StackMap locals: javax.print.attribute.PrintRequestAttributeSet int javax.print.attribute.standard.JobName
      StackMap stack:
            aload 1 /* attributes */
            ldc Ljavax/print/attribute/standard/Copies;
            invokeinterface javax.print.attribute.PrintRequestAttributeSet.get:(Ljava/lang/Class;)Ljavax/print/attribute/Attribute;
            checkcast javax.print.attribute.standard.Copies
            astore 4 /* copies */
        start local 4 // javax.print.attribute.standard.Copies copies
        12: .line 1053
            aload 4 /* copies */
            ifnull 14
        13: .line 1054
            aload 0 /* this */
            aload 4 /* copies */
            invokevirtual javax.print.attribute.standard.Copies.getValue:()I
            invokevirtual sun.print.RasterPrinterJob.setCopies:(I)V
        14: .line 1057
      StackMap locals: javax.print.attribute.standard.Copies
      StackMap stack:
            aload 1 /* attributes */
            ldc Ljavax/print/attribute/standard/Destination;
            invokeinterface javax.print.attribute.PrintRequestAttributeSet.get:(Ljava/lang/Class;)Ljavax/print/attribute/Attribute;
            checkcast javax.print.attribute.standard.Destination
            astore 5 /* dest */
        start local 5 // javax.print.attribute.standard.Destination dest
        15: .line 1059
            aload 5 /* dest */
            ifnull 29
        16: .line 1061
            aload 0 /* this */
            iconst_1
            putfield sun.print.RasterPrinterJob.mDestType:I
        17: .line 1062
            aload 0 /* this */
            new java.io.File
            dup
            aload 5 /* dest */
            invokevirtual javax.print.attribute.standard.Destination.getURI:()Ljava/net/URI;
            invokespecial java.io.File.<init>:(Ljava/net/URI;)V
            invokevirtual java.io.File.getPath:()Ljava/lang/String;
            putfield sun.print.RasterPrinterJob.mDestination:Ljava/lang/String;
        18: .line 1063
            goto 33
      StackMap locals: sun.print.RasterPrinterJob javax.print.attribute.PrintRequestAttributeSet int javax.print.attribute.standard.JobName javax.print.attribute.standard.Copies javax.print.attribute.standard.Destination
      StackMap stack: java.lang.Exception
        19: pop
        20: .line 1064
            aload 0 /* this */
            ldc "out.prn"
            putfield sun.print.RasterPrinterJob.mDestination:Ljava/lang/String;
        21: .line 1065
            aload 0 /* this */
            invokevirtual sun.print.RasterPrinterJob.getPrintService:()Ljavax/print/PrintService;
            astore 6 /* ps */
        start local 6 // javax.print.PrintService ps
        22: .line 1066
            aload 6 /* ps */
            ifnull 33
        23: .line 1067
            aload 6 /* ps */
        24: .line 1068
            ldc Ljavax/print/attribute/standard/Destination;
            invokeinterface javax.print.PrintService.getDefaultAttributeValue:(Ljava/lang/Class;)Ljava/lang/Object;
        25: .line 1067
            checkcast javax.print.attribute.standard.Destination
            astore 7 /* defaultDest */
        start local 7 // javax.print.attribute.standard.Destination defaultDest
        26: .line 1069
            aload 7 /* defaultDest */
            ifnull 33
        27: .line 1070
            aload 0 /* this */
            new java.io.File
            dup
            aload 7 /* defaultDest */
            invokevirtual javax.print.attribute.standard.Destination.getURI:()Ljava/net/URI;
            invokespecial java.io.File.<init>:(Ljava/net/URI;)V
            invokevirtual java.io.File.getPath:()Ljava/lang/String;
            putfield sun.print.RasterPrinterJob.mDestination:Ljava/lang/String;
        end local 7 // javax.print.attribute.standard.Destination defaultDest
        end local 6 // javax.print.PrintService ps
        28: .line 1074
            goto 33
        29: .line 1075
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield sun.print.RasterPrinterJob.mDestType:I
        30: .line 1076
            aload 0 /* this */
            invokevirtual sun.print.RasterPrinterJob.getPrintService:()Ljavax/print/PrintService;
            astore 6 /* ps */
        start local 6 // javax.print.PrintService ps
        31: .line 1077
            aload 6 /* ps */
            ifnull 33
        32: .line 1078
            aload 0 /* this */
            aload 6 /* ps */
            invokeinterface javax.print.PrintService.getName:()Ljava/lang/String;
            putfield sun.print.RasterPrinterJob.mDestination:Ljava/lang/String;
        end local 6 // javax.print.PrintService ps
        end local 5 // javax.print.attribute.standard.Destination dest
        end local 4 // javax.print.attribute.standard.Copies copies
        end local 3 // javax.print.attribute.standard.JobName jobName
        33: .line 1083
      StackMap locals:
      StackMap stack:
            iload 2 /* doPrint */
            ireturn
        end local 2 // boolean doPrint
        end local 1 // javax.print.attribute.PrintRequestAttributeSet attributes
        end local 0 // sun.print.RasterPrinterJob this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   34     0         this  Lsun/print/RasterPrinterJob;
            4   34     1   attributes  Ljavax/print/attribute/PrintRequestAttributeSet;
            7   34     2      doPrint  Z
            9   33     3      jobName  Ljavax/print/attribute/standard/JobName;
           12   33     4       copies  Ljavax/print/attribute/standard/Copies;
           15   33     5         dest  Ljavax/print/attribute/standard/Destination;
           22   28     6           ps  Ljavax/print/PrintService;
           26   28     7  defaultDest  Ljavax/print/attribute/standard/Destination;
           31   33     6           ps  Ljavax/print/PrintService;
      Exception table:
        from    to  target  type
          16    18      19  Class java.lang.Exception
    Exceptions:
      throws java.awt.HeadlessException

  public void setPrintable(java.awt.print.Printable);
    descriptor: (Ljava/awt/print/Printable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // sun.print.RasterPrinterJob this
        start local 1 // java.awt.print.Printable painter
         0: .line 1093
            aload 0 /* this */
            new sun.print.OpenBook
            dup
            aload 0 /* this */
            new java.awt.print.PageFormat
            dup
            invokespecial java.awt.print.PageFormat.<init>:()V
            invokevirtual sun.print.RasterPrinterJob.defaultPage:(Ljava/awt/print/PageFormat;)Ljava/awt/print/PageFormat;
            aload 1 /* painter */
            invokespecial sun.print.OpenBook.<init>:(Ljava/awt/print/PageFormat;Ljava/awt/print/Printable;)V
            invokevirtual sun.print.RasterPrinterJob.setPageable:(Ljava/awt/print/Pageable;)V
         1: .line 1094
            return
        end local 1 // java.awt.print.Printable painter
        end local 0 // sun.print.RasterPrinterJob this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lsun/print/RasterPrinterJob;
            0    2     1  painter  Ljava/awt/print/Printable;
    MethodParameters:
         Name  Flags
      painter  

  public void setPrintable(java.awt.print.Printable, java.awt.print.PageFormat);
    descriptor: (Ljava/awt/print/Printable;Ljava/awt/print/PageFormat;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // sun.print.RasterPrinterJob this
        start local 1 // java.awt.print.Printable painter
        start local 2 // java.awt.print.PageFormat format
         0: .line 1105
            aload 0 /* this */
            new sun.print.OpenBook
            dup
            aload 2 /* format */
            aload 1 /* painter */
            invokespecial sun.print.OpenBook.<init>:(Ljava/awt/print/PageFormat;Ljava/awt/print/Printable;)V
            invokevirtual sun.print.RasterPrinterJob.setPageable:(Ljava/awt/print/Pageable;)V
         1: .line 1106
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual sun.print.RasterPrinterJob.getPrintService:()Ljavax/print/PrintService;
            aload 2 /* format */
            invokevirtual sun.print.RasterPrinterJob.updatePageAttributes:(Ljavax/print/PrintService;Ljava/awt/print/PageFormat;)V
         2: .line 1107
            return
        end local 2 // java.awt.print.PageFormat format
        end local 1 // java.awt.print.Printable painter
        end local 0 // sun.print.RasterPrinterJob this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lsun/print/RasterPrinterJob;
            0    3     1  painter  Ljava/awt/print/Printable;
            0    3     2   format  Ljava/awt/print/PageFormat;
    MethodParameters:
         Name  Flags
      painter  
      format   

  public void setPageable(java.awt.print.Pageable);
    descriptor: (Ljava/awt/print/Pageable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.print.RasterPrinterJob this
        start local 1 // java.awt.print.Pageable document
         0: .line 1120
            aload 1 /* document */
            ifnull 3
         1: .line 1121
            aload 0 /* this */
            aload 1 /* document */
            putfield sun.print.RasterPrinterJob.mDocument:Ljava/awt/print/Pageable;
         2: .line 1123
            goto 4
         3: .line 1124
      StackMap locals:
      StackMap stack:
            new java.lang.NullPointerException
            dup
            invokespecial java.lang.NullPointerException.<init>:()V
            athrow
         4: .line 1126
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.awt.print.Pageable document
        end local 0 // sun.print.RasterPrinterJob this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lsun/print/RasterPrinterJob;
            0    5     1  document  Ljava/awt/print/Pageable;
    Exceptions:
      throws java.lang.NullPointerException
    MethodParameters:
          Name  Flags
      document  

  protected void initPrinter();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // sun.print.RasterPrinterJob this
         0: .line 1129
            return
        end local 0 // sun.print.RasterPrinterJob this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/print/RasterPrinterJob;

  protected boolean isSupportedValue(javax.print.attribute.Attribute, javax.print.attribute.PrintRequestAttributeSet);
    descriptor: (Ljavax/print/attribute/Attribute;Ljavax/print/attribute/PrintRequestAttributeSet;)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // sun.print.RasterPrinterJob this
        start local 1 // javax.print.attribute.Attribute attrval
        start local 2 // javax.print.attribute.PrintRequestAttributeSet attrset
         0: .line 1134
            aload 0 /* this */
            invokevirtual sun.print.RasterPrinterJob.getPrintService:()Ljavax/print/PrintService;
            astore 3 /* ps */
        start local 3 // javax.print.PrintService ps
         1: .line 1136
            aload 1 /* attrval */
            ifnull 8
            aload 3 /* ps */
            ifnull 8
         2: .line 1137
            aload 3 /* ps */
            aload 1 /* attrval */
         3: .line 1138
            getstatic javax.print.DocFlavor$SERVICE_FORMATTED.PAGEABLE:Ljavax/print/DocFlavor$SERVICE_FORMATTED;
         4: .line 1139
            aload 2 /* attrset */
         5: .line 1137
            invokeinterface javax.print.PrintService.isAttributeValueSupported:(Ljavax/print/attribute/Attribute;Ljavax/print/DocFlavor;Ljavax/print/attribute/AttributeSet;)Z
         6: .line 1139
            ifeq 8
         7: .line 1135
            iconst_1
            ireturn
      StackMap locals: javax.print.PrintService
      StackMap stack:
         8: iconst_0
            ireturn
        end local 3 // javax.print.PrintService ps
        end local 2 // javax.print.attribute.PrintRequestAttributeSet attrset
        end local 1 // javax.print.attribute.Attribute attrval
        end local 0 // sun.print.RasterPrinterJob this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    9     0     this  Lsun/print/RasterPrinterJob;
            0    9     1  attrval  Ljavax/print/attribute/Attribute;
            0    9     2  attrset  Ljavax/print/attribute/PrintRequestAttributeSet;
            1    9     3       ps  Ljavax/print/PrintService;
    MethodParameters:
         Name  Flags
      attrval  
      attrset  

  protected void setAttributes(javax.print.attribute.PrintRequestAttributeSet);
    descriptor: (Ljavax/print/attribute/PrintRequestAttributeSet;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=11, locals=22, args_size=2
        start local 0 // sun.print.RasterPrinterJob this
        start local 1 // javax.print.attribute.PrintRequestAttributeSet attributes
         0: .line 1148
            aload 0 /* this */
            iconst_0
            invokevirtual sun.print.RasterPrinterJob.setCollated:(Z)V
         1: .line 1149
            aload 0 /* this */
            aconst_null
            putfield sun.print.RasterPrinterJob.sidesAttr:Ljavax/print/attribute/standard/Sides;
         2: .line 1150
            aload 0 /* this */
            aconst_null
            putfield sun.print.RasterPrinterJob.pageRangesAttr:Ljavax/print/attribute/standard/PageRanges;
         3: .line 1151
            aload 0 /* this */
            iconst_0
            putfield sun.print.RasterPrinterJob.copiesAttr:I
         4: .line 1152
            aload 0 /* this */
            aconst_null
            putfield sun.print.RasterPrinterJob.jobNameAttr:Ljava/lang/String;
         5: .line 1153
            aload 0 /* this */
            aconst_null
            putfield sun.print.RasterPrinterJob.userNameAttr:Ljava/lang/String;
         6: .line 1154
            aload 0 /* this */
            aconst_null
            putfield sun.print.RasterPrinterJob.destinationAttr:Ljava/lang/String;
         7: .line 1155
            aload 0 /* this */
            iconst_0
            putfield sun.print.RasterPrinterJob.collateAttReq:Z
         8: .line 1157
            aload 0 /* this */
            invokevirtual sun.print.RasterPrinterJob.getPrintService:()Ljavax/print/PrintService;
            astore 2 /* service */
        start local 2 // javax.print.PrintService service
         9: .line 1158
            aload 1 /* attributes */
            ifnull 10
            aload 2 /* service */
            ifnonnull 11
        10: .line 1159
      StackMap locals: javax.print.PrintService
      StackMap stack:
            return
        11: .line 1162
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 3 /* fidelity */
        start local 3 // boolean fidelity
        12: .line 1163
            aload 1 /* attributes */
            ldc Ljavax/print/attribute/standard/Fidelity;
            invokeinterface javax.print.attribute.PrintRequestAttributeSet.get:(Ljava/lang/Class;)Ljavax/print/attribute/Attribute;
            checkcast javax.print.attribute.standard.Fidelity
            astore 4 /* attrFidelity */
        start local 4 // javax.print.attribute.standard.Fidelity attrFidelity
        13: .line 1164
            aload 4 /* attrFidelity */
            ifnull 15
            aload 4 /* attrFidelity */
            getstatic javax.print.attribute.standard.Fidelity.FIDELITY_TRUE:Ljavax/print/attribute/standard/Fidelity;
            if_acmpne 15
        14: .line 1165
            iconst_1
            istore 3 /* fidelity */
        15: .line 1168
      StackMap locals: int javax.print.attribute.standard.Fidelity
      StackMap stack:
            iload 3 /* fidelity */
            ifeq 23
        16: .line 1170
            aload 2 /* service */
        17: .line 1171
            getstatic javax.print.DocFlavor$SERVICE_FORMATTED.PAGEABLE:Ljavax/print/DocFlavor$SERVICE_FORMATTED;
        18: .line 1172
            aload 1 /* attributes */
        19: .line 1170
            invokeinterface javax.print.PrintService.getUnsupportedAttributes:(Ljavax/print/DocFlavor;Ljavax/print/attribute/AttributeSet;)Ljavax/print/attribute/AttributeSet;
        20: .line 1169
            astore 5 /* unsupported */
        start local 5 // javax.print.attribute.AttributeSet unsupported
        21: .line 1173
            aload 5 /* unsupported */
            ifnull 23
        22: .line 1174
            new java.awt.print.PrinterException
            dup
            ldc "Fidelity cannot be satisfied"
            invokespecial java.awt.print.PrinterException.<init>:(Ljava/lang/String;)V
            athrow
        end local 5 // javax.print.attribute.AttributeSet unsupported
        23: .line 1185
      StackMap locals:
      StackMap stack:
            aload 1 /* attributes */
            ldc Ljavax/print/attribute/standard/SheetCollate;
            invokeinterface javax.print.attribute.PrintRequestAttributeSet.get:(Ljava/lang/Class;)Ljavax/print/attribute/Attribute;
            checkcast javax.print.attribute.standard.SheetCollate
        24: .line 1184
            astore 5 /* collateAttr */
        start local 5 // javax.print.attribute.standard.SheetCollate collateAttr
        25: .line 1186
            aload 0 /* this */
            aload 5 /* collateAttr */
            aload 1 /* attributes */
            invokevirtual sun.print.RasterPrinterJob.isSupportedValue:(Ljavax/print/attribute/Attribute;Ljavax/print/attribute/PrintRequestAttributeSet;)Z
            ifeq 29
        26: .line 1187
            aload 0 /* this */
            aload 5 /* collateAttr */
            getstatic javax.print.attribute.standard.SheetCollate.COLLATED:Ljavax/print/attribute/standard/SheetCollate;
            if_acmpne 27
            iconst_1
            goto 28
      StackMap locals: sun.print.RasterPrinterJob javax.print.attribute.PrintRequestAttributeSet javax.print.PrintService int javax.print.attribute.standard.Fidelity javax.print.attribute.standard.SheetCollate
      StackMap stack: sun.print.RasterPrinterJob
        27: iconst_0
      StackMap locals: sun.print.RasterPrinterJob javax.print.attribute.PrintRequestAttributeSet javax.print.PrintService int javax.print.attribute.standard.Fidelity javax.print.attribute.standard.SheetCollate
      StackMap stack: sun.print.RasterPrinterJob int
        28: invokevirtual sun.print.RasterPrinterJob.setCollated:(Z)V
        29: .line 1190
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* attributes */
            ldc Ljavax/print/attribute/standard/Sides;
            invokeinterface javax.print.attribute.PrintRequestAttributeSet.get:(Ljava/lang/Class;)Ljavax/print/attribute/Attribute;
            checkcast javax.print.attribute.standard.Sides
            putfield sun.print.RasterPrinterJob.sidesAttr:Ljavax/print/attribute/standard/Sides;
        30: .line 1191
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.print.RasterPrinterJob.sidesAttr:Ljavax/print/attribute/standard/Sides;
            aload 1 /* attributes */
            invokevirtual sun.print.RasterPrinterJob.isSupportedValue:(Ljavax/print/attribute/Attribute;Ljavax/print/attribute/PrintRequestAttributeSet;)Z
            ifne 32
        31: .line 1192
            aload 0 /* this */
            getstatic javax.print.attribute.standard.Sides.ONE_SIDED:Ljavax/print/attribute/standard/Sides;
            putfield sun.print.RasterPrinterJob.sidesAttr:Ljavax/print/attribute/standard/Sides;
        32: .line 1195
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* attributes */
            ldc Ljavax/print/attribute/standard/PageRanges;
            invokeinterface javax.print.attribute.PrintRequestAttributeSet.get:(Ljava/lang/Class;)Ljavax/print/attribute/Attribute;
            checkcast javax.print.attribute.standard.PageRanges
            putfield sun.print.RasterPrinterJob.pageRangesAttr:Ljavax/print/attribute/standard/PageRanges;
        33: .line 1196
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.print.RasterPrinterJob.pageRangesAttr:Ljavax/print/attribute/standard/PageRanges;
            aload 1 /* attributes */
            invokevirtual sun.print.RasterPrinterJob.isSupportedValue:(Ljavax/print/attribute/Attribute;Ljavax/print/attribute/PrintRequestAttributeSet;)Z
            ifne 36
        34: .line 1197
            aload 0 /* this */
            aconst_null
            putfield sun.print.RasterPrinterJob.pageRangesAttr:Ljavax/print/attribute/standard/PageRanges;
        35: .line 1198
            goto 43
        36: .line 1199
      StackMap locals:
      StackMap stack:
            aload 1 /* attributes */
            ldc Lsun/print/SunPageSelection;
            invokeinterface javax.print.attribute.PrintRequestAttributeSet.get:(Ljava/lang/Class;)Ljavax/print/attribute/Attribute;
            checkcast sun.print.SunPageSelection
        37: .line 1200
            getstatic sun.print.SunPageSelection.RANGE:Lsun/print/SunPageSelection;
        38: .line 1199
            if_acmpne 42
        39: .line 1202
            aload 0 /* this */
            getfield sun.print.RasterPrinterJob.pageRangesAttr:Ljavax/print/attribute/standard/PageRanges;
            invokevirtual javax.print.attribute.standard.PageRanges.getMembers:()[[I
            astore 6 /* range */
        start local 6 // int[][] range
        40: .line 1204
            aload 0 /* this */
            aload 6 /* range */
            iconst_0
            aaload
            iconst_0
            iaload
            iconst_1
            isub
            aload 6 /* range */
            iconst_0
            aaload
            iconst_1
            iaload
            iconst_1
            isub
            invokevirtual sun.print.RasterPrinterJob.setPageRange:(II)V
        end local 6 // int[][] range
        41: .line 1205
            goto 43
        42: .line 1206
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_m1
            iconst_m1
            invokevirtual sun.print.RasterPrinterJob.setPageRange:(II)V
        43: .line 1210
      StackMap locals:
      StackMap stack:
            aload 1 /* attributes */
            ldc Ljavax/print/attribute/standard/Copies;
            invokeinterface javax.print.attribute.PrintRequestAttributeSet.get:(Ljava/lang/Class;)Ljavax/print/attribute/Attribute;
            checkcast javax.print.attribute.standard.Copies
            astore 6 /* copies */
        start local 6 // javax.print.attribute.standard.Copies copies
        44: .line 1211
            aload 0 /* this */
            aload 6 /* copies */
            aload 1 /* attributes */
            invokevirtual sun.print.RasterPrinterJob.isSupportedValue:(Ljavax/print/attribute/Attribute;Ljavax/print/attribute/PrintRequestAttributeSet;)Z
            ifne 46
        45: .line 1212
            iload 3 /* fidelity */
            ifne 49
            aload 6 /* copies */
            ifnull 49
        46: .line 1213
      StackMap locals: javax.print.attribute.standard.Copies
      StackMap stack:
            aload 0 /* this */
            aload 6 /* copies */
            invokevirtual javax.print.attribute.standard.Copies.getValue:()I
            putfield sun.print.RasterPrinterJob.copiesAttr:I
        47: .line 1214
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.print.RasterPrinterJob.copiesAttr:I
            invokevirtual sun.print.RasterPrinterJob.setCopies:(I)V
        48: .line 1215
            goto 50
        49: .line 1216
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual sun.print.RasterPrinterJob.getCopies:()I
            putfield sun.print.RasterPrinterJob.copiesAttr:I
        50: .line 1220
      StackMap locals:
      StackMap stack:
            aload 1 /* attributes */
            ldc Ljavax/print/attribute/standard/Destination;
            invokeinterface javax.print.attribute.PrintRequestAttributeSet.get:(Ljava/lang/Class;)Ljavax/print/attribute/Attribute;
            checkcast javax.print.attribute.standard.Destination
        51: .line 1219
            astore 7 /* destination */
        start local 7 // javax.print.attribute.standard.Destination destination
        52: .line 1222
            aload 0 /* this */
            aload 7 /* destination */
            aload 1 /* attributes */
            invokevirtual sun.print.RasterPrinterJob.isSupportedValue:(Ljavax/print/attribute/Attribute;Ljavax/print/attribute/PrintRequestAttributeSet;)Z
            ifeq 65
        53: .line 1227
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            new java.io.File
            dup
            aload 7 /* destination */
            invokevirtual javax.print.attribute.standard.Destination.getURI:()Ljava/net/URI;
        54: .line 1228
            invokevirtual java.net.URI.getSchemeSpecificPart:()Ljava/lang/String;
            invokespecial java.io.File.<init>:(Ljava/lang/String;)V
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        55: .line 1227
            putfield sun.print.RasterPrinterJob.destinationAttr:Ljava/lang/String;
        56: .line 1229
            goto 65
      StackMap locals: sun.print.RasterPrinterJob javax.print.attribute.PrintRequestAttributeSet javax.print.PrintService int javax.print.attribute.standard.Fidelity javax.print.attribute.standard.SheetCollate javax.print.attribute.standard.Copies javax.print.attribute.standard.Destination
      StackMap stack: java.lang.Exception
        57: pop
        58: .line 1230
            aload 2 /* service */
        59: .line 1231
            ldc Ljavax/print/attribute/standard/Destination;
            invokeinterface javax.print.PrintService.getDefaultAttributeValue:(Ljava/lang/Class;)Ljava/lang/Object;
        60: .line 1230
            checkcast javax.print.attribute.standard.Destination
            astore 8 /* defaultDest */
        start local 8 // javax.print.attribute.standard.Destination defaultDest
        61: .line 1232
            aload 8 /* defaultDest */
            ifnull 65
        62: .line 1233
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            new java.io.File
            dup
            aload 8 /* defaultDest */
            invokevirtual javax.print.attribute.standard.Destination.getURI:()Ljava/net/URI;
        63: .line 1234
            invokevirtual java.net.URI.getSchemeSpecificPart:()Ljava/lang/String;
            invokespecial java.io.File.<init>:(Ljava/lang/String;)V
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        64: .line 1233
            putfield sun.print.RasterPrinterJob.destinationAttr:Ljava/lang/String;
        end local 8 // javax.print.attribute.standard.Destination defaultDest
        65: .line 1239
      StackMap locals:
      StackMap stack:
            aload 1 /* attributes */
            ldc Ljavax/print/attribute/standard/JobSheets;
            invokeinterface javax.print.attribute.PrintRequestAttributeSet.get:(Ljava/lang/Class;)Ljavax/print/attribute/Attribute;
            checkcast javax.print.attribute.standard.JobSheets
            astore 8 /* jobSheets */
        start local 8 // javax.print.attribute.standard.JobSheets jobSheets
        66: .line 1240
            aload 8 /* jobSheets */
            ifnull 70
        67: .line 1241
            aload 0 /* this */
            aload 8 /* jobSheets */
            getstatic javax.print.attribute.standard.JobSheets.NONE:Ljavax/print/attribute/standard/JobSheets;
            if_acmpne 68
            iconst_1
            goto 69
      StackMap locals: sun.print.RasterPrinterJob javax.print.attribute.PrintRequestAttributeSet javax.print.PrintService int javax.print.attribute.standard.Fidelity javax.print.attribute.standard.SheetCollate javax.print.attribute.standard.Copies javax.print.attribute.standard.Destination javax.print.attribute.standard.JobSheets
      StackMap stack: sun.print.RasterPrinterJob
        68: iconst_0
      StackMap locals: sun.print.RasterPrinterJob javax.print.attribute.PrintRequestAttributeSet javax.print.PrintService int javax.print.attribute.standard.Fidelity javax.print.attribute.standard.SheetCollate javax.print.attribute.standard.Copies javax.print.attribute.standard.Destination javax.print.attribute.standard.JobSheets
      StackMap stack: sun.print.RasterPrinterJob int
        69: putfield sun.print.RasterPrinterJob.noJobSheet:Z
        70: .line 1244
      StackMap locals:
      StackMap stack:
            aload 1 /* attributes */
            ldc Ljavax/print/attribute/standard/JobName;
            invokeinterface javax.print.attribute.PrintRequestAttributeSet.get:(Ljava/lang/Class;)Ljavax/print/attribute/Attribute;
            checkcast javax.print.attribute.standard.JobName
            astore 9 /* jobName */
        start local 9 // javax.print.attribute.standard.JobName jobName
        71: .line 1245
            aload 0 /* this */
            aload 9 /* jobName */
            aload 1 /* attributes */
            invokevirtual sun.print.RasterPrinterJob.isSupportedValue:(Ljavax/print/attribute/Attribute;Ljavax/print/attribute/PrintRequestAttributeSet;)Z
            ifne 73
        72: .line 1246
            iload 3 /* fidelity */
            ifne 76
            aload 9 /* jobName */
            ifnull 76
        73: .line 1247
      StackMap locals: javax.print.attribute.standard.JobName
      StackMap stack:
            aload 0 /* this */
            aload 9 /* jobName */
            invokevirtual javax.print.attribute.standard.JobName.getValue:()Ljava/lang/String;
            putfield sun.print.RasterPrinterJob.jobNameAttr:Ljava/lang/String;
        74: .line 1248
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.print.RasterPrinterJob.jobNameAttr:Ljava/lang/String;
            invokevirtual sun.print.RasterPrinterJob.setJobName:(Ljava/lang/String;)V
        75: .line 1249
            goto 77
        76: .line 1250
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual sun.print.RasterPrinterJob.getJobName:()Ljava/lang/String;
            putfield sun.print.RasterPrinterJob.jobNameAttr:Ljava/lang/String;
        77: .line 1254
      StackMap locals:
      StackMap stack:
            aload 1 /* attributes */
            ldc Ljavax/print/attribute/standard/RequestingUserName;
            invokeinterface javax.print.attribute.PrintRequestAttributeSet.get:(Ljava/lang/Class;)Ljavax/print/attribute/Attribute;
            checkcast javax.print.attribute.standard.RequestingUserName
        78: .line 1253
            astore 10 /* userName */
        start local 10 // javax.print.attribute.standard.RequestingUserName userName
        79: .line 1255
            aload 0 /* this */
            aload 10 /* userName */
            aload 1 /* attributes */
            invokevirtual sun.print.RasterPrinterJob.isSupportedValue:(Ljavax/print/attribute/Attribute;Ljavax/print/attribute/PrintRequestAttributeSet;)Z
            ifne 81
        80: .line 1256
            iload 3 /* fidelity */
            ifne 83
            aload 10 /* userName */
            ifnull 83
        81: .line 1257
      StackMap locals: javax.print.attribute.standard.RequestingUserName
      StackMap stack:
            aload 0 /* this */
            aload 10 /* userName */
            invokevirtual javax.print.attribute.standard.RequestingUserName.getValue:()Ljava/lang/String;
            putfield sun.print.RasterPrinterJob.userNameAttr:Ljava/lang/String;
        82: .line 1258
            goto 87
        83: .line 1260
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual sun.print.RasterPrinterJob.getUserName:()Ljava/lang/String;
            putfield sun.print.RasterPrinterJob.userNameAttr:Ljava/lang/String;
        84: .line 1261
            goto 87
      StackMap locals:
      StackMap stack: java.lang.SecurityException
        85: pop
        86: .line 1262
            aload 0 /* this */
            ldc ""
            putfield sun.print.RasterPrinterJob.userNameAttr:Ljava/lang/String;
        87: .line 1269
      StackMap locals:
      StackMap stack:
            aload 1 /* attributes */
            ldc Ljavax/print/attribute/standard/Media;
            invokeinterface javax.print.attribute.PrintRequestAttributeSet.get:(Ljava/lang/Class;)Ljavax/print/attribute/Attribute;
            checkcast javax.print.attribute.standard.Media
            astore 11 /* media */
        start local 11 // javax.print.attribute.standard.Media media
        88: .line 1271
            aload 1 /* attributes */
            ldc Ljavax/print/attribute/standard/OrientationRequested;
            invokeinterface javax.print.attribute.PrintRequestAttributeSet.get:(Ljava/lang/Class;)Ljavax/print/attribute/Attribute;
            checkcast javax.print.attribute.standard.OrientationRequested
        89: .line 1270
            astore 12 /* orientReq */
        start local 12 // javax.print.attribute.standard.OrientationRequested orientReq
        90: .line 1273
            aload 1 /* attributes */
            ldc Ljavax/print/attribute/standard/MediaPrintableArea;
            invokeinterface javax.print.attribute.PrintRequestAttributeSet.get:(Ljava/lang/Class;)Ljavax/print/attribute/Attribute;
            checkcast javax.print.attribute.standard.MediaPrintableArea
        91: .line 1272
            astore 13 /* mpa */
        start local 13 // javax.print.attribute.standard.MediaPrintableArea mpa
        92: .line 1275
            aload 12 /* orientReq */
            ifnonnull 93
            aload 11 /* media */
            ifnonnull 93
            aload 13 /* mpa */
            ifnull 149
        93: .line 1276
      StackMap locals: javax.print.attribute.standard.Media javax.print.attribute.standard.OrientationRequested javax.print.attribute.standard.MediaPrintableArea
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.print.RasterPrinterJob.getPageable:()Ljava/awt/print/Pageable;
            instanceof sun.print.OpenBook
            ifeq 149
        94: .line 1281
            aload 0 /* this */
            invokevirtual sun.print.RasterPrinterJob.getPageable:()Ljava/awt/print/Pageable;
            astore 14 /* pageable */
        start local 14 // java.awt.print.Pageable pageable
        95: .line 1282
            aload 14 /* pageable */
            iconst_0
            invokeinterface java.awt.print.Pageable.getPrintable:(I)Ljava/awt/print/Printable;
            astore 15 /* printable */
        start local 15 // java.awt.print.Printable printable
        96: .line 1283
            aload 14 /* pageable */
            iconst_0
            invokeinterface java.awt.print.Pageable.getPageFormat:(I)Ljava/awt/print/PageFormat;
            invokevirtual java.awt.print.PageFormat.clone:()Ljava/lang/Object;
            checkcast java.awt.print.PageFormat
            astore 16 /* pf */
        start local 16 // java.awt.print.PageFormat pf
        97: .line 1284
            aload 16 /* pf */
            invokevirtual java.awt.print.PageFormat.getPaper:()Ljava/awt/print/Paper;
            astore 17 /* paper */
        start local 17 // java.awt.print.Paper paper
        98: .line 1289
            aload 13 /* mpa */
            ifnonnull 109
            aload 11 /* media */
            ifnull 109
        99: .line 1290
            aload 2 /* service */
       100: .line 1291
            ldc Ljavax/print/attribute/standard/MediaPrintableArea;
            invokeinterface javax.print.PrintService.isAttributeCategorySupported:(Ljava/lang/Class;)Z
            ifeq 109
       101: .line 1292
            aload 2 /* service */
       102: .line 1293
            ldc Ljavax/print/attribute/standard/MediaPrintableArea;
       103: .line 1294
            aconst_null
            aload 1 /* attributes */
       104: .line 1293
            invokeinterface javax.print.PrintService.getSupportedAttributeValues:(Ljava/lang/Class;Ljavax/print/DocFlavor;Ljavax/print/attribute/AttributeSet;)Ljava/lang/Object;
       105: .line 1292
            astore 18 /* mpaVals */
        start local 18 // java.lang.Object mpaVals
       106: .line 1295
            aload 18 /* mpaVals */
            instanceof javax.print.attribute.standard.MediaPrintableArea[]
            ifeq 109
       107: .line 1296
            aload 18 /* mpaVals */
            checkcast javax.print.attribute.standard.MediaPrintableArea[]
            arraylength
            ifle 109
       108: .line 1297
            aload 18 /* mpaVals */
            checkcast javax.print.attribute.standard.MediaPrintableArea[]
            iconst_0
            aaload
            astore 13 /* mpa */
        end local 18 // java.lang.Object mpaVals
       109: .line 1301
      StackMap locals: sun.print.RasterPrinterJob javax.print.attribute.PrintRequestAttributeSet javax.print.PrintService int javax.print.attribute.standard.Fidelity javax.print.attribute.standard.SheetCollate javax.print.attribute.standard.Copies javax.print.attribute.standard.Destination javax.print.attribute.standard.JobSheets javax.print.attribute.standard.JobName javax.print.attribute.standard.RequestingUserName javax.print.attribute.standard.Media javax.print.attribute.standard.OrientationRequested javax.print.attribute.standard.MediaPrintableArea java.awt.print.Pageable java.awt.print.Printable java.awt.print.PageFormat java.awt.print.Paper
      StackMap stack:
            aload 0 /* this */
            aload 12 /* orientReq */
            aload 1 /* attributes */
            invokevirtual sun.print.RasterPrinterJob.isSupportedValue:(Ljavax/print/attribute/Attribute;Ljavax/print/attribute/PrintRequestAttributeSet;)Z
            ifne 111
       110: .line 1302
            iload 3 /* fidelity */
            ifne 119
            aload 12 /* orientReq */
            ifnull 119
       111: .line 1304
      StackMap locals:
      StackMap stack:
            aload 12 /* orientReq */
            getstatic javax.print.attribute.standard.OrientationRequested.REVERSE_LANDSCAPE:Ljavax/print/attribute/standard/OrientationRequested;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 114
       112: .line 1305
            iconst_2
            istore 18 /* orient */
        start local 18 // int orient
       113: .line 1306
            goto 118
        end local 18 // int orient
      StackMap locals:
      StackMap stack:
       114: aload 12 /* orientReq */
            getstatic javax.print.attribute.standard.OrientationRequested.LANDSCAPE:Ljavax/print/attribute/standard/OrientationRequested;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 117
       115: .line 1307
            iconst_0
            istore 18 /* orient */
        start local 18 // int orient
       116: .line 1308
            goto 118
        end local 18 // int orient
       117: .line 1309
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 18 /* orient */
        start local 18 // int orient
       118: .line 1311
      StackMap locals: int
      StackMap stack:
            aload 16 /* pf */
            iload 18 /* orient */
            invokevirtual java.awt.print.PageFormat.setOrientation:(I)V
        end local 18 // int orient
       119: .line 1314
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 11 /* media */
            aload 1 /* attributes */
            invokevirtual sun.print.RasterPrinterJob.isSupportedValue:(Ljavax/print/attribute/Attribute;Ljavax/print/attribute/PrintRequestAttributeSet;)Z
            ifne 121
       120: .line 1315
            iload 3 /* fidelity */
            ifne 133
            aload 11 /* media */
            ifnull 133
       121: .line 1316
      StackMap locals:
      StackMap stack:
            aload 11 /* media */
            instanceof javax.print.attribute.standard.MediaSizeName
            ifeq 133
       122: .line 1317
            aload 11 /* media */
            checkcast javax.print.attribute.standard.MediaSizeName
            astore 18 /* msn */
        start local 18 // javax.print.attribute.standard.MediaSizeName msn
       123: .line 1318
            aload 18 /* msn */
            invokestatic javax.print.attribute.standard.MediaSize.getMediaSizeForName:(Ljavax/print/attribute/standard/MediaSizeName;)Ljavax/print/attribute/standard/MediaSize;
            astore 19 /* msz */
        start local 19 // javax.print.attribute.standard.MediaSize msz
       124: .line 1319
            aload 19 /* msz */
            ifnull 133
       125: .line 1320
            aload 19 /* msz */
            sipush 25400
            invokevirtual javax.print.attribute.standard.MediaSize.getX:(I)F
            ldc 72.0
            fmul
            fstore 20 /* paperWid */
        start local 20 // float paperWid
       126: .line 1321
            aload 19 /* msz */
            sipush 25400
            invokevirtual javax.print.attribute.standard.MediaSize.getY:(I)F
            ldc 72.0
            fmul
            fstore 21 /* paperHgt */
        start local 21 // float paperHgt
       127: .line 1322
            aload 17 /* paper */
            fload 20 /* paperWid */
            f2d
            fload 21 /* paperHgt */
            f2d
            invokevirtual java.awt.print.Paper.setSize:(DD)V
       128: .line 1323
            aload 13 /* mpa */
            ifnonnull 133
       129: .line 1324
            aload 17 /* paper */
            ldc 72.0
            ldc 72.0
       130: .line 1325
            fload 20 /* paperWid */
            f2d
            ldc 144.0
            dsub
       131: .line 1326
            fload 21 /* paperHgt */
            f2d
            ldc 144.0
            dsub
       132: .line 1324
            invokevirtual java.awt.print.Paper.setImageableArea:(DDDD)V
        end local 21 // float paperHgt
        end local 20 // float paperWid
        end local 19 // javax.print.attribute.standard.MediaSize msz
        end local 18 // javax.print.attribute.standard.MediaSizeName msn
       133: .line 1332
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 13 /* mpa */
            aload 1 /* attributes */
            invokevirtual sun.print.RasterPrinterJob.isSupportedValue:(Ljavax/print/attribute/Attribute;Ljavax/print/attribute/PrintRequestAttributeSet;)Z
            ifne 135
       134: .line 1333
            iload 3 /* fidelity */
            ifne 145
            aload 13 /* mpa */
            ifnull 145
       135: .line 1335
      StackMap locals:
      StackMap stack:
            aload 13 /* mpa */
            sipush 25400
            invokevirtual javax.print.attribute.standard.MediaPrintableArea.getPrintableArea:(I)[F
       136: .line 1334
            astore 18 /* printableArea */
        start local 18 // float[] printableArea
       137: .line 1336
            iconst_0
            istore 19 /* i */
        start local 19 // int i
       138: goto 141
       139: .line 1337
      StackMap locals: float[] int
      StackMap stack:
            aload 18 /* printableArea */
            iload 19 /* i */
            aload 18 /* printableArea */
            iload 19 /* i */
            faload
            ldc 72.0
            fmul
            fastore
       140: .line 1336
            iinc 19 /* i */ 1
      StackMap locals:
      StackMap stack:
       141: iload 19 /* i */
            aload 18 /* printableArea */
            arraylength
            if_icmplt 139
        end local 19 // int i
       142: .line 1339
            aload 17 /* paper */
            aload 18 /* printableArea */
            iconst_0
            faload
            f2d
            aload 18 /* printableArea */
            iconst_1
            faload
            f2d
       143: .line 1340
            aload 18 /* printableArea */
            iconst_2
            faload
            f2d
            aload 18 /* printableArea */
            iconst_3
            faload
            f2d
       144: .line 1339
            invokevirtual java.awt.print.Paper.setImageableArea:(DDDD)V
        end local 18 // float[] printableArea
       145: .line 1343
      StackMap locals:
      StackMap stack:
            aload 16 /* pf */
            aload 17 /* paper */
            invokevirtual java.awt.print.PageFormat.setPaper:(Ljava/awt/print/Paper;)V
       146: .line 1344
            aload 0 /* this */
            aload 16 /* pf */
            invokevirtual sun.print.RasterPrinterJob.validatePage:(Ljava/awt/print/PageFormat;)Ljava/awt/print/PageFormat;
            astore 16 /* pf */
       147: .line 1345
            aload 0 /* this */
            aload 15 /* printable */
            aload 16 /* pf */
            invokevirtual sun.print.RasterPrinterJob.setPrintable:(Ljava/awt/print/Printable;Ljava/awt/print/PageFormat;)V
        end local 17 // java.awt.print.Paper paper
        end local 16 // java.awt.print.PageFormat pf
        end local 15 // java.awt.print.Printable printable
        end local 14 // java.awt.print.Pageable pageable
       148: .line 1346
            goto 150
       149: .line 1349
      StackMap locals: sun.print.RasterPrinterJob javax.print.attribute.PrintRequestAttributeSet javax.print.PrintService int javax.print.attribute.standard.Fidelity javax.print.attribute.standard.SheetCollate javax.print.attribute.standard.Copies javax.print.attribute.standard.Destination javax.print.attribute.standard.JobSheets javax.print.attribute.standard.JobName javax.print.attribute.standard.RequestingUserName javax.print.attribute.standard.Media javax.print.attribute.standard.OrientationRequested javax.print.attribute.standard.MediaPrintableArea
      StackMap stack:
            aload 0 /* this */
            aload 1 /* attributes */
            putfield sun.print.RasterPrinterJob.attributes:Ljavax/print/attribute/PrintRequestAttributeSet;
       150: .line 1352
      StackMap locals:
      StackMap stack:
            return
        end local 13 // javax.print.attribute.standard.MediaPrintableArea mpa
        end local 12 // javax.print.attribute.standard.OrientationRequested orientReq
        end local 11 // javax.print.attribute.standard.Media media
        end local 10 // javax.print.attribute.standard.RequestingUserName userName
        end local 9 // javax.print.attribute.standard.JobName jobName
        end local 8 // javax.print.attribute.standard.JobSheets jobSheets
        end local 7 // javax.print.attribute.standard.Destination destination
        end local 6 // javax.print.attribute.standard.Copies copies
        end local 5 // javax.print.attribute.standard.SheetCollate collateAttr
        end local 4 // javax.print.attribute.standard.Fidelity attrFidelity
        end local 3 // boolean fidelity
        end local 2 // javax.print.PrintService service
        end local 1 // javax.print.attribute.PrintRequestAttributeSet attributes
        end local 0 // sun.print.RasterPrinterJob this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0  151     0           this  Lsun/print/RasterPrinterJob;
            0  151     1     attributes  Ljavax/print/attribute/PrintRequestAttributeSet;
            9  151     2        service  Ljavax/print/PrintService;
           12  151     3       fidelity  Z
           13  151     4   attrFidelity  Ljavax/print/attribute/standard/Fidelity;
           21   23     5    unsupported  Ljavax/print/attribute/AttributeSet;
           25  151     5    collateAttr  Ljavax/print/attribute/standard/SheetCollate;
           40   41     6          range  [[I
           44  151     6         copies  Ljavax/print/attribute/standard/Copies;
           52  151     7    destination  Ljavax/print/attribute/standard/Destination;
           61   65     8    defaultDest  Ljavax/print/attribute/standard/Destination;
           66  151     8      jobSheets  Ljavax/print/attribute/standard/JobSheets;
           71  151     9        jobName  Ljavax/print/attribute/standard/JobName;
           79  151    10       userName  Ljavax/print/attribute/standard/RequestingUserName;
           88  151    11          media  Ljavax/print/attribute/standard/Media;
           90  151    12      orientReq  Ljavax/print/attribute/standard/OrientationRequested;
           92  151    13            mpa  Ljavax/print/attribute/standard/MediaPrintableArea;
           95  148    14       pageable  Ljava/awt/print/Pageable;
           96  148    15      printable  Ljava/awt/print/Printable;
           97  148    16             pf  Ljava/awt/print/PageFormat;
           98  148    17          paper  Ljava/awt/print/Paper;
          106  109    18        mpaVals  Ljava/lang/Object;
          113  114    18         orient  I
          116  117    18         orient  I
          118  119    18         orient  I
          123  133    18            msn  Ljavax/print/attribute/standard/MediaSizeName;
          124  133    19            msz  Ljavax/print/attribute/standard/MediaSize;
          126  133    20       paperWid  F
          127  133    21       paperHgt  F
          137  145    18  printableArea  [F
          138  142    19              i  I
      Exception table:
        from    to  target  type
          53    56      57  Class java.lang.Exception
          83    84      85  Class java.lang.SecurityException
    Exceptions:
      throws java.awt.print.PrinterException
    MethodParameters:
            Name  Flags
      attributes  

  protected void spoolToService(javax.print.PrintService, javax.print.attribute.PrintRequestAttributeSet);
    descriptor: (Ljavax/print/PrintService;Ljavax/print/attribute/PrintRequestAttributeSet;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=6, args_size=3
        start local 0 // sun.print.RasterPrinterJob this
        start local 1 // javax.print.PrintService psvc
        start local 2 // javax.print.attribute.PrintRequestAttributeSet attributes
         0: .line 1365
            aload 1 /* psvc */
            ifnonnull 2
         1: .line 1366
            new java.awt.print.PrinterException
            dup
            ldc "No print service found."
            invokespecial java.awt.print.PrinterException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 1369
      StackMap locals:
      StackMap stack:
            aload 1 /* psvc */
            invokeinterface javax.print.PrintService.createPrintJob:()Ljavax/print/DocPrintJob;
            astore 3 /* job */
        start local 3 // javax.print.DocPrintJob job
         3: .line 1370
            new sun.print.PageableDoc
            dup
            aload 0 /* this */
            invokevirtual sun.print.RasterPrinterJob.getPageable:()Ljava/awt/print/Pageable;
            invokespecial sun.print.PageableDoc.<init>:(Ljava/awt/print/Pageable;)V
            astore 4 /* doc */
        start local 4 // javax.print.Doc doc
         4: .line 1371
            aload 2 /* attributes */
            ifnonnull 6
         5: .line 1372
            new javax.print.attribute.HashPrintRequestAttributeSet
            dup
            invokespecial javax.print.attribute.HashPrintRequestAttributeSet.<init>:()V
            astore 2 /* attributes */
         6: .line 1375
      StackMap locals: javax.print.DocPrintJob javax.print.Doc
      StackMap stack:
            aload 3 /* job */
            aload 4 /* doc */
            aload 2 /* attributes */
            invokeinterface javax.print.DocPrintJob.print:(Ljavax/print/Doc;Ljavax/print/attribute/PrintRequestAttributeSet;)V
         7: .line 1376
            goto 10
      StackMap locals:
      StackMap stack: javax.print.PrintException
         8: astore 5 /* e */
        start local 5 // javax.print.PrintException e
         9: .line 1377
            new java.awt.print.PrinterException
            dup
            aload 5 /* e */
            invokevirtual javax.print.PrintException.toString:()Ljava/lang/String;
            invokespecial java.awt.print.PrinterException.<init>:(Ljava/lang/String;)V
            athrow
        end local 5 // javax.print.PrintException e
        10: .line 1379
      StackMap locals:
      StackMap stack:
            return
        end local 4 // javax.print.Doc doc
        end local 3 // javax.print.DocPrintJob job
        end local 2 // javax.print.attribute.PrintRequestAttributeSet attributes
        end local 1 // javax.print.PrintService psvc
        end local 0 // sun.print.RasterPrinterJob this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   11     0        this  Lsun/print/RasterPrinterJob;
            0   11     1        psvc  Ljavax/print/PrintService;
            0   11     2  attributes  Ljavax/print/attribute/PrintRequestAttributeSet;
            3   11     3         job  Ljavax/print/DocPrintJob;
            4   11     4         doc  Ljavax/print/Doc;
            9   10     5           e  Ljavax/print/PrintException;
      Exception table:
        from    to  target  type
           6     7       8  Class javax.print.PrintException
    Exceptions:
      throws java.awt.print.PrinterException
    MethodParameters:
            Name  Flags
      psvc        
      attributes  

  public void print();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.print.RasterPrinterJob this
         0: .line 1390
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.print.RasterPrinterJob.attributes:Ljavax/print/attribute/PrintRequestAttributeSet;
            invokevirtual sun.print.RasterPrinterJob.print:(Ljavax/print/attribute/PrintRequestAttributeSet;)V
         1: .line 1391
            return
        end local 0 // sun.print.RasterPrinterJob this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/print/RasterPrinterJob;
    Exceptions:
      throws java.awt.print.PrinterException

  protected void debug_println(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // sun.print.RasterPrinterJob this
        start local 1 // java.lang.String str
         0: .line 1395
            getstatic sun.print.RasterPrinterJob.debugPrint:Z
            ifeq 2
         1: .line 1396
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            ldc "RasterPrinterJob "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* str */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc " "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         2: .line 1398
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.String str
        end local 0 // sun.print.RasterPrinterJob this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/print/RasterPrinterJob;
            0    3     1   str  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      str   

  public void print(javax.print.attribute.PrintRequestAttributeSet);
    descriptor: (Ljavax/print/attribute/PrintRequestAttributeSet;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=16, args_size=2
        start local 0 // sun.print.RasterPrinterJob this
        start local 1 // javax.print.attribute.PrintRequestAttributeSet attributes
         0: .line 1415
            aload 0 /* this */
            invokevirtual sun.print.RasterPrinterJob.getPrintService:()Ljavax/print/PrintService;
            astore 2 /* psvc */
        start local 2 // javax.print.PrintService psvc
         1: .line 1416
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            ldc "psvc = "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 2 /* psvc */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual sun.print.RasterPrinterJob.debug_println:(Ljava/lang/String;)V
         2: .line 1417
            aload 2 /* psvc */
            ifnonnull 4
         3: .line 1418
            new java.awt.print.PrinterException
            dup
            ldc "No print service found."
            invokespecial java.awt.print.PrinterException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 1423
      StackMap locals: javax.print.PrintService
      StackMap stack:
            aload 2 /* psvc */
         5: .line 1424
            ldc Ljavax/print/attribute/standard/PrinterState;
         6: .line 1423
            invokeinterface javax.print.PrintService.getAttribute:(Ljava/lang/Class;)Ljavax/print/attribute/PrintServiceAttribute;
            checkcast javax.print.attribute.standard.PrinterState
            astore 3 /* prnState */
        start local 3 // javax.print.attribute.standard.PrinterState prnState
         7: .line 1425
            aload 3 /* prnState */
            getstatic javax.print.attribute.standard.PrinterState.STOPPED:Ljavax/print/attribute/standard/PrinterState;
            if_acmpne 15
         8: .line 1427
            aload 2 /* psvc */
         9: .line 1428
            ldc Ljavax/print/attribute/standard/PrinterStateReasons;
        10: .line 1427
            invokeinterface javax.print.PrintService.getAttribute:(Ljava/lang/Class;)Ljavax/print/attribute/PrintServiceAttribute;
            checkcast javax.print.attribute.standard.PrinterStateReasons
        11: .line 1426
            astore 4 /* prnStateReasons */
        start local 4 // javax.print.attribute.standard.PrinterStateReasons prnStateReasons
        12: .line 1429
            aload 4 /* prnStateReasons */
            ifnull 15
        13: .line 1430
            aload 4 /* prnStateReasons */
            getstatic javax.print.attribute.standard.PrinterStateReason.SHUTDOWN:Ljavax/print/attribute/standard/PrinterStateReason;
            invokevirtual javax.print.attribute.standard.PrinterStateReasons.containsKey:(Ljava/lang/Object;)Z
            ifeq 15
        14: .line 1432
            new java.awt.print.PrinterException
            dup
            ldc "PrintService is no longer available."
            invokespecial java.awt.print.PrinterException.<init>:(Ljava/lang/String;)V
            athrow
        end local 4 // javax.print.attribute.standard.PrinterStateReasons prnStateReasons
        15: .line 1436
      StackMap locals: javax.print.attribute.standard.PrinterState
      StackMap stack:
            aload 2 /* psvc */
        16: .line 1437
            ldc Ljavax/print/attribute/standard/PrinterIsAcceptingJobs;
        17: .line 1436
            invokeinterface javax.print.PrintService.getAttribute:(Ljava/lang/Class;)Ljavax/print/attribute/PrintServiceAttribute;
            checkcast javax.print.attribute.standard.PrinterIsAcceptingJobs
        18: .line 1438
            getstatic javax.print.attribute.standard.PrinterIsAcceptingJobs.NOT_ACCEPTING_JOBS:Ljavax/print/attribute/standard/PrinterIsAcceptingJobs;
        19: .line 1436
            if_acmpne 21
        20: .line 1439
            new java.awt.print.PrinterException
            dup
            ldc "Printer is not accepting job."
            invokespecial java.awt.print.PrinterException.<init>:(Ljava/lang/String;)V
            athrow
        21: .line 1442
      StackMap locals:
      StackMap stack:
            aload 2 /* psvc */
            instanceof sun.print.SunPrinterJobService
            ifeq 27
        22: .line 1443
            aload 2 /* psvc */
            checkcast sun.print.SunPrinterJobService
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokeinterface sun.print.SunPrinterJobService.usesClass:(Ljava/lang/Class;)Z
            ifeq 27
        23: .line 1444
            aload 0 /* this */
            aload 1 /* attributes */
            invokevirtual sun.print.RasterPrinterJob.setAttributes:(Ljavax/print/attribute/PrintRequestAttributeSet;)V
        24: .line 1446
            aload 0 /* this */
            getfield sun.print.RasterPrinterJob.destinationAttr:Ljava/lang/String;
            ifnull 29
        25: .line 1447
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.print.RasterPrinterJob.destinationAttr:Ljava/lang/String;
            invokevirtual sun.print.RasterPrinterJob.validateDestination:(Ljava/lang/String;)V
        26: .line 1449
            goto 29
        27: .line 1450
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* psvc */
            aload 1 /* attributes */
            invokevirtual sun.print.RasterPrinterJob.spoolToService:(Ljavax/print/PrintService;Ljavax/print/attribute/PrintRequestAttributeSet;)V
        28: .line 1451
            return
        29: .line 1455
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.print.RasterPrinterJob.initPrinter:()V
        30: .line 1457
            aload 0 /* this */
            invokevirtual sun.print.RasterPrinterJob.getCollatedCopies:()I
            istore 4 /* numCollatedCopies */
        start local 4 // int numCollatedCopies
        31: .line 1458
            aload 0 /* this */
            invokevirtual sun.print.RasterPrinterJob.getNoncollatedCopies:()I
            istore 5 /* numNonCollatedCopies */
        start local 5 // int numNonCollatedCopies
        32: .line 1459
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            ldc "getCollatedCopies()  "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 4 /* numCollatedCopies */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
        33: .line 1460
            ldc " getNoncollatedCopies() "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            iload 5 /* numNonCollatedCopies */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        34: .line 1459
            invokevirtual sun.print.RasterPrinterJob.debug_println:(Ljava/lang/String;)V
        35: .line 1467
            aload 0 /* this */
            getfield sun.print.RasterPrinterJob.mDocument:Ljava/awt/print/Pageable;
            invokeinterface java.awt.print.Pageable.getNumberOfPages:()I
            istore 6 /* numPages */
        start local 6 // int numPages
        36: .line 1468
            iload 6 /* numPages */
            ifne 38
        37: .line 1469
            return
        38: .line 1472
      StackMap locals: int int int
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.print.RasterPrinterJob.getFirstPage:()I
            istore 7 /* firstPage */
        start local 7 // int firstPage
        39: .line 1473
            aload 0 /* this */
            invokevirtual sun.print.RasterPrinterJob.getLastPage:()I
            istore 8 /* lastPage */
        start local 8 // int lastPage
        40: .line 1474
            iload 8 /* lastPage */
            iconst_m1
            if_icmpne 44
        41: .line 1475
            aload 0 /* this */
            getfield sun.print.RasterPrinterJob.mDocument:Ljava/awt/print/Pageable;
            invokeinterface java.awt.print.Pageable.getNumberOfPages:()I
            istore 9 /* totalPages */
        start local 9 // int totalPages
        42: .line 1476
            iload 9 /* totalPages */
            iconst_m1
            if_icmpeq 44
        43: .line 1477
            aload 0 /* this */
            getfield sun.print.RasterPrinterJob.mDocument:Ljava/awt/print/Pageable;
            invokeinterface java.awt.print.Pageable.getNumberOfPages:()I
            iconst_1
            isub
            istore 8 /* lastPage */
        end local 9 // int totalPages
        44: .line 1482
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            dup
            astore 9
            monitorenter
        45: .line 1483
            aload 0 /* this */
            iconst_1
            putfield sun.print.RasterPrinterJob.performingPrinting:Z
        46: .line 1484
            aload 0 /* this */
            iconst_0
            putfield sun.print.RasterPrinterJob.userCancelled:Z
        47: .line 1482
            aload 9
            monitorexit
        48: goto 51
      StackMap locals: sun.print.RasterPrinterJob javax.print.attribute.PrintRequestAttributeSet javax.print.PrintService javax.print.attribute.standard.PrinterState int int int int int sun.print.RasterPrinterJob
      StackMap stack: java.lang.Throwable
        49: aload 9
            monitorexit
        50: athrow
        51: .line 1487
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.print.RasterPrinterJob.startDoc:()V
        52: .line 1488
            aload 0 /* this */
            invokevirtual sun.print.RasterPrinterJob.isCancelled:()Z
            ifeq 54
        53: .line 1489
            aload 0 /* this */
            invokevirtual sun.print.RasterPrinterJob.cancelDoc:()V
        54: .line 1494
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 9 /* rangeIsSelected */
        start local 9 // boolean rangeIsSelected
        55: .line 1495
            aload 1 /* attributes */
            ifnull 60
        56: .line 1497
            aload 1 /* attributes */
            ldc Lsun/print/SunPageSelection;
            invokeinterface javax.print.attribute.PrintRequestAttributeSet.get:(Ljava/lang/Class;)Ljavax/print/attribute/Attribute;
            checkcast sun.print.SunPageSelection
        57: .line 1496
            astore 10 /* pages */
        start local 10 // sun.print.SunPageSelection pages
        58: .line 1498
            aload 10 /* pages */
            ifnull 60
            aload 10 /* pages */
            getstatic sun.print.SunPageSelection.RANGE:Lsun/print/SunPageSelection;
            if_acmpeq 60
        59: .line 1499
            iconst_0
            istore 9 /* rangeIsSelected */
        end local 10 // sun.print.SunPageSelection pages
        60: .line 1504
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            ldc "after startDoc rangeSelected? "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 9 /* rangeIsSelected */
            invokevirtual java.lang.StringBuilder.append:(Z)Ljava/lang/StringBuilder;
        61: .line 1505
            ldc " numNonCollatedCopies "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            iload 5 /* numNonCollatedCopies */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        62: .line 1504
            invokevirtual sun.print.RasterPrinterJob.debug_println:(Ljava/lang/String;)V
        63: .line 1521
            iconst_0
            istore 10 /* collated */
        start local 10 // int collated
        64: goto 88
        65: .line 1522
      StackMap locals: int
      StackMap stack:
            iload 7 /* firstPage */
            istore 11 /* i */
        start local 11 // int i
        66: iconst_0
            istore 12 /* pageResult */
        start local 12 // int pageResult
        67: .line 1523
            goto 84
        68: .line 1529
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield sun.print.RasterPrinterJob.pageRangesAttr:Ljavax/print/attribute/standard/PageRanges;
            ifnull 74
            iload 9 /* rangeIsSelected */
            ifeq 74
        69: .line 1530
            aload 0 /* this */
            getfield sun.print.RasterPrinterJob.pageRangesAttr:Ljavax/print/attribute/standard/PageRanges;
            iload 11 /* i */
            invokevirtual javax.print.attribute.standard.PageRanges.next:(I)I
            istore 13 /* nexti */
        start local 13 // int nexti
        70: .line 1531
            iload 13 /* nexti */
            iconst_m1
            if_icmpne 72
        71: .line 1532
            goto 87
        72: .line 1533
      StackMap locals: int
      StackMap stack:
            iload 13 /* nexti */
            iload 11 /* i */
            iconst_1
            iadd
            if_icmpeq 74
        73: .line 1534
            goto 83
        end local 13 // int nexti
        74: .line 1538
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 13 /* nonCollated */
        start local 13 // int nonCollated
        75: .line 1539
            goto 81
        76: .line 1543
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.print.RasterPrinterJob.isCancelled:()Z
            ifeq 78
        77: .line 1544
            aload 0 /* this */
            invokevirtual sun.print.RasterPrinterJob.cancelDoc:()V
        78: .line 1546
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            ldc "printPage "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 11 /* i */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual sun.print.RasterPrinterJob.debug_println:(Ljava/lang/String;)V
        79: .line 1547
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.print.RasterPrinterJob.mDocument:Ljava/awt/print/Pageable;
            iload 11 /* i */
            invokevirtual sun.print.RasterPrinterJob.printPage:(Ljava/awt/print/Pageable;I)I
            istore 12 /* pageResult */
        80: .line 1541
            iinc 13 /* nonCollated */ 1
        81: .line 1539
      StackMap locals:
      StackMap stack:
            iload 13 /* nonCollated */
            iload 5 /* numNonCollatedCopies */
            if_icmpge 83
        82: .line 1540
            iload 12 /* pageResult */
            ifeq 76
        end local 13 // int nonCollated
        83: .line 1526
      StackMap locals:
      StackMap stack:
            iinc 11 /* i */ 1
        84: .line 1523
      StackMap locals:
      StackMap stack:
            iload 11 /* i */
            iload 8 /* lastPage */
            if_icmple 86
        85: .line 1524
            iload 8 /* lastPage */
            iconst_m1
            if_icmpne 87
        86: .line 1525
      StackMap locals:
      StackMap stack:
            iload 12 /* pageResult */
            ifeq 68
        end local 12 // int pageResult
        end local 11 // int i
        87: .line 1521
      StackMap locals:
      StackMap stack:
            iinc 10 /* collated */ 1
      StackMap locals:
      StackMap stack:
        88: iload 10 /* collated */
            iload 4 /* numCollatedCopies */
            if_icmplt 65
        end local 10 // int collated
        89: .line 1553
            aload 0 /* this */
            invokevirtual sun.print.RasterPrinterJob.isCancelled:()Z
            ifeq 104
        90: .line 1554
            aload 0 /* this */
            invokevirtual sun.print.RasterPrinterJob.cancelDoc:()V
        end local 9 // boolean rangeIsSelected
        91: .line 1557
            goto 104
      StackMap locals: sun.print.RasterPrinterJob javax.print.attribute.PrintRequestAttributeSet javax.print.PrintService javax.print.attribute.standard.PrinterState int int int int int
      StackMap stack: java.lang.Throwable
        92: astore 14
        93: .line 1559
            aload 0 /* this */
            aconst_null
            putfield sun.print.RasterPrinterJob.previousPaper:Ljava/awt/print/Paper;
        94: .line 1560
            aload 0 /* this */
            dup
            astore 15
            monitorenter
        95: .line 1561
            aload 0 /* this */
            getfield sun.print.RasterPrinterJob.performingPrinting:Z
            ifeq 97
        96: .line 1562
            aload 0 /* this */
            invokevirtual sun.print.RasterPrinterJob.endDoc:()V
        97: .line 1564
      StackMap locals: sun.print.RasterPrinterJob javax.print.attribute.PrintRequestAttributeSet javax.print.PrintService javax.print.attribute.standard.PrinterState int int int int int top top top top top java.lang.Throwable sun.print.RasterPrinterJob
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield sun.print.RasterPrinterJob.performingPrinting:Z
        98: .line 1565
            aload 0 /* this */
            invokevirtual java.lang.Object.notify:()V
        99: .line 1560
            aload 15
            monitorexit
       100: goto 103
      StackMap locals:
      StackMap stack: java.lang.Throwable
       101: aload 15
            monitorexit
       102: athrow
       103: .line 1567
      StackMap locals:
      StackMap stack:
            aload 14
            athrow
       104: .line 1559
      StackMap locals: sun.print.RasterPrinterJob javax.print.attribute.PrintRequestAttributeSet javax.print.PrintService javax.print.attribute.standard.PrinterState int int int int int
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield sun.print.RasterPrinterJob.previousPaper:Ljava/awt/print/Paper;
       105: .line 1560
            aload 0 /* this */
            dup
            astore 15
            monitorenter
       106: .line 1561
            aload 0 /* this */
            getfield sun.print.RasterPrinterJob.performingPrinting:Z
            ifeq 108
       107: .line 1562
            aload 0 /* this */
            invokevirtual sun.print.RasterPrinterJob.endDoc:()V
       108: .line 1564
      StackMap locals: sun.print.RasterPrinterJob javax.print.attribute.PrintRequestAttributeSet javax.print.PrintService javax.print.attribute.standard.PrinterState int int int int int top top top top top top sun.print.RasterPrinterJob
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield sun.print.RasterPrinterJob.performingPrinting:Z
       109: .line 1565
            aload 0 /* this */
            invokevirtual java.lang.Object.notify:()V
       110: .line 1560
            aload 15
            monitorexit
       111: goto 114
      StackMap locals:
      StackMap stack: java.lang.Throwable
       112: aload 15
            monitorexit
       113: athrow
       114: .line 1568
      StackMap locals: sun.print.RasterPrinterJob javax.print.attribute.PrintRequestAttributeSet javax.print.PrintService javax.print.attribute.standard.PrinterState int int int int int
      StackMap stack:
            return
        end local 8 // int lastPage
        end local 7 // int firstPage
        end local 6 // int numPages
        end local 5 // int numNonCollatedCopies
        end local 4 // int numCollatedCopies
        end local 3 // javax.print.attribute.standard.PrinterState prnState
        end local 2 // javax.print.PrintService psvc
        end local 1 // javax.print.attribute.PrintRequestAttributeSet attributes
        end local 0 // sun.print.RasterPrinterJob this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0  115     0                  this  Lsun/print/RasterPrinterJob;
            0  115     1            attributes  Ljavax/print/attribute/PrintRequestAttributeSet;
            1  115     2                  psvc  Ljavax/print/PrintService;
            7  115     3              prnState  Ljavax/print/attribute/standard/PrinterState;
           12   15     4       prnStateReasons  Ljavax/print/attribute/standard/PrinterStateReasons;
           31  115     4     numCollatedCopies  I
           32  115     5  numNonCollatedCopies  I
           36  115     6              numPages  I
           39  115     7             firstPage  I
           40  115     8              lastPage  I
           42   44     9            totalPages  I
           55   91     9       rangeIsSelected  Z
           58   60    10                 pages  Lsun/print/SunPageSelection;
           64   89    10              collated  I
           66   87    11                     i  I
           67   87    12            pageResult  I
           70   74    13                 nexti  I
           75   83    13           nonCollated  I
      Exception table:
        from    to  target  type
          45    48      49  any
          49    50      49  any
          44    92      92  any
          95   100     101  any
         101   102     101  any
         106   111     112  any
         112   113     112  any
    Exceptions:
      throws java.awt.print.PrinterException
    MethodParameters:
            Name  Flags
      attributes  

  protected void validateDestination(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // sun.print.RasterPrinterJob this
        start local 1 // java.lang.String dest
         0: .line 1571
            aload 1 /* dest */
            ifnonnull 2
         1: .line 1572
            return
         2: .line 1578
      StackMap locals:
      StackMap stack:
            new java.io.File
            dup
            aload 1 /* dest */
            invokespecial java.io.File.<init>:(Ljava/lang/String;)V
            astore 2 /* f */
        start local 2 // java.io.File f
         3: .line 1581
            aload 2 /* f */
            invokevirtual java.io.File.createNewFile:()Z
            ifeq 11
         4: .line 1582
            aload 2 /* f */
            invokevirtual java.io.File.delete:()Z
            pop
         5: .line 1584
            goto 11
      StackMap locals: sun.print.RasterPrinterJob java.lang.String java.io.File
      StackMap stack: java.io.IOException
         6: pop
         7: .line 1585
            new java.awt.print.PrinterException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot write to file:"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         8: .line 1586
            aload 1 /* dest */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         9: .line 1585
            invokespecial java.awt.print.PrinterException.<init>:(Ljava/lang/String;)V
            athrow
        10: .line 1587
      StackMap locals:
      StackMap stack: java.lang.SecurityException
            pop
        11: .line 1594
      StackMap locals:
      StackMap stack:
            aload 2 /* f */
            invokevirtual java.io.File.getParentFile:()Ljava/io/File;
            astore 3 /* pFile */
        start local 3 // java.io.File pFile
        12: .line 1595
            aload 2 /* f */
            invokevirtual java.io.File.exists:()Z
            ifeq 14
        13: .line 1596
            aload 2 /* f */
            invokevirtual java.io.File.isFile:()Z
            ifeq 16
            aload 2 /* f */
            invokevirtual java.io.File.canWrite:()Z
            ifeq 16
        14: .line 1597
      StackMap locals: java.io.File
      StackMap stack:
            aload 3 /* pFile */
            ifnull 19
        15: .line 1598
            aload 3 /* pFile */
            invokevirtual java.io.File.exists:()Z
            ifeq 16
            aload 3 /* pFile */
            invokevirtual java.io.File.exists:()Z
            ifeq 19
            aload 3 /* pFile */
            invokevirtual java.io.File.canWrite:()Z
            ifne 19
        16: .line 1599
      StackMap locals:
      StackMap stack:
            new java.awt.print.PrinterException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot write to file:"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        17: .line 1600
            aload 1 /* dest */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        18: .line 1599
            invokespecial java.awt.print.PrinterException.<init>:(Ljava/lang/String;)V
            athrow
        19: .line 1602
      StackMap locals:
      StackMap stack:
            return
        end local 3 // java.io.File pFile
        end local 2 // java.io.File f
        end local 1 // java.lang.String dest
        end local 0 // sun.print.RasterPrinterJob this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   20     0   this  Lsun/print/RasterPrinterJob;
            0   20     1   dest  Ljava/lang/String;
            3   20     2      f  Ljava/io/File;
           12   20     3  pFile  Ljava/io/File;
      Exception table:
        from    to  target  type
           3     5       6  Class java.io.IOException
           3     5      10  Class java.lang.SecurityException
    Exceptions:
      throws java.awt.print.PrinterException
    MethodParameters:
      Name  Flags
      dest  

  protected void validatePaper(java.awt.print.Paper, java.awt.print.Paper);
    descriptor: (Ljava/awt/print/Paper;Ljava/awt/print/Paper;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=9, locals=16, args_size=3
        start local 0 // sun.print.RasterPrinterJob this
        start local 1 // java.awt.print.Paper origPaper
        start local 2 // java.awt.print.Paper newPaper
         0: .line 1614
            aload 1 /* origPaper */
            ifnull 1
            aload 2 /* newPaper */
            ifnonnull 2
         1: .line 1615
      StackMap locals:
      StackMap stack:
            return
         2: .line 1617
      StackMap locals:
      StackMap stack:
            aload 1 /* origPaper */
            invokevirtual java.awt.print.Paper.getWidth:()D
            dstore 3 /* wid */
        start local 3 // double wid
         3: .line 1618
            aload 1 /* origPaper */
            invokevirtual java.awt.print.Paper.getHeight:()D
            dstore 5 /* hgt */
        start local 5 // double hgt
         4: .line 1619
            aload 1 /* origPaper */
            invokevirtual java.awt.print.Paper.getImageableX:()D
            dstore 7 /* ix */
        start local 7 // double ix
         5: .line 1620
            aload 1 /* origPaper */
            invokevirtual java.awt.print.Paper.getImageableY:()D
            dstore 9 /* iy */
        start local 9 // double iy
         6: .line 1621
            aload 1 /* origPaper */
            invokevirtual java.awt.print.Paper.getImageableWidth:()D
            dstore 11 /* iw */
        start local 11 // double iw
         7: .line 1622
            aload 1 /* origPaper */
            invokevirtual java.awt.print.Paper.getImageableHeight:()D
            dstore 13 /* ih */
        start local 13 // double ih
         8: .line 1627
            new java.awt.print.Paper
            dup
            invokespecial java.awt.print.Paper.<init>:()V
            astore 15 /* defaultPaper */
        start local 15 // java.awt.print.Paper defaultPaper
         9: .line 1628
            dload 3 /* wid */
            dconst_0
            dcmpl
            ifle 10
            dload 3 /* wid */
            goto 11
      StackMap locals: sun.print.RasterPrinterJob java.awt.print.Paper java.awt.print.Paper double double double double double double java.awt.print.Paper
      StackMap stack:
        10: aload 15 /* defaultPaper */
            invokevirtual java.awt.print.Paper.getWidth:()D
      StackMap locals:
      StackMap stack: double
        11: dstore 3 /* wid */
        12: .line 1629
            dload 5 /* hgt */
            dconst_0
            dcmpl
            ifle 13
            dload 5 /* hgt */
            goto 14
      StackMap locals:
      StackMap stack:
        13: aload 15 /* defaultPaper */
            invokevirtual java.awt.print.Paper.getHeight:()D
      StackMap locals:
      StackMap stack: double
        14: dstore 5 /* hgt */
        15: .line 1630
            dload 7 /* ix */
            dconst_0
            dcmpl
            ifle 16
            dload 7 /* ix */
            goto 17
      StackMap locals:
      StackMap stack:
        16: aload 15 /* defaultPaper */
            invokevirtual java.awt.print.Paper.getImageableX:()D
      StackMap locals:
      StackMap stack: double
        17: dstore 7 /* ix */
        18: .line 1631
            dload 9 /* iy */
            dconst_0
            dcmpl
            ifle 19
            dload 9 /* iy */
            goto 20
      StackMap locals:
      StackMap stack:
        19: aload 15 /* defaultPaper */
            invokevirtual java.awt.print.Paper.getImageableY:()D
      StackMap locals:
      StackMap stack: double
        20: dstore 9 /* iy */
        21: .line 1632
            dload 11 /* iw */
            dconst_0
            dcmpl
            ifle 22
            dload 11 /* iw */
            goto 23
      StackMap locals:
      StackMap stack:
        22: aload 15 /* defaultPaper */
            invokevirtual java.awt.print.Paper.getImageableWidth:()D
      StackMap locals:
      StackMap stack: double
        23: dstore 11 /* iw */
        24: .line 1633
            dload 13 /* ih */
            dconst_0
            dcmpl
            ifle 25
            dload 13 /* ih */
            goto 26
      StackMap locals:
      StackMap stack:
        25: aload 15 /* defaultPaper */
            invokevirtual java.awt.print.Paper.getImageableHeight:()D
      StackMap locals:
      StackMap stack: double
        26: dstore 13 /* ih */
        27: .line 1637
            dload 11 /* iw */
            dload 3 /* wid */
            dcmpl
            ifle 29
        28: .line 1638
            dload 3 /* wid */
            dstore 11 /* iw */
        29: .line 1640
      StackMap locals:
      StackMap stack:
            dload 13 /* ih */
            dload 5 /* hgt */
            dcmpl
            ifle 31
        30: .line 1641
            dload 5 /* hgt */
            dstore 13 /* ih */
        31: .line 1643
      StackMap locals:
      StackMap stack:
            dload 7 /* ix */
            dload 11 /* iw */
            dadd
            dload 3 /* wid */
            dcmpl
            ifle 33
        32: .line 1644
            dload 3 /* wid */
            dload 11 /* iw */
            dsub
            dstore 7 /* ix */
        33: .line 1646
      StackMap locals:
      StackMap stack:
            dload 9 /* iy */
            dload 13 /* ih */
            dadd
            dload 5 /* hgt */
            dcmpl
            ifle 35
        34: .line 1647
            dload 5 /* hgt */
            dload 13 /* ih */
            dsub
            dstore 9 /* iy */
        35: .line 1649
      StackMap locals:
      StackMap stack:
            aload 2 /* newPaper */
            dload 3 /* wid */
            dload 5 /* hgt */
            invokevirtual java.awt.print.Paper.setSize:(DD)V
        36: .line 1650
            aload 2 /* newPaper */
            dload 7 /* ix */
            dload 9 /* iy */
            dload 11 /* iw */
            dload 13 /* ih */
            invokevirtual java.awt.print.Paper.setImageableArea:(DDDD)V
        end local 15 // java.awt.print.Paper defaultPaper
        end local 13 // double ih
        end local 11 // double iw
        end local 9 // double iy
        end local 7 // double ix
        end local 5 // double hgt
        end local 3 // double wid
        37: .line 1652
            return
        end local 2 // java.awt.print.Paper newPaper
        end local 1 // java.awt.print.Paper origPaper
        end local 0 // sun.print.RasterPrinterJob this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   38     0          this  Lsun/print/RasterPrinterJob;
            0   38     1     origPaper  Ljava/awt/print/Paper;
            0   38     2      newPaper  Ljava/awt/print/Paper;
            3   37     3           wid  D
            4   37     5           hgt  D
            5   37     7            ix  D
            6   37     9            iy  D
            7   37    11            iw  D
            8   37    13            ih  D
            9   37    15  defaultPaper  Ljava/awt/print/Paper;
    MethodParameters:
           Name  Flags
      origPaper  
      newPaper   

  public java.awt.print.PageFormat defaultPage(java.awt.print.PageFormat);
    descriptor: (Ljava/awt/print/PageFormat;)Ljava/awt/print/PageFormat;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=13, locals=15, args_size=2
        start local 0 // sun.print.RasterPrinterJob this
        start local 1 // java.awt.print.PageFormat page
         0: .line 1662
            aload 1 /* page */
            invokevirtual java.awt.print.PageFormat.clone:()Ljava/lang/Object;
            checkcast java.awt.print.PageFormat
            astore 2 /* newPage */
        start local 2 // java.awt.print.PageFormat newPage
         1: .line 1663
            aload 2 /* newPage */
            iconst_1
            invokevirtual java.awt.print.PageFormat.setOrientation:(I)V
         2: .line 1664
            new java.awt.print.Paper
            dup
            invokespecial java.awt.print.Paper.<init>:()V
            astore 3 /* newPaper */
        start local 3 // java.awt.print.Paper newPaper
         3: .line 1665
            ldc 72.0
            dstore 4 /* ptsPerInch */
        start local 4 // double ptsPerInch
         4: .line 1667
            aconst_null
            astore 10 /* media */
        start local 10 // javax.print.attribute.standard.Media media
         5: .line 1669
            aload 0 /* this */
            invokevirtual sun.print.RasterPrinterJob.getPrintService:()Ljavax/print/PrintService;
            astore 11 /* service */
        start local 11 // javax.print.PrintService service
         6: .line 1670
            aload 11 /* service */
            ifnull 21
         7: .line 1673
            aload 11 /* service */
            ldc Ljavax/print/attribute/standard/Media;
            invokeinterface javax.print.PrintService.getDefaultAttributeValue:(Ljava/lang/Class;)Ljava/lang/Object;
            checkcast javax.print.attribute.standard.Media
         8: .line 1672
            astore 10 /* media */
         9: .line 1675
            aload 10 /* media */
            instanceof javax.print.attribute.standard.MediaSizeName
            ifeq 21
        10: .line 1676
            aload 10 /* media */
            checkcast javax.print.attribute.standard.MediaSizeName
            invokestatic javax.print.attribute.standard.MediaSize.getMediaSizeForName:(Ljavax/print/attribute/standard/MediaSizeName;)Ljavax/print/attribute/standard/MediaSize;
            dup
            astore 12 /* size */
        start local 12 // javax.print.attribute.standard.MediaSize size
        11: ifnull 21
        12: .line 1678
            aload 12 /* size */
            sipush 25400
            invokevirtual javax.print.attribute.standard.MediaSize.getX:(I)F
            f2d
            dload 4 /* ptsPerInch */
            dmul
            dstore 6 /* w */
        start local 6 // double w
        13: .line 1679
            aload 12 /* size */
            sipush 25400
            invokevirtual javax.print.attribute.standard.MediaSize.getY:(I)F
            f2d
            dload 4 /* ptsPerInch */
            dmul
            dstore 8 /* h */
        start local 8 // double h
        14: .line 1680
            aload 3 /* newPaper */
            dload 6 /* w */
            dload 8 /* h */
            invokevirtual java.awt.print.Paper.setSize:(DD)V
        15: .line 1681
            aload 3 /* newPaper */
            dload 4 /* ptsPerInch */
            dload 4 /* ptsPerInch */
        16: .line 1682
            dload 6 /* w */
            ldc 2.0
            dload 4 /* ptsPerInch */
            dmul
            dsub
        17: .line 1683
            dload 8 /* h */
            ldc 2.0
            dload 4 /* ptsPerInch */
            dmul
            dsub
        18: .line 1681
            invokevirtual java.awt.print.Paper.setImageableArea:(DDDD)V
        19: .line 1684
            aload 2 /* newPage */
            aload 3 /* newPaper */
            invokevirtual java.awt.print.PageFormat.setPaper:(Ljava/awt/print/Paper;)V
        20: .line 1685
            aload 2 /* newPage */
            areturn
        end local 12 // javax.print.attribute.standard.MediaSize size
        end local 8 // double h
        end local 6 // double w
        21: .line 1692
      StackMap locals: sun.print.RasterPrinterJob java.awt.print.PageFormat java.awt.print.PageFormat java.awt.print.Paper double top top top top javax.print.attribute.standard.Media javax.print.PrintService
      StackMap stack:
            invokestatic java.util.Locale.getDefault:()Ljava/util/Locale;
            invokevirtual java.util.Locale.getCountry:()Ljava/lang/String;
            astore 12 /* defaultCountry */
        start local 12 // java.lang.String defaultCountry
        22: .line 1693
            invokestatic java.util.Locale.getDefault:()Ljava/util/Locale;
            getstatic java.util.Locale.ENGLISH:Ljava/util/Locale;
            invokevirtual java.util.Locale.equals:(Ljava/lang/Object;)Z
            ifne 34
        23: .line 1694
            aload 12 /* defaultCountry */
            ifnull 34
        24: .line 1695
            aload 12 /* defaultCountry */
            getstatic java.util.Locale.US:Ljava/util/Locale;
            invokevirtual java.util.Locale.getCountry:()Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 34
        25: .line 1696
            aload 12 /* defaultCountry */
            getstatic java.util.Locale.CANADA:Ljava/util/Locale;
            invokevirtual java.util.Locale.getCountry:()Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 34
        26: .line 1698
            ldc 25.4
            dstore 13 /* mmPerInch */
        start local 13 // double mmPerInch
        27: .line 1699
            ldc 210.0
            dload 4 /* ptsPerInch */
            dmul
            dload 13 /* mmPerInch */
            ddiv
            invokestatic java.lang.Math.rint:(D)D
            dstore 6 /* w */
        start local 6 // double w
        28: .line 1700
            ldc 297.0
            dload 4 /* ptsPerInch */
            dmul
            dload 13 /* mmPerInch */
            ddiv
            invokestatic java.lang.Math.rint:(D)D
            dstore 8 /* h */
        start local 8 // double h
        29: .line 1701
            aload 3 /* newPaper */
            dload 6 /* w */
            dload 8 /* h */
            invokevirtual java.awt.print.Paper.setSize:(DD)V
        30: .line 1702
            aload 3 /* newPaper */
            dload 4 /* ptsPerInch */
            dload 4 /* ptsPerInch */
        31: .line 1703
            dload 6 /* w */
            ldc 2.0
            dload 4 /* ptsPerInch */
            dmul
            dsub
        32: .line 1704
            dload 8 /* h */
            ldc 2.0
            dload 4 /* ptsPerInch */
            dmul
            dsub
        33: .line 1702
            invokevirtual java.awt.print.Paper.setImageableArea:(DDDD)V
        end local 13 // double mmPerInch
        end local 8 // double h
        end local 6 // double w
        34: .line 1707
      StackMap locals: java.lang.String
      StackMap stack:
            aload 2 /* newPage */
            aload 3 /* newPaper */
            invokevirtual java.awt.print.PageFormat.setPaper:(Ljava/awt/print/Paper;)V
        35: .line 1709
            aload 2 /* newPage */
            areturn
        end local 12 // java.lang.String defaultCountry
        end local 11 // javax.print.PrintService service
        end local 10 // javax.print.attribute.standard.Media media
        end local 4 // double ptsPerInch
        end local 3 // java.awt.print.Paper newPaper
        end local 2 // java.awt.print.PageFormat newPage
        end local 1 // java.awt.print.PageFormat page
        end local 0 // sun.print.RasterPrinterJob this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   36     0            this  Lsun/print/RasterPrinterJob;
            0   36     1            page  Ljava/awt/print/PageFormat;
            1   36     2         newPage  Ljava/awt/print/PageFormat;
            3   36     3        newPaper  Ljava/awt/print/Paper;
            4   36     4      ptsPerInch  D
           13   21     6               w  D
           28   34     6               w  D
           14   21     8               h  D
           29   34     8               h  D
            5   36    10           media  Ljavax/print/attribute/standard/Media;
            6   36    11         service  Ljavax/print/PrintService;
           11   21    12            size  Ljavax/print/attribute/standard/MediaSize;
           22   36    12  defaultCountry  Ljava/lang/String;
           27   34    13       mmPerInch  D
    MethodParameters:
      Name  Flags
      page  

  public java.awt.print.PageFormat validatePage(java.awt.print.PageFormat);
    descriptor: (Ljava/awt/print/PageFormat;)Ljava/awt/print/PageFormat;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // sun.print.RasterPrinterJob this
        start local 1 // java.awt.print.PageFormat page
         0: .line 1717
            aload 1 /* page */
            invokevirtual java.awt.print.PageFormat.clone:()Ljava/lang/Object;
            checkcast java.awt.print.PageFormat
            astore 2 /* newPage */
        start local 2 // java.awt.print.PageFormat newPage
         1: .line 1718
            new java.awt.print.Paper
            dup
            invokespecial java.awt.print.Paper.<init>:()V
            astore 3 /* newPaper */
        start local 3 // java.awt.print.Paper newPaper
         2: .line 1719
            aload 0 /* this */
            aload 2 /* newPage */
            invokevirtual java.awt.print.PageFormat.getPaper:()Ljava/awt/print/Paper;
            aload 3 /* newPaper */
            invokevirtual sun.print.RasterPrinterJob.validatePaper:(Ljava/awt/print/Paper;Ljava/awt/print/Paper;)V
         3: .line 1720
            aload 2 /* newPage */
            aload 3 /* newPaper */
            invokevirtual java.awt.print.PageFormat.setPaper:(Ljava/awt/print/Paper;)V
         4: .line 1722
            aload 2 /* newPage */
            areturn
        end local 3 // java.awt.print.Paper newPaper
        end local 2 // java.awt.print.PageFormat newPage
        end local 1 // java.awt.print.PageFormat page
        end local 0 // sun.print.RasterPrinterJob this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lsun/print/RasterPrinterJob;
            0    5     1      page  Ljava/awt/print/PageFormat;
            1    5     2   newPage  Ljava/awt/print/PageFormat;
            2    5     3  newPaper  Ljava/awt/print/Paper;
    MethodParameters:
      Name  Flags
      page  

  public void setCopies(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.print.RasterPrinterJob this
        start local 1 // int copies
         0: .line 1729
            aload 0 /* this */
            iload 1 /* copies */
            putfield sun.print.RasterPrinterJob.mNumCopies:I
         1: .line 1730
            return
        end local 1 // int copies
        end local 0 // sun.print.RasterPrinterJob this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lsun/print/RasterPrinterJob;
            0    2     1  copies  I
    MethodParameters:
        Name  Flags
      copies  

  public int getCopies();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.print.RasterPrinterJob this
         0: .line 1736
            aload 0 /* this */
            getfield sun.print.RasterPrinterJob.mNumCopies:I
            ireturn
        end local 0 // sun.print.RasterPrinterJob this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/print/RasterPrinterJob;

  protected int getCopiesInt();
    descriptor: ()I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.print.RasterPrinterJob this
         0: .line 1743
            aload 0 /* this */
            getfield sun.print.RasterPrinterJob.copiesAttr:I
            ifle 1
            aload 0 /* this */
            getfield sun.print.RasterPrinterJob.copiesAttr:I
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            invokevirtual sun.print.RasterPrinterJob.getCopies:()I
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // sun.print.RasterPrinterJob this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/print/RasterPrinterJob;

  public java.lang.String getUserName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.print.RasterPrinterJob this
         0: .line 1751
            ldc "user.name"
            invokestatic java.lang.System.getProperty:(Ljava/lang/String;)Ljava/lang/String;
            areturn
        end local 0 // sun.print.RasterPrinterJob this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/print/RasterPrinterJob;

  protected java.lang.String getUserNameInt();
    descriptor: ()Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.print.RasterPrinterJob this
         0: .line 1758
            aload 0 /* this */
            getfield sun.print.RasterPrinterJob.userNameAttr:Ljava/lang/String;
            ifnull 2
         1: .line 1759
            aload 0 /* this */
            getfield sun.print.RasterPrinterJob.userNameAttr:Ljava/lang/String;
            areturn
         2: .line 1762
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.print.RasterPrinterJob.getUserName:()Ljava/lang/String;
         3: areturn
         4: .line 1763
      StackMap locals:
      StackMap stack: java.lang.SecurityException
            pop
         5: .line 1764
            ldc ""
            areturn
        end local 0 // sun.print.RasterPrinterJob this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lsun/print/RasterPrinterJob;
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.SecurityException

  public void setJobName(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.print.RasterPrinterJob this
        start local 1 // java.lang.String jobName
         0: .line 1774
            aload 1 /* jobName */
            ifnull 3
         1: .line 1775
            aload 0 /* this */
            aload 1 /* jobName */
            putfield sun.print.RasterPrinterJob.mDocName:Ljava/lang/String;
         2: .line 1776
            goto 4
         3: .line 1777
      StackMap locals:
      StackMap stack:
            new java.lang.NullPointerException
            dup
            invokespecial java.lang.NullPointerException.<init>:()V
            athrow
         4: .line 1779
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.String jobName
        end local 0 // sun.print.RasterPrinterJob this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lsun/print/RasterPrinterJob;
            0    5     1  jobName  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      jobName  

  public java.lang.String getJobName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.print.RasterPrinterJob this
         0: .line 1785
            aload 0 /* this */
            getfield sun.print.RasterPrinterJob.mDocName:Ljava/lang/String;
            areturn
        end local 0 // sun.print.RasterPrinterJob this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/print/RasterPrinterJob;

  protected java.lang.String getJobNameInt();
    descriptor: ()Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.print.RasterPrinterJob this
         0: .line 1792
            aload 0 /* this */
            getfield sun.print.RasterPrinterJob.jobNameAttr:Ljava/lang/String;
            ifnull 1
            aload 0 /* this */
            getfield sun.print.RasterPrinterJob.jobNameAttr:Ljava/lang/String;
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            invokevirtual sun.print.RasterPrinterJob.getJobName:()Ljava/lang/String;
      StackMap locals:
      StackMap stack: java.lang.String
         2: areturn
        end local 0 // sun.print.RasterPrinterJob this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/print/RasterPrinterJob;

  protected void setPageRange(int, int);
    descriptor: (II)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // sun.print.RasterPrinterJob this
        start local 1 // int firstPage
        start local 2 // int lastPage
         0: .line 1803
            iload 1 /* firstPage */
            iflt 5
            iload 2 /* lastPage */
            iflt 5
         1: .line 1804
            aload 0 /* this */
            iload 1 /* firstPage */
            putfield sun.print.RasterPrinterJob.mFirstPage:I
         2: .line 1805
            aload 0 /* this */
            iload 2 /* lastPage */
            putfield sun.print.RasterPrinterJob.mLastPage:I
         3: .line 1806
            aload 0 /* this */
            getfield sun.print.RasterPrinterJob.mLastPage:I
            aload 0 /* this */
            getfield sun.print.RasterPrinterJob.mFirstPage:I
            if_icmpge 7
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.print.RasterPrinterJob.mFirstPage:I
            putfield sun.print.RasterPrinterJob.mLastPage:I
         4: .line 1807
            goto 7
         5: .line 1808
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_m1
            putfield sun.print.RasterPrinterJob.mFirstPage:I
         6: .line 1809
            aload 0 /* this */
            iconst_m1
            putfield sun.print.RasterPrinterJob.mLastPage:I
         7: .line 1811
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int lastPage
        end local 1 // int firstPage
        end local 0 // sun.print.RasterPrinterJob this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    8     0       this  Lsun/print/RasterPrinterJob;
            0    8     1  firstPage  I
            0    8     2   lastPage  I
    MethodParameters:
           Name  Flags
      firstPage  
      lastPage   

  protected int getFirstPage();
    descriptor: ()I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.print.RasterPrinterJob this
         0: .line 1818
            aload 0 /* this */
            getfield sun.print.RasterPrinterJob.mFirstPage:I
            iconst_m1
            if_icmpne 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield sun.print.RasterPrinterJob.mFirstPage:I
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // sun.print.RasterPrinterJob this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/print/RasterPrinterJob;

  protected int getLastPage();
    descriptor: ()I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.print.RasterPrinterJob this
         0: .line 1826
            aload 0 /* this */
            getfield sun.print.RasterPrinterJob.mLastPage:I
            ireturn
        end local 0 // sun.print.RasterPrinterJob this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/print/RasterPrinterJob;

  protected void setCollated(boolean);
    descriptor: (Z)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.print.RasterPrinterJob this
        start local 1 // boolean collate
         0: .line 1838
            aload 0 /* this */
            iload 1 /* collate */
            putfield sun.print.RasterPrinterJob.mCollate:Z
         1: .line 1839
            aload 0 /* this */
            iconst_1
            putfield sun.print.RasterPrinterJob.collateAttReq:Z
         2: .line 1840
            return
        end local 1 // boolean collate
        end local 0 // sun.print.RasterPrinterJob this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lsun/print/RasterPrinterJob;
            0    3     1  collate  Z
    MethodParameters:
         Name  Flags
      collate  

  protected boolean isCollated();
    descriptor: ()Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.print.RasterPrinterJob this
         0: .line 1847
            aload 0 /* this */
            getfield sun.print.RasterPrinterJob.mCollate:Z
            ireturn
        end local 0 // sun.print.RasterPrinterJob this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/print/RasterPrinterJob;

  protected final int getSelectAttrib();
    descriptor: ()I
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // sun.print.RasterPrinterJob this
         0: .line 1851
            aload 0 /* this */
            getfield sun.print.RasterPrinterJob.attributes:Ljavax/print/attribute/PrintRequestAttributeSet;
            ifnull 9
         1: .line 1853
            aload 0 /* this */
            getfield sun.print.RasterPrinterJob.attributes:Ljavax/print/attribute/PrintRequestAttributeSet;
            ldc Lsun/print/SunPageSelection;
            invokeinterface javax.print.attribute.PrintRequestAttributeSet.get:(Ljava/lang/Class;)Ljavax/print/attribute/Attribute;
            checkcast sun.print.SunPageSelection
         2: .line 1852
            astore 1 /* pages */
        start local 1 // sun.print.SunPageSelection pages
         3: .line 1854
            aload 1 /* pages */
            getstatic sun.print.SunPageSelection.RANGE:Lsun/print/SunPageSelection;
            if_acmpne 5
         4: .line 1855
            iconst_2
            ireturn
         5: .line 1856
      StackMap locals: sun.print.SunPageSelection
      StackMap stack:
            aload 1 /* pages */
            getstatic sun.print.SunPageSelection.SELECTION:Lsun/print/SunPageSelection;
            if_acmpne 7
         6: .line 1857
            iconst_1
            ireturn
         7: .line 1858
      StackMap locals:
      StackMap stack:
            aload 1 /* pages */
            getstatic sun.print.SunPageSelection.ALL:Lsun/print/SunPageSelection;
            if_acmpne 9
         8: .line 1859
            iconst_0
            ireturn
        end local 1 // sun.print.SunPageSelection pages
         9: .line 1862
      StackMap locals:
      StackMap stack:
            iconst_4
            ireturn
        end local 0 // sun.print.RasterPrinterJob this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   10     0   this  Lsun/print/RasterPrinterJob;
            3    9     1  pages  Lsun/print/SunPageSelection;

  protected final int getFromPageAttrib();
    descriptor: ()I
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // sun.print.RasterPrinterJob this
         0: .line 1867
            aload 0 /* this */
            getfield sun.print.RasterPrinterJob.attributes:Ljavax/print/attribute/PrintRequestAttributeSet;
            ifnull 6
         1: .line 1869
            aload 0 /* this */
            getfield sun.print.RasterPrinterJob.attributes:Ljavax/print/attribute/PrintRequestAttributeSet;
            ldc Ljavax/print/attribute/standard/PageRanges;
            invokeinterface javax.print.attribute.PrintRequestAttributeSet.get:(Ljava/lang/Class;)Ljavax/print/attribute/Attribute;
            checkcast javax.print.attribute.standard.PageRanges
         2: .line 1868
            astore 1 /* pageRangesAttr */
        start local 1 // javax.print.attribute.standard.PageRanges pageRangesAttr
         3: .line 1870
            aload 1 /* pageRangesAttr */
            ifnull 6
         4: .line 1871
            aload 1 /* pageRangesAttr */
            invokevirtual javax.print.attribute.standard.PageRanges.getMembers:()[[I
            astore 2 /* range */
        start local 2 // int[][] range
         5: .line 1872
            aload 2 /* range */
            iconst_0
            aaload
            iconst_0
            iaload
            ireturn
        end local 2 // int[][] range
        end local 1 // javax.print.attribute.standard.PageRanges pageRangesAttr
         6: .line 1875
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.print.RasterPrinterJob.getMinPageAttrib:()I
            ireturn
        end local 0 // sun.print.RasterPrinterJob this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    7     0            this  Lsun/print/RasterPrinterJob;
            3    6     1  pageRangesAttr  Ljavax/print/attribute/standard/PageRanges;
            5    6     2           range  [[I

  protected final int getToPageAttrib();
    descriptor: ()I
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // sun.print.RasterPrinterJob this
         0: .line 1880
            aload 0 /* this */
            getfield sun.print.RasterPrinterJob.attributes:Ljavax/print/attribute/PrintRequestAttributeSet;
            ifnull 6
         1: .line 1882
            aload 0 /* this */
            getfield sun.print.RasterPrinterJob.attributes:Ljavax/print/attribute/PrintRequestAttributeSet;
            ldc Ljavax/print/attribute/standard/PageRanges;
            invokeinterface javax.print.attribute.PrintRequestAttributeSet.get:(Ljava/lang/Class;)Ljavax/print/attribute/Attribute;
            checkcast javax.print.attribute.standard.PageRanges
         2: .line 1881
            astore 1 /* pageRangesAttr */
        start local 1 // javax.print.attribute.standard.PageRanges pageRangesAttr
         3: .line 1883
            aload 1 /* pageRangesAttr */
            ifnull 6
         4: .line 1884
            aload 1 /* pageRangesAttr */
            invokevirtual javax.print.attribute.standard.PageRanges.getMembers:()[[I
            astore 2 /* range */
        start local 2 // int[][] range
         5: .line 1885
            aload 2 /* range */
            aload 2 /* range */
            arraylength
            iconst_1
            isub
            aaload
            iconst_1
            iaload
            ireturn
        end local 2 // int[][] range
        end local 1 // javax.print.attribute.standard.PageRanges pageRangesAttr
         6: .line 1888
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.print.RasterPrinterJob.getMaxPageAttrib:()I
            ireturn
        end local 0 // sun.print.RasterPrinterJob this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    7     0            this  Lsun/print/RasterPrinterJob;
            3    6     1  pageRangesAttr  Ljavax/print/attribute/standard/PageRanges;
            5    6     2           range  [[I

  protected final int getMinPageAttrib();
    descriptor: ()I
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // sun.print.RasterPrinterJob this
         0: .line 1892
            aload 0 /* this */
            getfield sun.print.RasterPrinterJob.attributes:Ljavax/print/attribute/PrintRequestAttributeSet;
            ifnull 5
         1: .line 1894
            aload 0 /* this */
            getfield sun.print.RasterPrinterJob.attributes:Ljavax/print/attribute/PrintRequestAttributeSet;
            ldc Lsun/print/SunMinMaxPage;
            invokeinterface javax.print.attribute.PrintRequestAttributeSet.get:(Ljava/lang/Class;)Ljavax/print/attribute/Attribute;
            checkcast sun.print.SunMinMaxPage
         2: .line 1893
            astore 1 /* s */
        start local 1 // sun.print.SunMinMaxPage s
         3: .line 1895
            aload 1 /* s */
            ifnull 5
         4: .line 1896
            aload 1 /* s */
            invokevirtual sun.print.SunMinMaxPage.getMin:()I
            ireturn
        end local 1 // sun.print.SunMinMaxPage s
         5: .line 1899
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 0 // sun.print.RasterPrinterJob this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lsun/print/RasterPrinterJob;
            3    5     1     s  Lsun/print/SunMinMaxPage;

  protected final int getMaxPageAttrib();
    descriptor: ()I
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // sun.print.RasterPrinterJob this
         0: .line 1903
            aload 0 /* this */
            getfield sun.print.RasterPrinterJob.attributes:Ljavax/print/attribute/PrintRequestAttributeSet;
            ifnull 5
         1: .line 1905
            aload 0 /* this */
            getfield sun.print.RasterPrinterJob.attributes:Ljavax/print/attribute/PrintRequestAttributeSet;
            ldc Lsun/print/SunMinMaxPage;
            invokeinterface javax.print.attribute.PrintRequestAttributeSet.get:(Ljava/lang/Class;)Ljavax/print/attribute/Attribute;
            checkcast sun.print.SunMinMaxPage
         2: .line 1904
            astore 1 /* s */
        start local 1 // sun.print.SunMinMaxPage s
         3: .line 1906
            aload 1 /* s */
            ifnull 5
         4: .line 1907
            aload 1 /* s */
            invokevirtual sun.print.SunMinMaxPage.getMax:()I
            ireturn
        end local 1 // sun.print.SunMinMaxPage s
         5: .line 1911
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.print.RasterPrinterJob.getPageable:()Ljava/awt/print/Pageable;
            astore 1 /* pageable */
        start local 1 // java.awt.print.Pageable pageable
         6: .line 1912
            aload 1 /* pageable */
            ifnull 13
         7: .line 1913
            aload 1 /* pageable */
            invokeinterface java.awt.print.Pageable.getNumberOfPages:()I
            istore 2 /* numPages */
        start local 2 // int numPages
         8: .line 1914
            iload 2 /* numPages */
            iconst_m1
            if_icmpgt 10
         9: .line 1915
            sipush 9999
            istore 2 /* numPages */
        10: .line 1917
      StackMap locals: java.awt.print.Pageable int
      StackMap stack:
            iload 2 /* numPages */
            ifne 11
            iconst_1
            goto 12
      StackMap locals:
      StackMap stack:
        11: iload 2 /* numPages */
      StackMap locals:
      StackMap stack: int
        12: ireturn
        end local 2 // int numPages
        13: .line 1920
      StackMap locals:
      StackMap stack:
            ldc 2147483647
            ireturn
        end local 1 // java.awt.print.Pageable pageable
        end local 0 // sun.print.RasterPrinterJob this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   14     0      this  Lsun/print/RasterPrinterJob;
            3    5     1         s  Lsun/print/SunMinMaxPage;
            6   14     1  pageable  Ljava/awt/print/Pageable;
            8   13     2  numPages  I

  protected abstract void startDoc();
    descriptor: ()V
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    Exceptions:
      throws java.awt.print.PrinterException

  protected abstract void endDoc();
    descriptor: ()V
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    Exceptions:
      throws java.awt.print.PrinterException

  protected abstract void abortDoc();
    descriptor: ()V
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT

  protected void cancelDoc();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // sun.print.RasterPrinterJob this
         0: .line 1939
            aload 0 /* this */
            invokevirtual sun.print.RasterPrinterJob.abortDoc:()V
         1: .line 1940
            aload 0 /* this */
            dup
            astore 1
            monitorenter
         2: .line 1941
            aload 0 /* this */
            iconst_0
            putfield sun.print.RasterPrinterJob.userCancelled:Z
         3: .line 1942
            aload 0 /* this */
            iconst_0
            putfield sun.print.RasterPrinterJob.performingPrinting:Z
         4: .line 1943
            aload 0 /* this */
            invokevirtual java.lang.Object.notify:()V
         5: .line 1940
            aload 1
            monitorexit
         6: goto 9
      StackMap locals: sun.print.RasterPrinterJob sun.print.RasterPrinterJob
      StackMap stack: java.lang.Throwable
         7: aload 1
            monitorexit
         8: athrow
         9: .line 1945
      StackMap locals:
      StackMap stack:
            new java.awt.print.PrinterAbortException
            dup
            invokespecial java.awt.print.PrinterAbortException.<init>:()V
            athrow
        end local 0 // sun.print.RasterPrinterJob this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lsun/print/RasterPrinterJob;
      Exception table:
        from    to  target  type
           2     6       7  any
           7     8       7  any
    Exceptions:
      throws java.awt.print.PrinterAbortException

  protected int getCollatedCopies();
    descriptor: ()I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.print.RasterPrinterJob this
         0: .line 1957
            aload 0 /* this */
            invokevirtual sun.print.RasterPrinterJob.isCollated:()Z
            ifeq 1
            aload 0 /* this */
            invokevirtual sun.print.RasterPrinterJob.getCopiesInt:()I
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_1
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // sun.print.RasterPrinterJob this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/print/RasterPrinterJob;

  protected int getNoncollatedCopies();
    descriptor: ()I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.print.RasterPrinterJob this
         0: .line 1967
            aload 0 /* this */
            invokevirtual sun.print.RasterPrinterJob.isCollated:()Z
            ifeq 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            invokevirtual sun.print.RasterPrinterJob.getCopiesInt:()I
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // sun.print.RasterPrinterJob this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/print/RasterPrinterJob;

  synchronized void setGraphicsConfigInfo(java.awt.geom.AffineTransform, double, double);
    descriptor: (Ljava/awt/geom/AffineTransform;DD)V
    flags: (0x0020) ACC_SYNCHRONIZED
    Code:
      stack=6, locals=7, args_size=4
        start local 0 // sun.print.RasterPrinterJob this
        start local 1 // java.awt.geom.AffineTransform at
        start local 2 // double pw
        start local 4 // double ph
         0: .line 1982
            new java.awt.geom.Point2D$Double
            dup
            dload 2 /* pw */
            dload 4 /* ph */
            invokespecial java.awt.geom.Point2D$Double.<init>:(DD)V
            astore 6 /* pt */
        start local 6 // java.awt.geom.Point2D$Double pt
         1: .line 1983
            aload 1 /* at */
            aload 6 /* pt */
            aload 6 /* pt */
            invokevirtual java.awt.geom.AffineTransform.transform:(Ljava/awt/geom/Point2D;Ljava/awt/geom/Point2D;)Ljava/awt/geom/Point2D;
            pop
         2: .line 1985
            aload 0 /* this */
            getfield sun.print.RasterPrinterJob.pgConfig:Lsun/print/PrinterGraphicsConfig;
            ifnull 7
         3: .line 1986
            aload 0 /* this */
            getfield sun.print.RasterPrinterJob.defaultDeviceTransform:Ljava/awt/geom/AffineTransform;
            ifnull 7
         4: .line 1987
            aload 1 /* at */
            aload 0 /* this */
            getfield sun.print.RasterPrinterJob.defaultDeviceTransform:Ljava/awt/geom/AffineTransform;
            invokevirtual java.awt.geom.AffineTransform.equals:(Ljava/lang/Object;)Z
            ifeq 7
         5: .line 1988
            aload 0 /* this */
            getfield sun.print.RasterPrinterJob.deviceWidth:I
            aload 6 /* pt */
            invokevirtual java.awt.geom.Point2D$Double.getX:()D
            d2i
            if_icmpne 7
         6: .line 1989
            aload 0 /* this */
            getfield sun.print.RasterPrinterJob.deviceHeight:I
            aload 6 /* pt */
            invokevirtual java.awt.geom.Point2D$Double.getY:()D
            d2i
            if_icmpeq 11
         7: .line 1991
      StackMap locals: java.awt.geom.Point2D$Double
      StackMap stack:
            aload 0 /* this */
            aload 6 /* pt */
            invokevirtual java.awt.geom.Point2D$Double.getX:()D
            d2i
            putfield sun.print.RasterPrinterJob.deviceWidth:I
         8: .line 1992
            aload 0 /* this */
            aload 6 /* pt */
            invokevirtual java.awt.geom.Point2D$Double.getY:()D
            d2i
            putfield sun.print.RasterPrinterJob.deviceHeight:I
         9: .line 1993
            aload 0 /* this */
            aload 1 /* at */
            putfield sun.print.RasterPrinterJob.defaultDeviceTransform:Ljava/awt/geom/AffineTransform;
        10: .line 1994
            aload 0 /* this */
            aconst_null
            putfield sun.print.RasterPrinterJob.pgConfig:Lsun/print/PrinterGraphicsConfig;
        11: .line 1996
      StackMap locals:
      StackMap stack:
            return
        end local 6 // java.awt.geom.Point2D$Double pt
        end local 4 // double ph
        end local 2 // double pw
        end local 1 // java.awt.geom.AffineTransform at
        end local 0 // sun.print.RasterPrinterJob this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lsun/print/RasterPrinterJob;
            0   12     1    at  Ljava/awt/geom/AffineTransform;
            0   12     2    pw  D
            0   12     4    ph  D
            1   12     6    pt  Ljava/awt/geom/Point2D$Double;
    MethodParameters:
      Name  Flags
      at    
      pw    
      ph    

  synchronized sun.print.PrinterGraphicsConfig getPrinterGraphicsConfig();
    descriptor: ()Lsun/print/PrinterGraphicsConfig;
    flags: (0x0020) ACC_SYNCHRONIZED
    Code:
      stack=7, locals=3, args_size=1
        start local 0 // sun.print.RasterPrinterJob this
         0: .line 1999
            aload 0 /* this */
            getfield sun.print.RasterPrinterJob.pgConfig:Lsun/print/PrinterGraphicsConfig;
            ifnull 2
         1: .line 2000
            aload 0 /* this */
            getfield sun.print.RasterPrinterJob.pgConfig:Lsun/print/PrinterGraphicsConfig;
            areturn
         2: .line 2002
      StackMap locals:
      StackMap stack:
            ldc "Printer Device"
            astore 1 /* deviceID */
        start local 1 // java.lang.String deviceID
         3: .line 2003
            aload 0 /* this */
            invokevirtual sun.print.RasterPrinterJob.getPrintService:()Ljavax/print/PrintService;
            astore 2 /* service */
        start local 2 // javax.print.PrintService service
         4: .line 2004
            aload 2 /* service */
            ifnull 6
         5: .line 2005
            aload 2 /* service */
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            astore 1 /* deviceID */
         6: .line 2007
      StackMap locals: java.lang.String javax.print.PrintService
      StackMap stack:
            aload 0 /* this */
            new sun.print.PrinterGraphicsConfig
            dup
            aload 1 /* deviceID */
         7: .line 2008
            aload 0 /* this */
            getfield sun.print.RasterPrinterJob.defaultDeviceTransform:Ljava/awt/geom/AffineTransform;
         8: .line 2009
            aload 0 /* this */
            getfield sun.print.RasterPrinterJob.deviceWidth:I
            aload 0 /* this */
            getfield sun.print.RasterPrinterJob.deviceHeight:I
            invokespecial sun.print.PrinterGraphicsConfig.<init>:(Ljava/lang/String;Ljava/awt/geom/AffineTransform;II)V
         9: .line 2007
            putfield sun.print.RasterPrinterJob.pgConfig:Lsun/print/PrinterGraphicsConfig;
        10: .line 2010
            aload 0 /* this */
            getfield sun.print.RasterPrinterJob.pgConfig:Lsun/print/PrinterGraphicsConfig;
            areturn
        end local 2 // javax.print.PrintService service
        end local 1 // java.lang.String deviceID
        end local 0 // sun.print.RasterPrinterJob this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   11     0      this  Lsun/print/RasterPrinterJob;
            3   11     1  deviceID  Ljava/lang/String;
            4   11     2   service  Ljavax/print/PrintService;

  protected int printPage(java.awt.print.Pageable, int);
    descriptor: (Ljava/awt/print/Pageable;I)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=12, locals=41, args_size=3
        start local 0 // sun.print.RasterPrinterJob this
        start local 1 // java.awt.print.Pageable document
        start local 2 // int pageIndex
         0: .line 2026
            aload 1 /* document */
            iload 2 /* pageIndex */
            invokeinterface java.awt.print.Pageable.getPageFormat:(I)Ljava/awt/print/PageFormat;
            astore 4 /* origPage */
        start local 4 // java.awt.print.PageFormat origPage
         1: .line 2027
            aload 4 /* origPage */
            invokevirtual java.awt.print.PageFormat.clone:()Ljava/lang/Object;
            checkcast java.awt.print.PageFormat
            astore 3 /* page */
        start local 3 // java.awt.print.PageFormat page
         2: .line 2028
            aload 1 /* document */
            iload 2 /* pageIndex */
            invokeinterface java.awt.print.Pageable.getPrintable:(I)Ljava/awt/print/Printable;
            astore 5 /* painter */
        start local 5 // java.awt.print.Printable painter
         3: .line 2029
            goto 11
        end local 5 // java.awt.print.Printable painter
        end local 4 // java.awt.print.PageFormat origPage
        end local 3 // java.awt.print.PageFormat page
      StackMap locals:
      StackMap stack: java.lang.Exception
         4: astore 6 /* e */
        start local 6 // java.lang.Exception e
         5: .line 2031
            new java.awt.print.PrinterException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Error getting page or printable.[ "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         6: .line 2032
            aload 6 /* e */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " ]"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         7: .line 2031
            invokespecial java.awt.print.PrinterException.<init>:(Ljava/lang/String;)V
         8: .line 2030
            astore 7 /* pe */
        start local 7 // java.awt.print.PrinterException pe
         9: .line 2033
            aload 7 /* pe */
            aload 6 /* e */
            invokevirtual java.awt.print.PrinterException.initCause:(Ljava/lang/Throwable;)Ljava/lang/Throwable;
            pop
        10: .line 2034
            aload 7 /* pe */
            athrow
        end local 7 // java.awt.print.PrinterException pe
        end local 6 // java.lang.Exception e
        start local 3 // java.awt.print.PageFormat page
        start local 4 // java.awt.print.PageFormat origPage
        start local 5 // java.awt.print.Printable painter
        11: .line 2040
      StackMap locals: java.awt.print.PageFormat java.awt.print.PageFormat java.awt.print.Printable
      StackMap stack:
            aload 3 /* page */
            invokevirtual java.awt.print.PageFormat.getPaper:()Ljava/awt/print/Paper;
            astore 6 /* paper */
        start local 6 // java.awt.print.Paper paper
        12: .line 2042
            aload 3 /* page */
            invokevirtual java.awt.print.PageFormat.getOrientation:()I
            iconst_1
            if_icmpeq 27
        13: .line 2043
            aload 0 /* this */
            getfield sun.print.RasterPrinterJob.landscapeRotates270:Z
            ifeq 27
        14: .line 2045
            aload 6 /* paper */
            invokevirtual java.awt.print.Paper.getImageableX:()D
            dstore 7 /* left */
        start local 7 // double left
        15: .line 2046
            aload 6 /* paper */
            invokevirtual java.awt.print.Paper.getImageableY:()D
            dstore 9 /* top */
        start local 9 // double top
        16: .line 2047
            aload 6 /* paper */
            invokevirtual java.awt.print.Paper.getImageableWidth:()D
            dstore 11 /* width */
        start local 11 // double width
        17: .line 2048
            aload 6 /* paper */
            invokevirtual java.awt.print.Paper.getImageableHeight:()D
            dstore 13 /* height */
        start local 13 // double height
        18: .line 2049
            aload 6 /* paper */
            aload 6 /* paper */
            invokevirtual java.awt.print.Paper.getWidth:()D
            dload 7 /* left */
            dsub
            dload 11 /* width */
            dsub
        19: .line 2050
            aload 6 /* paper */
            invokevirtual java.awt.print.Paper.getHeight:()D
            dload 9 /* top */
            dsub
            dload 13 /* height */
            dsub
        20: .line 2051
            dload 11 /* width */
            dload 13 /* height */
        21: .line 2049
            invokevirtual java.awt.print.Paper.setImageableArea:(DDDD)V
        22: .line 2052
            aload 3 /* page */
            aload 6 /* paper */
            invokevirtual java.awt.print.PageFormat.setPaper:(Ljava/awt/print/Paper;)V
        23: .line 2053
            aload 3 /* page */
            invokevirtual java.awt.print.PageFormat.getOrientation:()I
            ifne 26
        24: .line 2054
            aload 3 /* page */
            iconst_2
            invokevirtual java.awt.print.PageFormat.setOrientation:(I)V
        25: .line 2055
            goto 27
        26: .line 2056
      StackMap locals: sun.print.RasterPrinterJob java.awt.print.Pageable int java.awt.print.PageFormat java.awt.print.PageFormat java.awt.print.Printable java.awt.print.Paper double double double double
      StackMap stack:
            aload 3 /* page */
            iconst_0
            invokevirtual java.awt.print.PageFormat.setOrientation:(I)V
        end local 13 // double height
        end local 11 // double width
        end local 9 // double top
        end local 7 // double left
        27: .line 2060
      StackMap locals: sun.print.RasterPrinterJob java.awt.print.Pageable int java.awt.print.PageFormat java.awt.print.PageFormat java.awt.print.Printable java.awt.print.Paper
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.print.RasterPrinterJob.getXRes:()D
            ldc 72.0
            ddiv
            dstore 7 /* xScale */
        start local 7 // double xScale
        28: .line 2061
            aload 0 /* this */
            invokevirtual sun.print.RasterPrinterJob.getYRes:()D
            ldc 72.0
            ddiv
            dstore 9 /* yScale */
        start local 9 // double yScale
        29: .line 2067
            new java.awt.geom.Rectangle2D$Double
            dup
            aload 6 /* paper */
            invokevirtual java.awt.print.Paper.getImageableX:()D
            dload 7 /* xScale */
            dmul
        30: .line 2068
            aload 6 /* paper */
            invokevirtual java.awt.print.Paper.getImageableY:()D
            dload 9 /* yScale */
            dmul
        31: .line 2069
            aload 6 /* paper */
            invokevirtual java.awt.print.Paper.getImageableWidth:()D
            dload 7 /* xScale */
            dmul
        32: .line 2070
            aload 6 /* paper */
            invokevirtual java.awt.print.Paper.getImageableHeight:()D
            dload 9 /* yScale */
            dmul
        33: .line 2067
            invokespecial java.awt.geom.Rectangle2D$Double.<init>:(DDDD)V
        34: .line 2066
            astore 11 /* deviceArea */
        start local 11 // java.awt.geom.Rectangle2D deviceArea
        35: .line 2076
            new java.awt.geom.AffineTransform
            dup
            invokespecial java.awt.geom.AffineTransform.<init>:()V
            astore 12 /* uniformTransform */
        start local 12 // java.awt.geom.AffineTransform uniformTransform
        36: .line 2081
            new java.awt.geom.AffineTransform
            dup
            invokespecial java.awt.geom.AffineTransform.<init>:()V
            astore 13 /* scaleTransform */
        start local 13 // java.awt.geom.AffineTransform scaleTransform
        37: .line 2082
            aload 13 /* scaleTransform */
            dload 7 /* xScale */
            dload 9 /* yScale */
            invokevirtual java.awt.geom.AffineTransform.scale:(DD)V
        38: .line 2087
            aload 11 /* deviceArea */
            invokevirtual java.awt.geom.Rectangle2D.getWidth:()D
            d2i
            istore 14 /* bandWidth */
        start local 14 // int bandWidth
        39: .line 2088
            iload 14 /* bandWidth */
            iconst_4
            irem
            ifeq 41
        40: .line 2089
            iload 14 /* bandWidth */
            iconst_4
            iload 14 /* bandWidth */
            iconst_4
            irem
            isub
            iadd
            istore 14 /* bandWidth */
        41: .line 2091
      StackMap locals: sun.print.RasterPrinterJob java.awt.print.Pageable int java.awt.print.PageFormat java.awt.print.PageFormat java.awt.print.Printable java.awt.print.Paper double double java.awt.geom.Rectangle2D java.awt.geom.AffineTransform java.awt.geom.AffineTransform int
      StackMap stack:
            iload 14 /* bandWidth */
            ifgt 43
        42: .line 2092
            new java.awt.print.PrinterException
            dup
            ldc "Paper's imageable width is too small."
            invokespecial java.awt.print.PrinterException.<init>:(Ljava/lang/String;)V
            athrow
        43: .line 2095
      StackMap locals:
      StackMap stack:
            aload 11 /* deviceArea */
            invokevirtual java.awt.geom.Rectangle2D.getHeight:()D
            d2i
            istore 15 /* deviceAreaHeight */
        start local 15 // int deviceAreaHeight
        44: .line 2096
            iload 15 /* deviceAreaHeight */
            ifgt 46
        45: .line 2097
            new java.awt.print.PrinterException
            dup
            ldc "Paper's imageable height is too small."
            invokespecial java.awt.print.PrinterException.<init>:(Ljava/lang/String;)V
            athrow
        46: .line 2105
      StackMap locals: int
      StackMap stack:
            ldc 4194304
            iload 14 /* bandWidth */
            idiv
            iconst_3
            idiv
            istore 16 /* bandHeight */
        start local 16 // int bandHeight
        47: .line 2107
            aload 6 /* paper */
            invokevirtual java.awt.print.Paper.getImageableX:()D
            dload 7 /* xScale */
            dmul
            invokestatic java.lang.Math.rint:(D)D
            d2i
            istore 17 /* deviceLeft */
        start local 17 // int deviceLeft
        48: .line 2108
            aload 6 /* paper */
            invokevirtual java.awt.print.Paper.getImageableY:()D
            dload 9 /* yScale */
            dmul
            invokestatic java.lang.Math.rint:(D)D
            d2i
            istore 18 /* deviceTop */
        start local 18 // int deviceTop
        49: .line 2119
            new java.awt.geom.AffineTransform
            dup
            invokespecial java.awt.geom.AffineTransform.<init>:()V
            astore 19 /* deviceTransform */
        start local 19 // java.awt.geom.AffineTransform deviceTransform
        50: .line 2120
            aload 19 /* deviceTransform */
            iload 17 /* deviceLeft */
            ineg
            i2d
            iload 18 /* deviceTop */
            i2d
            invokevirtual java.awt.geom.AffineTransform.translate:(DD)V
        51: .line 2121
            aload 19 /* deviceTransform */
            dconst_0
            iload 16 /* bandHeight */
            i2d
            invokevirtual java.awt.geom.AffineTransform.translate:(DD)V
        52: .line 2122
            aload 19 /* deviceTransform */
            dconst_1
            ldc -1.0
            invokevirtual java.awt.geom.AffineTransform.scale:(DD)V
        53: .line 2132
            new java.awt.image.BufferedImage
            dup
            iconst_1
            iconst_1
        54: .line 2133
            iconst_5
        55: .line 2132
            invokespecial java.awt.image.BufferedImage.<init>:(III)V
            astore 20 /* pBand */
        start local 20 // java.awt.image.BufferedImage pBand
        56: .line 2139
            aload 0 /* this */
            aload 20 /* pBand */
            invokevirtual java.awt.image.BufferedImage.createGraphics:()Ljava/awt/Graphics2D;
        57: .line 2140
            aload 0 /* this */
        58: .line 2139
            invokevirtual sun.print.RasterPrinterJob.createPeekGraphics:(Ljava/awt/Graphics2D;Ljava/awt/print/PrinterJob;)Lsun/print/PeekGraphics;
            astore 21 /* peekGraphics */
        start local 21 // sun.print.PeekGraphics peekGraphics
        59: .line 2143
            new java.awt.geom.Rectangle2D$Double
            dup
            aload 3 /* page */
            invokevirtual java.awt.print.PageFormat.getImageableX:()D
        60: .line 2144
            aload 3 /* page */
            invokevirtual java.awt.print.PageFormat.getImageableY:()D
        61: .line 2145
            aload 3 /* page */
            invokevirtual java.awt.print.PageFormat.getImageableWidth:()D
        62: .line 2146
            aload 3 /* page */
            invokevirtual java.awt.print.PageFormat.getImageableHeight:()D
        63: .line 2143
            invokespecial java.awt.geom.Rectangle2D$Double.<init>:(DDDD)V
        64: .line 2142
            astore 22 /* pageFormatArea */
        start local 22 // java.awt.geom.Rectangle2D$Double pageFormatArea
        65: .line 2147
            aload 21 /* peekGraphics */
            aload 13 /* scaleTransform */
            invokevirtual sun.print.PeekGraphics.transform:(Ljava/awt/geom/AffineTransform;)V
        66: .line 2148
            aload 21 /* peekGraphics */
            aload 0 /* this */
            aload 6 /* paper */
            invokevirtual sun.print.RasterPrinterJob.getPhysicalPrintableX:(Ljava/awt/print/Paper;)D
            dneg
            dload 7 /* xScale */
            ddiv
        67: .line 2149
            aload 0 /* this */
            aload 6 /* paper */
            invokevirtual sun.print.RasterPrinterJob.getPhysicalPrintableY:(Ljava/awt/print/Paper;)D
            dneg
            dload 9 /* yScale */
            ddiv
        68: .line 2148
            invokevirtual sun.print.PeekGraphics.translate:(DD)V
        69: .line 2150
            aload 21 /* peekGraphics */
            new java.awt.geom.AffineTransform
            dup
            aload 3 /* page */
            invokevirtual java.awt.print.PageFormat.getMatrix:()[D
            invokespecial java.awt.geom.AffineTransform.<init>:([D)V
            invokevirtual sun.print.PeekGraphics.transform:(Ljava/awt/geom/AffineTransform;)V
        70: .line 2151
            aload 0 /* this */
            aload 21 /* peekGraphics */
            aload 22 /* pageFormatArea */
            invokevirtual sun.print.RasterPrinterJob.initPrinterGraphics:(Ljava/awt/Graphics2D;Ljava/awt/geom/Rectangle2D;)V
        71: .line 2152
            aload 21 /* peekGraphics */
            invokevirtual sun.print.PeekGraphics.getTransform:()Ljava/awt/geom/AffineTransform;
            astore 23 /* pgAt */
        start local 23 // java.awt.geom.AffineTransform pgAt
        72: .line 2163
            aload 0 /* this */
            aload 13 /* scaleTransform */
        73: .line 2164
            aload 6 /* paper */
            invokevirtual java.awt.print.Paper.getWidth:()D
            aload 6 /* paper */
            invokevirtual java.awt.print.Paper.getHeight:()D
        74: .line 2163
            invokevirtual sun.print.RasterPrinterJob.setGraphicsConfigInfo:(Ljava/awt/geom/AffineTransform;DD)V
        75: .line 2165
            aload 5 /* painter */
            aload 21 /* peekGraphics */
            aload 4 /* origPage */
            iload 2 /* pageIndex */
            invokeinterface java.awt.print.Printable.print:(Ljava/awt/Graphics;Ljava/awt/print/PageFormat;I)I
            istore 24 /* pageResult */
        start local 24 // int pageResult
        76: .line 2166
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            ldc "pageResult "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 24 /* pageResult */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual sun.print.RasterPrinterJob.debug_println:(Ljava/lang/String;)V
        77: .line 2167
            iload 24 /* pageResult */
            ifne 168
        78: .line 2168
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            ldc "startPage "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 2 /* pageIndex */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual sun.print.RasterPrinterJob.debug_println:(Ljava/lang/String;)V
        79: .line 2175
            aload 3 /* page */
            invokevirtual java.awt.print.PageFormat.getPaper:()Ljava/awt/print/Paper;
            astore 25 /* thisPaper */
        start local 25 // java.awt.print.Paper thisPaper
        80: .line 2177
            aload 0 /* this */
            getfield sun.print.RasterPrinterJob.previousPaper:Ljava/awt/print/Paper;
            ifnull 84
        81: .line 2178
            aload 25 /* thisPaper */
            invokevirtual java.awt.print.Paper.getWidth:()D
            aload 0 /* this */
            getfield sun.print.RasterPrinterJob.previousPaper:Ljava/awt/print/Paper;
            invokevirtual java.awt.print.Paper.getWidth:()D
            dcmpl
            ifne 84
        82: .line 2179
            aload 25 /* thisPaper */
            invokevirtual java.awt.print.Paper.getHeight:()D
            aload 0 /* this */
            getfield sun.print.RasterPrinterJob.previousPaper:Ljava/awt/print/Paper;
            invokevirtual java.awt.print.Paper.getHeight:()D
            dcmpl
            ifne 84
        83: .line 2176
            iconst_0
            goto 85
      StackMap locals: sun.print.RasterPrinterJob java.awt.print.Pageable int java.awt.print.PageFormat java.awt.print.PageFormat java.awt.print.Printable java.awt.print.Paper double double java.awt.geom.Rectangle2D java.awt.geom.AffineTransform java.awt.geom.AffineTransform int int int int int java.awt.geom.AffineTransform java.awt.image.BufferedImage sun.print.PeekGraphics java.awt.geom.Rectangle2D$Double java.awt.geom.AffineTransform int java.awt.print.Paper
      StackMap stack:
        84: iconst_1
      StackMap locals:
      StackMap stack: int
        85: istore 26 /* paperChanged */
        start local 26 // boolean paperChanged
        86: .line 2180
            aload 0 /* this */
            aload 25 /* thisPaper */
            putfield sun.print.RasterPrinterJob.previousPaper:Ljava/awt/print/Paper;
        87: .line 2182
            aload 0 /* this */
            aload 3 /* page */
            aload 5 /* painter */
            iload 2 /* pageIndex */
            iload 26 /* paperChanged */
            invokevirtual sun.print.RasterPrinterJob.startPage:(Ljava/awt/print/PageFormat;Ljava/awt/print/Printable;IZ)V
        88: .line 2183
            aload 0 /* this */
            aload 21 /* peekGraphics */
            aload 0 /* this */
        89: .line 2184
            aload 5 /* painter */
            aload 3 /* page */
        90: .line 2185
            iload 2 /* pageIndex */
        91: .line 2183
            invokevirtual sun.print.RasterPrinterJob.createPathGraphics:(Lsun/print/PeekGraphics;Ljava/awt/print/PrinterJob;Ljava/awt/print/Printable;Ljava/awt/print/PageFormat;I)Ljava/awt/Graphics2D;
            astore 27 /* pathGraphics */
        start local 27 // java.awt.Graphics2D pathGraphics
        92: .line 2193
            aload 27 /* pathGraphics */
            ifnull 116
        93: .line 2194
            aload 27 /* pathGraphics */
            aload 13 /* scaleTransform */
            invokevirtual java.awt.Graphics2D.transform:(Ljava/awt/geom/AffineTransform;)V
        94: .line 2196
            aload 27 /* pathGraphics */
            aload 0 /* this */
            aload 6 /* paper */
            invokevirtual sun.print.RasterPrinterJob.getPhysicalPrintableX:(Ljava/awt/print/Paper;)D
            dneg
            dload 7 /* xScale */
            ddiv
        95: .line 2197
            aload 0 /* this */
            aload 6 /* paper */
            invokevirtual sun.print.RasterPrinterJob.getPhysicalPrintableY:(Ljava/awt/print/Paper;)D
            dneg
            dload 9 /* yScale */
            ddiv
        96: .line 2196
            invokevirtual java.awt.Graphics2D.translate:(DD)V
        97: .line 2198
            aload 27 /* pathGraphics */
            new java.awt.geom.AffineTransform
            dup
            aload 3 /* page */
            invokevirtual java.awt.print.PageFormat.getMatrix:()[D
            invokespecial java.awt.geom.AffineTransform.<init>:([D)V
            invokevirtual java.awt.Graphics2D.transform:(Ljava/awt/geom/AffineTransform;)V
        98: .line 2199
            aload 0 /* this */
            aload 27 /* pathGraphics */
            aload 22 /* pageFormatArea */
            invokevirtual sun.print.RasterPrinterJob.initPrinterGraphics:(Ljava/awt/Graphics2D;Ljava/awt/geom/Rectangle2D;)V
        99: .line 2201
            aload 0 /* this */
            getfield sun.print.RasterPrinterJob.redrawList:Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.clear:()V
       100: .line 2203
            aload 27 /* pathGraphics */
            invokevirtual java.awt.Graphics2D.getTransform:()Ljava/awt/geom/AffineTransform;
            astore 28 /* initialTx */
        start local 28 // java.awt.geom.AffineTransform initialTx
       101: .line 2205
            aload 5 /* painter */
            aload 27 /* pathGraphics */
            aload 4 /* origPage */
            iload 2 /* pageIndex */
            invokeinterface java.awt.print.Printable.print:(Ljava/awt/Graphics;Ljava/awt/print/PageFormat;I)I
            pop
       102: .line 2207
            iconst_0
            istore 29 /* i */
        start local 29 // int i
       103: goto 114
       104: .line 2208
      StackMap locals: sun.print.RasterPrinterJob java.awt.print.Pageable int java.awt.print.PageFormat java.awt.print.PageFormat java.awt.print.Printable java.awt.print.Paper double double java.awt.geom.Rectangle2D java.awt.geom.AffineTransform java.awt.geom.AffineTransform int int int int int java.awt.geom.AffineTransform java.awt.image.BufferedImage sun.print.PeekGraphics java.awt.geom.Rectangle2D$Double java.awt.geom.AffineTransform int java.awt.print.Paper int java.awt.Graphics2D java.awt.geom.AffineTransform int
      StackMap stack:
            aload 0 /* this */
            getfield sun.print.RasterPrinterJob.redrawList:Ljava/util/ArrayList;
            iload 29 /* i */
            invokevirtual java.util.ArrayList.get:(I)Ljava/lang/Object;
            checkcast sun.print.RasterPrinterJob$GraphicsState
            astore 30 /* gstate */
        start local 30 // sun.print.RasterPrinterJob$GraphicsState gstate
       105: .line 2209
            aload 27 /* pathGraphics */
            aload 28 /* initialTx */
            invokevirtual java.awt.Graphics2D.setTransform:(Ljava/awt/geom/AffineTransform;)V
       106: .line 2210
            aload 27 /* pathGraphics */
            checkcast sun.print.PathGraphics
       107: .line 2211
            aload 30 /* gstate */
            getfield sun.print.RasterPrinterJob$GraphicsState.region:Ljava/awt/geom/Rectangle2D;
       108: .line 2212
            aload 30 /* gstate */
            getfield sun.print.RasterPrinterJob$GraphicsState.sx:D
       109: .line 2213
            aload 30 /* gstate */
            getfield sun.print.RasterPrinterJob$GraphicsState.sy:D
       110: .line 2214
            aload 30 /* gstate */
            getfield sun.print.RasterPrinterJob$GraphicsState.theClip:Ljava/awt/Shape;
       111: .line 2215
            aload 30 /* gstate */
            getfield sun.print.RasterPrinterJob$GraphicsState.theTransform:Ljava/awt/geom/AffineTransform;
       112: .line 2210
            invokevirtual sun.print.PathGraphics.redrawRegion:(Ljava/awt/geom/Rectangle2D;DDLjava/awt/Shape;Ljava/awt/geom/AffineTransform;)V
        end local 30 // sun.print.RasterPrinterJob$GraphicsState gstate
       113: .line 2207
            iinc 29 /* i */ 1
      StackMap locals:
      StackMap stack:
       114: iload 29 /* i */
            aload 0 /* this */
            getfield sun.print.RasterPrinterJob.redrawList:Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.size:()I
            if_icmplt 104
        end local 29 // int i
        end local 28 // java.awt.geom.AffineTransform initialTx
       115: .line 2221
            goto 166
       116: .line 2222
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.print.RasterPrinterJob.cachedBand:Ljava/awt/image/BufferedImage;
            astore 28 /* band */
        start local 28 // java.awt.image.BufferedImage band
       117: .line 2223
            aload 0 /* this */
            getfield sun.print.RasterPrinterJob.cachedBand:Ljava/awt/image/BufferedImage;
            ifnull 120
       118: .line 2224
            iload 14 /* bandWidth */
            aload 0 /* this */
            getfield sun.print.RasterPrinterJob.cachedBandWidth:I
            if_icmpne 120
       119: .line 2225
            iload 16 /* bandHeight */
            aload 0 /* this */
            getfield sun.print.RasterPrinterJob.cachedBandHeight:I
            if_icmpeq 126
       120: .line 2226
      StackMap locals: java.awt.image.BufferedImage
      StackMap stack:
            new java.awt.image.BufferedImage
            dup
            iload 14 /* bandWidth */
            iload 16 /* bandHeight */
       121: .line 2227
            iconst_5
       122: .line 2226
            invokespecial java.awt.image.BufferedImage.<init>:(III)V
            astore 28 /* band */
       123: .line 2228
            aload 0 /* this */
            aload 28 /* band */
            putfield sun.print.RasterPrinterJob.cachedBand:Ljava/awt/image/BufferedImage;
       124: .line 2229
            aload 0 /* this */
            iload 14 /* bandWidth */
            putfield sun.print.RasterPrinterJob.cachedBandWidth:I
       125: .line 2230
            aload 0 /* this */
            iload 16 /* bandHeight */
            putfield sun.print.RasterPrinterJob.cachedBandHeight:I
       126: .line 2232
      StackMap locals:
      StackMap stack:
            aload 28 /* band */
            invokevirtual java.awt.image.BufferedImage.createGraphics:()Ljava/awt/Graphics2D;
            astore 29 /* bandGraphics */
        start local 29 // java.awt.Graphics2D bandGraphics
       127: .line 2235
            new java.awt.geom.Rectangle2D$Double
            dup
            dconst_0
            dconst_0
            iload 14 /* bandWidth */
            i2d
            iload 16 /* bandHeight */
            i2d
            invokespecial java.awt.geom.Rectangle2D$Double.<init>:(DDDD)V
       128: .line 2234
            astore 30 /* clipArea */
        start local 30 // java.awt.geom.Rectangle2D$Double clipArea
       129: .line 2237
            aload 0 /* this */
            aload 29 /* bandGraphics */
            aload 30 /* clipArea */
            invokevirtual sun.print.RasterPrinterJob.initPrinterGraphics:(Ljava/awt/Graphics2D;Ljava/awt/geom/Rectangle2D;)V
       130: .line 2240
            new sun.print.ProxyGraphics2D
            dup
            aload 29 /* bandGraphics */
            aload 0 /* this */
            invokespecial sun.print.ProxyGraphics2D.<init>:(Ljava/awt/Graphics2D;Ljava/awt/print/PrinterJob;)V
       131: .line 2239
            astore 31 /* painterGraphics */
        start local 31 // sun.print.ProxyGraphics2D painterGraphics
       132: .line 2242
            aload 28 /* band */
            invokevirtual java.awt.image.BufferedImage.createGraphics:()Ljava/awt/Graphics2D;
            astore 32 /* clearGraphics */
        start local 32 // java.awt.Graphics2D clearGraphics
       133: .line 2243
            aload 32 /* clearGraphics */
            getstatic java.awt.Color.white:Ljava/awt/Color;
            invokevirtual java.awt.Graphics2D.setColor:(Ljava/awt/Color;)V
       134: .line 2252
            aload 28 /* band */
            invokevirtual java.awt.image.BufferedImage.getRaster:()Ljava/awt/image/WritableRaster;
            checkcast sun.awt.image.ByteInterleavedRaster
            astore 33 /* tile */
        start local 33 // sun.awt.image.ByteInterleavedRaster tile
       135: .line 2253
            aload 33 /* tile */
            invokevirtual sun.awt.image.ByteInterleavedRaster.getDataStorage:()[B
            astore 34 /* data */
        start local 34 // byte[] data
       136: .line 2266
            aload 0 /* this */
            aload 6 /* paper */
            invokevirtual sun.print.RasterPrinterJob.getPhysicalPrintableX:(Ljava/awt/print/Paper;)D
            d2i
            istore 35 /* deviceAddressableX */
        start local 35 // int deviceAddressableX
       137: .line 2267
            aload 0 /* this */
            aload 6 /* paper */
            invokevirtual sun.print.RasterPrinterJob.getPhysicalPrintableY:(Ljava/awt/print/Paper;)D
            d2i
            istore 36 /* deviceAddressableY */
        start local 36 // int deviceAddressableY
       138: .line 2269
            iconst_0
            istore 37 /* bandTop */
        start local 37 // int bandTop
       139: goto 163
       140: .line 2276
      StackMap locals: sun.print.RasterPrinterJob java.awt.print.Pageable int java.awt.print.PageFormat java.awt.print.PageFormat java.awt.print.Printable java.awt.print.Paper double double java.awt.geom.Rectangle2D java.awt.geom.AffineTransform java.awt.geom.AffineTransform int int int int int java.awt.geom.AffineTransform java.awt.image.BufferedImage sun.print.PeekGraphics java.awt.geom.Rectangle2D$Double java.awt.geom.AffineTransform int java.awt.print.Paper int java.awt.Graphics2D java.awt.image.BufferedImage java.awt.Graphics2D java.awt.geom.Rectangle2D$Double sun.print.ProxyGraphics2D java.awt.Graphics2D sun.awt.image.ByteInterleavedRaster byte[] int int int
      StackMap stack:
            aload 32 /* clearGraphics */
            iconst_0
            iconst_0
            iload 14 /* bandWidth */
            iload 16 /* bandHeight */
            invokevirtual java.awt.Graphics2D.fillRect:(IIII)V
       141: .line 2283
            aload 29 /* bandGraphics */
            aload 12 /* uniformTransform */
            invokevirtual java.awt.Graphics2D.setTransform:(Ljava/awt/geom/AffineTransform;)V
       142: .line 2284
            aload 29 /* bandGraphics */
            aload 19 /* deviceTransform */
            invokevirtual java.awt.Graphics2D.transform:(Ljava/awt/geom/AffineTransform;)V
       143: .line 2285
            aload 19 /* deviceTransform */
            dconst_0
            iload 16 /* bandHeight */
            ineg
            i2d
            invokevirtual java.awt.geom.AffineTransform.translate:(DD)V
       144: .line 2290
            aload 29 /* bandGraphics */
            aload 13 /* scaleTransform */
            invokevirtual java.awt.Graphics2D.transform:(Ljava/awt/geom/AffineTransform;)V
       145: .line 2291
            aload 29 /* bandGraphics */
            new java.awt.geom.AffineTransform
            dup
            aload 3 /* page */
            invokevirtual java.awt.print.PageFormat.getMatrix:()[D
            invokespecial java.awt.geom.AffineTransform.<init>:([D)V
            invokevirtual java.awt.Graphics2D.transform:(Ljava/awt/geom/AffineTransform;)V
       146: .line 2293
            aload 29 /* bandGraphics */
            invokevirtual java.awt.Graphics2D.getClipBounds:()Ljava/awt/Rectangle;
            astore 38 /* clip */
        start local 38 // java.awt.Rectangle clip
       147: .line 2294
            aload 23 /* pgAt */
            aload 38 /* clip */
            invokevirtual java.awt.geom.AffineTransform.createTransformedShape:(Ljava/awt/Shape;)Ljava/awt/Shape;
            invokeinterface java.awt.Shape.getBounds:()Ljava/awt/Rectangle;
            astore 38 /* clip */
       148: .line 2296
            aload 38 /* clip */
            ifnull 150
            aload 21 /* peekGraphics */
            aload 38 /* clip */
            invokevirtual sun.print.PeekGraphics.hitsDrawingArea:(Ljava/awt/Rectangle;)Z
            ifeq 162
       149: .line 2297
            iload 14 /* bandWidth */
            ifle 162
            iload 16 /* bandHeight */
            ifle 162
       150: .line 2306
      StackMap locals: java.awt.Rectangle
      StackMap stack:
            iload 17 /* deviceLeft */
            iload 35 /* deviceAddressableX */
            isub
            istore 39 /* bandX */
        start local 39 // int bandX
       151: .line 2307
            iload 39 /* bandX */
            ifge 154
       152: .line 2308
            aload 29 /* bandGraphics */
            iload 39 /* bandX */
            i2d
            dload 7 /* xScale */
            ddiv
            dconst_0
            invokevirtual java.awt.Graphics2D.translate:(DD)V
       153: .line 2309
            iconst_0
            istore 39 /* bandX */
       154: .line 2311
      StackMap locals: int
      StackMap stack:
            iload 18 /* deviceTop */
            iload 37 /* bandTop */
            iadd
            iload 36 /* deviceAddressableY */
            isub
            istore 40 /* bandY */
        start local 40 // int bandY
       155: .line 2312
            iload 40 /* bandY */
            ifge 158
       156: .line 2313
            aload 29 /* bandGraphics */
            dconst_0
            iload 40 /* bandY */
            i2d
            dload 9 /* yScale */
            ddiv
            invokevirtual java.awt.Graphics2D.translate:(DD)V
       157: .line 2314
            iconst_0
            istore 40 /* bandY */
       158: .line 2319
      StackMap locals: int
      StackMap stack:
            aload 31 /* painterGraphics */
            aload 29 /* bandGraphics */
            invokevirtual java.awt.Graphics2D.create:()Ljava/awt/Graphics;
            checkcast java.awt.Graphics2D
            invokevirtual sun.print.ProxyGraphics2D.setDelegate:(Ljava/awt/Graphics2D;)V
       159: .line 2320
            aload 5 /* painter */
            aload 31 /* painterGraphics */
            aload 4 /* origPage */
            iload 2 /* pageIndex */
            invokeinterface java.awt.print.Printable.print:(Ljava/awt/Graphics;Ljava/awt/print/PageFormat;I)I
            pop
       160: .line 2321
            aload 31 /* painterGraphics */
            invokevirtual sun.print.ProxyGraphics2D.dispose:()V
       161: .line 2322
            aload 0 /* this */
            aload 34 /* data */
            iload 39 /* bandX */
            iload 40 /* bandY */
            iload 14 /* bandWidth */
            iload 16 /* bandHeight */
            invokevirtual sun.print.RasterPrinterJob.printBand:([BIIII)V
        end local 40 // int bandY
        end local 39 // int bandX
        end local 38 // java.awt.Rectangle clip
       162: .line 2270
      StackMap locals:
      StackMap stack:
            iload 37 /* bandTop */
            iload 16 /* bandHeight */
            iadd
            istore 37 /* bandTop */
       163: .line 2269
      StackMap locals:
      StackMap stack:
            iload 37 /* bandTop */
            iload 15 /* deviceAreaHeight */
            if_icmple 140
        end local 37 // int bandTop
       164: .line 2326
            aload 32 /* clearGraphics */
            invokevirtual java.awt.Graphics2D.dispose:()V
       165: .line 2327
            aload 29 /* bandGraphics */
            invokevirtual java.awt.Graphics2D.dispose:()V
        end local 36 // int deviceAddressableY
        end local 35 // int deviceAddressableX
        end local 34 // byte[] data
        end local 33 // sun.awt.image.ByteInterleavedRaster tile
        end local 32 // java.awt.Graphics2D clearGraphics
        end local 31 // sun.print.ProxyGraphics2D painterGraphics
        end local 30 // java.awt.geom.Rectangle2D$Double clipArea
        end local 29 // java.awt.Graphics2D bandGraphics
        end local 28 // java.awt.image.BufferedImage band
       166: .line 2330
      StackMap locals: sun.print.RasterPrinterJob java.awt.print.Pageable int java.awt.print.PageFormat java.awt.print.PageFormat java.awt.print.Printable java.awt.print.Paper double double java.awt.geom.Rectangle2D java.awt.geom.AffineTransform java.awt.geom.AffineTransform int int int int int java.awt.geom.AffineTransform java.awt.image.BufferedImage sun.print.PeekGraphics java.awt.geom.Rectangle2D$Double java.awt.geom.AffineTransform int java.awt.print.Paper int java.awt.Graphics2D
      StackMap stack:
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            ldc "calling endPage "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 2 /* pageIndex */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual sun.print.RasterPrinterJob.debug_println:(Ljava/lang/String;)V
       167: .line 2331
            aload 0 /* this */
            aload 3 /* page */
            aload 5 /* painter */
            iload 2 /* pageIndex */
            invokevirtual sun.print.RasterPrinterJob.endPage:(Ljava/awt/print/PageFormat;Ljava/awt/print/Printable;I)V
        end local 27 // java.awt.Graphics2D pathGraphics
        end local 26 // boolean paperChanged
        end local 25 // java.awt.print.Paper thisPaper
       168: .line 2334
      StackMap locals:
      StackMap stack:
            iload 24 /* pageResult */
            ireturn
        end local 24 // int pageResult
        end local 23 // java.awt.geom.AffineTransform pgAt
        end local 22 // java.awt.geom.Rectangle2D$Double pageFormatArea
        end local 21 // sun.print.PeekGraphics peekGraphics
        end local 20 // java.awt.image.BufferedImage pBand
        end local 19 // java.awt.geom.AffineTransform deviceTransform
        end local 18 // int deviceTop
        end local 17 // int deviceLeft
        end local 16 // int bandHeight
        end local 15 // int deviceAreaHeight
        end local 14 // int bandWidth
        end local 13 // java.awt.geom.AffineTransform scaleTransform
        end local 12 // java.awt.geom.AffineTransform uniformTransform
        end local 11 // java.awt.geom.Rectangle2D deviceArea
        end local 9 // double yScale
        end local 7 // double xScale
        end local 6 // java.awt.print.Paper paper
        end local 5 // java.awt.print.Printable painter
        end local 4 // java.awt.print.PageFormat origPage
        end local 3 // java.awt.print.PageFormat page
        end local 2 // int pageIndex
        end local 1 // java.awt.print.Pageable document
        end local 0 // sun.print.RasterPrinterJob this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0  169     0                this  Lsun/print/RasterPrinterJob;
            0  169     1            document  Ljava/awt/print/Pageable;
            0  169     2           pageIndex  I
            2    4     3                page  Ljava/awt/print/PageFormat;
           11  169     3                page  Ljava/awt/print/PageFormat;
            1    4     4            origPage  Ljava/awt/print/PageFormat;
           11  169     4            origPage  Ljava/awt/print/PageFormat;
            3    4     5             painter  Ljava/awt/print/Printable;
           11  169     5             painter  Ljava/awt/print/Printable;
            5   11     6                   e  Ljava/lang/Exception;
            9   11     7                  pe  Ljava/awt/print/PrinterException;
           12  169     6               paper  Ljava/awt/print/Paper;
           15   27     7                left  D
           16   27     9                 top  D
           17   27    11               width  D
           18   27    13              height  D
           28  169     7              xScale  D
           29  169     9              yScale  D
           35  169    11          deviceArea  Ljava/awt/geom/Rectangle2D;
           36  169    12    uniformTransform  Ljava/awt/geom/AffineTransform;
           37  169    13      scaleTransform  Ljava/awt/geom/AffineTransform;
           39  169    14           bandWidth  I
           44  169    15    deviceAreaHeight  I
           47  169    16          bandHeight  I
           48  169    17          deviceLeft  I
           49  169    18           deviceTop  I
           50  169    19     deviceTransform  Ljava/awt/geom/AffineTransform;
           56  169    20               pBand  Ljava/awt/image/BufferedImage;
           59  169    21        peekGraphics  Lsun/print/PeekGraphics;
           65  169    22      pageFormatArea  Ljava/awt/geom/Rectangle2D$Double;
           72  169    23                pgAt  Ljava/awt/geom/AffineTransform;
           76  169    24          pageResult  I
           80  168    25           thisPaper  Ljava/awt/print/Paper;
           86  168    26        paperChanged  Z
           92  168    27        pathGraphics  Ljava/awt/Graphics2D;
          101  115    28           initialTx  Ljava/awt/geom/AffineTransform;
          103  115    29                   i  I
          105  113    30              gstate  Lsun/print/RasterPrinterJob$GraphicsState;
          117  166    28                band  Ljava/awt/image/BufferedImage;
          127  166    29        bandGraphics  Ljava/awt/Graphics2D;
          129  166    30            clipArea  Ljava/awt/geom/Rectangle2D$Double;
          132  166    31     painterGraphics  Lsun/print/ProxyGraphics2D;
          133  166    32       clearGraphics  Ljava/awt/Graphics2D;
          135  166    33                tile  Lsun/awt/image/ByteInterleavedRaster;
          136  166    34                data  [B
          137  166    35  deviceAddressableX  I
          138  166    36  deviceAddressableY  I
          139  164    37             bandTop  I
          147  162    38                clip  Ljava/awt/Rectangle;
          151  162    39               bandX  I
          155  162    40               bandY  I
      Exception table:
        from    to  target  type
           0     3       4  Class java.lang.Exception
    Exceptions:
      throws java.awt.print.PrinterException
    MethodParameters:
           Name  Flags
      document   
      pageIndex  

  public void cancel();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // sun.print.RasterPrinterJob this
         0: .line 2345
            aload 0 /* this */
            dup
            astore 1
            monitorenter
         1: .line 2346
            aload 0 /* this */
            getfield sun.print.RasterPrinterJob.performingPrinting:Z
            ifeq 3
         2: .line 2347
            aload 0 /* this */
            iconst_1
            putfield sun.print.RasterPrinterJob.userCancelled:Z
         3: .line 2349
      StackMap locals: sun.print.RasterPrinterJob
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.lang.Object.notify:()V
         4: .line 2345
            aload 1
            monitorexit
         5: goto 8
      StackMap locals:
      StackMap stack: java.lang.Throwable
         6: aload 1
            monitorexit
         7: athrow
         8: .line 2351
      StackMap locals:
      StackMap stack:
            return
        end local 0 // sun.print.RasterPrinterJob this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lsun/print/RasterPrinterJob;
      Exception table:
        from    to  target  type
           1     5       6  any
           6     7       6  any

  public boolean isCancelled();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // sun.print.RasterPrinterJob this
         0: .line 2360
            iconst_0
            istore 1 /* cancelled */
        start local 1 // boolean cancelled
         1: .line 2362
            aload 0 /* this */
            dup
            astore 2
            monitorenter
         2: .line 2363
            aload 0 /* this */
            getfield sun.print.RasterPrinterJob.performingPrinting:Z
            ifeq 3
            aload 0 /* this */
            getfield sun.print.RasterPrinterJob.userCancelled:Z
            ifeq 3
            iconst_1
            goto 4
      StackMap locals: int sun.print.RasterPrinterJob
      StackMap stack:
         3: iconst_0
      StackMap locals:
      StackMap stack: int
         4: istore 1 /* cancelled */
         5: .line 2364
            aload 0 /* this */
            invokevirtual java.lang.Object.notify:()V
         6: .line 2362
            aload 2
            monitorexit
         7: goto 10
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: aload 2
            monitorexit
         9: athrow
        10: .line 2367
      StackMap locals:
      StackMap stack:
            iload 1 /* cancelled */
            ireturn
        end local 1 // boolean cancelled
        end local 0 // sun.print.RasterPrinterJob this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   11     0       this  Lsun/print/RasterPrinterJob;
            1   11     1  cancelled  Z
      Exception table:
        from    to  target  type
           2     7       8  any
           8     9       8  any

  protected java.awt.print.Pageable getPageable();
    descriptor: ()Ljava/awt/print/Pageable;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.print.RasterPrinterJob this
         0: .line 2374
            aload 0 /* this */
            getfield sun.print.RasterPrinterJob.mDocument:Ljava/awt/print/Pageable;
            areturn
        end local 0 // sun.print.RasterPrinterJob this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/print/RasterPrinterJob;

  protected java.awt.Graphics2D createPathGraphics(sun.print.PeekGraphics, java.awt.print.PrinterJob, java.awt.print.Printable, java.awt.print.PageFormat, int);
    descriptor: (Lsun/print/PeekGraphics;Ljava/awt/print/PrinterJob;Ljava/awt/print/Printable;Ljava/awt/print/PageFormat;I)Ljava/awt/Graphics2D;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=6, args_size=6
        start local 0 // sun.print.RasterPrinterJob this
        start local 1 // sun.print.PeekGraphics graphics
        start local 2 // java.awt.print.PrinterJob printerJob
        start local 3 // java.awt.print.Printable painter
        start local 4 // java.awt.print.PageFormat pageFormat
        start local 5 // int pageIndex
         0: .line 2395
            aconst_null
            areturn
        end local 5 // int pageIndex
        end local 4 // java.awt.print.PageFormat pageFormat
        end local 3 // java.awt.print.Printable painter
        end local 2 // java.awt.print.PrinterJob printerJob
        end local 1 // sun.print.PeekGraphics graphics
        end local 0 // sun.print.RasterPrinterJob this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lsun/print/RasterPrinterJob;
            0    1     1    graphics  Lsun/print/PeekGraphics;
            0    1     2  printerJob  Ljava/awt/print/PrinterJob;
            0    1     3     painter  Ljava/awt/print/Printable;
            0    1     4  pageFormat  Ljava/awt/print/PageFormat;
            0    1     5   pageIndex  I
    MethodParameters:
            Name  Flags
      graphics    
      printerJob  
      painter     
      pageFormat  
      pageIndex   

  protected sun.print.PeekGraphics createPeekGraphics(java.awt.Graphics2D, java.awt.print.PrinterJob);
    descriptor: (Ljava/awt/Graphics2D;Ljava/awt/print/PrinterJob;)Lsun/print/PeekGraphics;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // sun.print.RasterPrinterJob this
        start local 1 // java.awt.Graphics2D graphics
        start local 2 // java.awt.print.PrinterJob printerJob
         0: .line 2410
            new sun.print.PeekGraphics
            dup
            aload 1 /* graphics */
            aload 2 /* printerJob */
            invokespecial sun.print.PeekGraphics.<init>:(Ljava/awt/Graphics2D;Ljava/awt/print/PrinterJob;)V
            areturn
        end local 2 // java.awt.print.PrinterJob printerJob
        end local 1 // java.awt.Graphics2D graphics
        end local 0 // sun.print.RasterPrinterJob this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lsun/print/RasterPrinterJob;
            0    1     1    graphics  Ljava/awt/Graphics2D;
            0    1     2  printerJob  Ljava/awt/print/PrinterJob;
    MethodParameters:
            Name  Flags
      graphics    
      printerJob  

  protected void initPrinterGraphics(java.awt.Graphics2D, java.awt.geom.Rectangle2D);
    descriptor: (Ljava/awt/Graphics2D;Ljava/awt/geom/Rectangle2D;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // sun.print.RasterPrinterJob this
        start local 1 // java.awt.Graphics2D g
        start local 2 // java.awt.geom.Rectangle2D clip
         0: .line 2423
            aload 1 /* g */
            aload 2 /* clip */
            invokevirtual java.awt.Graphics2D.setClip:(Ljava/awt/Shape;)V
         1: .line 2424
            aload 1 /* g */
            getstatic java.awt.Color.black:Ljava/awt/Color;
            invokevirtual java.awt.Graphics2D.setPaint:(Ljava/awt/Paint;)V
         2: .line 2425
            return
        end local 2 // java.awt.geom.Rectangle2D clip
        end local 1 // java.awt.Graphics2D g
        end local 0 // sun.print.RasterPrinterJob this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/print/RasterPrinterJob;
            0    3     1     g  Ljava/awt/Graphics2D;
            0    3     2  clip  Ljava/awt/geom/Rectangle2D;
    MethodParameters:
      Name  Flags
      g     
      clip  

  public boolean checkAllowedToPrintToFile();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.print.RasterPrinterJob this
         0: .line 2434
            aload 0 /* this */
            invokevirtual sun.print.RasterPrinterJob.throwPrintToFile:()V
         1: .line 2435
            iconst_1
            ireturn
         2: .line 2436
      StackMap locals:
      StackMap stack: java.lang.SecurityException
            pop
         3: .line 2437
            iconst_0
            ireturn
        end local 0 // sun.print.RasterPrinterJob this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/print/RasterPrinterJob;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.SecurityException

  private void throwPrintToFile();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // sun.print.RasterPrinterJob this
         0: .line 2447
            invokestatic java.lang.System.getSecurityManager:()Ljava/lang/SecurityManager;
            astore 1 /* security */
        start local 1 // java.lang.SecurityManager security
         1: .line 2448
            aload 1 /* security */
            ifnull 7
         2: .line 2449
            aload 0 /* this */
            getfield sun.print.RasterPrinterJob.printToFilePermission:Ljava/io/FilePermission;
            ifnonnull 6
         3: .line 2450
            aload 0 /* this */
         4: .line 2451
            new java.io.FilePermission
            dup
            ldc "<<ALL FILES>>"
            ldc "read,write"
            invokespecial java.io.FilePermission.<init>:(Ljava/lang/String;Ljava/lang/String;)V
         5: .line 2450
            putfield sun.print.RasterPrinterJob.printToFilePermission:Ljava/io/FilePermission;
         6: .line 2453
      StackMap locals: java.lang.SecurityManager
      StackMap stack:
            aload 1 /* security */
            aload 0 /* this */
            getfield sun.print.RasterPrinterJob.printToFilePermission:Ljava/io/FilePermission;
            invokevirtual java.lang.SecurityManager.checkPermission:(Ljava/security/Permission;)V
         7: .line 2455
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.SecurityManager security
        end local 0 // sun.print.RasterPrinterJob this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    8     0      this  Lsun/print/RasterPrinterJob;
            1    8     1  security  Ljava/lang/SecurityManager;

  protected java.lang.String removeControlChars(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=8, args_size=2
        start local 0 // sun.print.RasterPrinterJob this
        start local 1 // java.lang.String s
         0: .line 2464
            aload 1 /* s */
            invokevirtual java.lang.String.toCharArray:()[C
            astore 2 /* in_chars */
        start local 2 // char[] in_chars
         1: .line 2465
            aload 2 /* in_chars */
            arraylength
            istore 3 /* len */
        start local 3 // int len
         2: .line 2466
            iload 3 /* len */
            newarray 5
            astore 4 /* out_chars */
        start local 4 // char[] out_chars
         3: .line 2467
            iconst_0
            istore 5 /* pos */
        start local 5 // int pos
         4: .line 2469
            iconst_0
            istore 6 /* i */
        start local 6 // int i
         5: goto 10
         6: .line 2470
      StackMap locals: sun.print.RasterPrinterJob java.lang.String char[] int char[] int int
      StackMap stack:
            aload 2 /* in_chars */
            iload 6 /* i */
            caload
            istore 7 /* c */
        start local 7 // char c
         7: .line 2471
            iload 7 /* c */
            bipush 13
            if_icmpgt 8
            iload 7 /* c */
            bipush 9
            if_icmplt 8
            iload 7 /* c */
            bipush 11
            if_icmpeq 8
            iload 7 /* c */
            bipush 12
            if_icmpne 9
         8: .line 2472
      StackMap locals: int
      StackMap stack:
            aload 4 /* out_chars */
            iload 5 /* pos */
            iinc 5 /* pos */ 1
            iload 7 /* c */
            castore
        end local 7 // char c
         9: .line 2469
      StackMap locals:
      StackMap stack:
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        10: iload 6 /* i */
            iload 3 /* len */
            if_icmplt 6
        end local 6 // int i
        11: .line 2475
            iload 5 /* pos */
            iload 3 /* len */
            if_icmpne 13
        12: .line 2476
            aload 1 /* s */
            areturn
        13: .line 2478
      StackMap locals:
      StackMap stack:
            new java.lang.String
            dup
            aload 4 /* out_chars */
            iconst_0
            iload 5 /* pos */
            invokespecial java.lang.String.<init>:([CII)V
            areturn
        end local 5 // int pos
        end local 4 // char[] out_chars
        end local 3 // int len
        end local 2 // char[] in_chars
        end local 1 // java.lang.String s
        end local 0 // sun.print.RasterPrinterJob this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   14     0       this  Lsun/print/RasterPrinterJob;
            0   14     1          s  Ljava/lang/String;
            1   14     2   in_chars  [C
            2   14     3        len  I
            3   14     4  out_chars  [C
            4   14     5        pos  I
            5   11     6          i  I
            7    9     7          c  C
    MethodParameters:
      Name  Flags
      s     

  private long getParentWindowID();
    descriptor: ()J
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.print.RasterPrinterJob this
         0: .line 2488
            aload 0 /* this */
            getfield sun.print.RasterPrinterJob.parentWindowID:J
            lreturn
        end local 0 // sun.print.RasterPrinterJob this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/print/RasterPrinterJob;

  private void clearParentWindowID();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.print.RasterPrinterJob this
         0: .line 2492
            aload 0 /* this */
            lconst_0
            putfield sun.print.RasterPrinterJob.parentWindowID:J
         1: .line 2493
            aload 0 /* this */
            aconst_null
            putfield sun.print.RasterPrinterJob.onTop:Lsun/print/DialogOnTop;
         2: .line 2494
            return
        end local 0 // sun.print.RasterPrinterJob this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/print/RasterPrinterJob;

  private void setParentWindowID(javax.print.attribute.PrintRequestAttributeSet);
    descriptor: (Ljavax/print/attribute/PrintRequestAttributeSet;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.print.RasterPrinterJob this
        start local 1 // javax.print.attribute.PrintRequestAttributeSet attrs
         0: .line 2497
            aload 0 /* this */
            lconst_0
            putfield sun.print.RasterPrinterJob.parentWindowID:J
         1: .line 2498
            aload 0 /* this */
            aload 1 /* attrs */
            ldc Lsun/print/DialogOnTop;
            invokeinterface javax.print.attribute.PrintRequestAttributeSet.get:(Ljava/lang/Class;)Ljavax/print/attribute/Attribute;
            checkcast sun.print.DialogOnTop
            putfield sun.print.RasterPrinterJob.onTop:Lsun/print/DialogOnTop;
         2: .line 2499
            aload 0 /* this */
            getfield sun.print.RasterPrinterJob.onTop:Lsun/print/DialogOnTop;
            ifnull 4
         3: .line 2500
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.print.RasterPrinterJob.onTop:Lsun/print/DialogOnTop;
            invokevirtual sun.print.DialogOnTop.getID:()J
            putfield sun.print.RasterPrinterJob.parentWindowID:J
         4: .line 2502
      StackMap locals:
      StackMap stack:
            return
        end local 1 // javax.print.attribute.PrintRequestAttributeSet attrs
        end local 0 // sun.print.RasterPrinterJob this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lsun/print/RasterPrinterJob;
            0    5     1  attrs  Ljavax/print/attribute/PrintRequestAttributeSet;
    MethodParameters:
       Name  Flags
      attrs  
}
SourceFile: "RasterPrinterJob.java"
NestMembers:
  sun.print.RasterPrinterJob$1  sun.print.RasterPrinterJob$2  sun.print.RasterPrinterJob$3  sun.print.RasterPrinterJob$4  sun.print.RasterPrinterJob$GraphicsState
InnerClasses:
  public Double = java.awt.geom.Point2D$Double of java.awt.geom.Point2D
  public Double = java.awt.geom.Rectangle2D$Double of java.awt.geom.Rectangle2D
  public SERVICE_FORMATTED = javax.print.DocFlavor$SERVICE_FORMATTED of javax.print.DocFlavor
  public final NA = javax.print.attribute.standard.MediaSize$NA of javax.print.attribute.standard.MediaSize
  sun.print.RasterPrinterJob$1
  sun.print.RasterPrinterJob$2
  sun.print.RasterPrinterJob$3
  sun.print.RasterPrinterJob$4
  private GraphicsState = sun.print.RasterPrinterJob$GraphicsState of sun.print.RasterPrinterJob