public final class com.sun.prism.j2d.PrismPrintGraphics extends com.sun.prism.j2d.J2DPrismGraphics implements com.sun.prism.PrinterGraphics
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.sun.prism.j2d.PrismPrintGraphics
  super_class: com.sun.prism.j2d.J2DPrismGraphics
{
  private java.awt.geom.AffineTransform origTx2D;
    descriptor: Ljava/awt/geom/AffineTransform;
    flags: (0x0002) ACC_PRIVATE

  protected void setTransformG2D(java.awt.geom.AffineTransform);
    descriptor: (Ljava/awt/geom/AffineTransform;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.prism.j2d.PrismPrintGraphics this
        start local 1 // java.awt.geom.AffineTransform tx
         0: .line 104
            aload 0 /* this */
            getfield com.sun.prism.j2d.PrismPrintGraphics.g2d:Ljava/awt/Graphics2D;
            aload 0 /* this */
            getfield com.sun.prism.j2d.PrismPrintGraphics.origTx2D:Ljava/awt/geom/AffineTransform;
            invokevirtual java.awt.Graphics2D.setTransform:(Ljava/awt/geom/AffineTransform;)V
         1: .line 105
            aload 0 /* this */
            getfield com.sun.prism.j2d.PrismPrintGraphics.g2d:Ljava/awt/Graphics2D;
            aload 1 /* tx */
            invokevirtual java.awt.Graphics2D.transform:(Ljava/awt/geom/AffineTransform;)V
         2: .line 106
            return
        end local 1 // java.awt.geom.AffineTransform tx
        end local 0 // com.sun.prism.j2d.PrismPrintGraphics this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/prism/j2d/PrismPrintGraphics;
            0    3     1    tx  Ljava/awt/geom/AffineTransform;
    MethodParameters:
      Name  Flags
      tx    

  protected void captureTransform(java.awt.Graphics2D);
    descriptor: (Ljava/awt/Graphics2D;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.prism.j2d.PrismPrintGraphics this
        start local 1 // java.awt.Graphics2D g2d
         0: .line 115
            aload 0 /* this */
            aload 1 /* g2d */
            invokevirtual java.awt.Graphics2D.getTransform:()Ljava/awt/geom/AffineTransform;
            putfield com.sun.prism.j2d.PrismPrintGraphics.origTx2D:Ljava/awt/geom/AffineTransform;
         1: .line 116
            return
        end local 1 // java.awt.Graphics2D g2d
        end local 0 // com.sun.prism.j2d.PrismPrintGraphics this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/prism/j2d/PrismPrintGraphics;
            0    2     1   g2d  Ljava/awt/Graphics2D;
    MethodParameters:
      Name  Flags
      g2d   

  public void <init>(java.awt.Graphics2D, int, int);
    descriptor: (Ljava/awt/Graphics2D;II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=4
        start local 0 // com.sun.prism.j2d.PrismPrintGraphics this
        start local 1 // java.awt.Graphics2D g2d
        start local 2 // int width
        start local 3 // int height
         0: .line 119
            aload 0 /* this */
            new com.sun.prism.j2d.PrismPrintGraphics$PagePresentable
            dup
            iload 2 /* width */
            iload 3 /* height */
            invokespecial com.sun.prism.j2d.PrismPrintGraphics$PagePresentable.<init>:(II)V
            aload 1 /* g2d */
            invokespecial com.sun.prism.j2d.J2DPrismGraphics.<init>:(Lcom/sun/prism/j2d/J2DPresentable;Ljava/awt/Graphics2D;)V
         1: .line 120
            aload 0 /* this */
            new com.sun.javafx.geom.Rectangle
            dup
            iconst_0
            iconst_0
            iload 2 /* width */
            iload 3 /* height */
            invokespecial com.sun.javafx.geom.Rectangle.<init>:(IIII)V
            invokevirtual com.sun.prism.j2d.PrismPrintGraphics.setClipRect:(Lcom/sun/javafx/geom/Rectangle;)V
         2: .line 121
            return
        end local 3 // int height
        end local 2 // int width
        end local 1 // java.awt.Graphics2D g2d
        end local 0 // com.sun.prism.j2d.PrismPrintGraphics this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lcom/sun/prism/j2d/PrismPrintGraphics;
            0    3     1     g2d  Ljava/awt/Graphics2D;
            0    3     2   width  I
            0    3     3  height  I
    MethodParameters:
        Name  Flags
      g2d     
      width   
      height  

  void <init>(com.sun.prism.j2d.J2DPresentable, java.awt.Graphics2D);
    descriptor: (Lcom/sun/prism/j2d/J2DPresentable;Ljava/awt/Graphics2D;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.prism.j2d.PrismPrintGraphics this
        start local 1 // com.sun.prism.j2d.J2DPresentable target
        start local 2 // java.awt.Graphics2D g2d
         0: .line 124
            aload 0 /* this */
            aload 1 /* target */
            aload 2 /* g2d */
            invokespecial com.sun.prism.j2d.J2DPrismGraphics.<init>:(Lcom/sun/prism/j2d/J2DPresentable;Ljava/awt/Graphics2D;)V
         1: .line 125
            return
        end local 2 // java.awt.Graphics2D g2d
        end local 1 // com.sun.prism.j2d.J2DPresentable target
        end local 0 // com.sun.prism.j2d.PrismPrintGraphics this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/sun/prism/j2d/PrismPrintGraphics;
            0    2     1  target  Lcom/sun/prism/j2d/J2DPresentable;
            0    2     2     g2d  Ljava/awt/Graphics2D;
    MethodParameters:
        Name  Flags
      target  
      g2d     
}
SourceFile: "PrismPrintGraphics.java"
NestMembers:
  com.sun.prism.j2d.PrismPrintGraphics$PagePresentable  com.sun.prism.j2d.PrismPrintGraphics$PrintResourceFactory
InnerClasses:
  PagePresentable = com.sun.prism.j2d.PrismPrintGraphics$PagePresentable of com.sun.prism.j2d.PrismPrintGraphics
  PrintResourceFactory = com.sun.prism.j2d.PrismPrintGraphics$PrintResourceFactory of com.sun.prism.j2d.PrismPrintGraphics