class com.sun.prism.j2d.PrismPrintGraphics$PrintResourceFactory extends com.sun.prism.j2d.J2DResourceFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.prism.j2d.PrismPrintGraphics$PrintResourceFactory
  super_class: com.sun.prism.j2d.J2DResourceFactory
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.prism.j2d.PrismPrintGraphics$PrintResourceFactory this
         0: .line 38
            aload 0 /* this */
            aconst_null
            invokespecial com.sun.prism.j2d.J2DResourceFactory.<init>:(Lcom/sun/glass/ui/Screen;)V
         1: .line 39
            return
        end local 0 // com.sun.prism.j2d.PrismPrintGraphics$PrintResourceFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/prism/j2d/PrismPrintGraphics$PrintResourceFactory;

  com.sun.prism.j2d.J2DPrismGraphics createJ2DPrismGraphics(com.sun.prism.j2d.J2DPresentable, java.awt.Graphics2D);
    descriptor: (Lcom/sun/prism/j2d/J2DPresentable;Ljava/awt/Graphics2D;)Lcom/sun/prism/j2d/J2DPrismGraphics;
    flags: (0x0000) 
    Code:
      stack=6, locals=5, args_size=3
        start local 0 // com.sun.prism.j2d.PrismPrintGraphics$PrintResourceFactory this
        start local 1 // com.sun.prism.j2d.J2DPresentable target
        start local 2 // java.awt.Graphics2D g2d
         0: .line 44
            new com.sun.prism.j2d.PrismPrintGraphics
            dup
            aload 1 /* target */
            aload 2 /* g2d */
            invokespecial com.sun.prism.j2d.PrismPrintGraphics.<init>:(Lcom/sun/prism/j2d/J2DPresentable;Ljava/awt/Graphics2D;)V
            astore 3 /* pg */
        start local 3 // com.sun.prism.j2d.J2DPrismGraphics pg
         1: .line 45
            new com.sun.javafx.geom.Rectangle
            dup
            iconst_0
            iconst_0
            aload 1 /* target */
            invokevirtual com.sun.prism.j2d.J2DPresentable.getContentWidth:()I
         2: .line 46
            aload 1 /* target */
            invokevirtual com.sun.prism.j2d.J2DPresentable.getContentHeight:()I
         3: .line 45
            invokespecial com.sun.javafx.geom.Rectangle.<init>:(IIII)V
            astore 4 /* cr */
        start local 4 // com.sun.javafx.geom.Rectangle cr
         4: .line 47
            aload 3 /* pg */
            aload 4 /* cr */
            invokevirtual com.sun.prism.j2d.J2DPrismGraphics.setClipRect:(Lcom/sun/javafx/geom/Rectangle;)V
         5: .line 48
            aload 3 /* pg */
            areturn
        end local 4 // com.sun.javafx.geom.Rectangle cr
        end local 3 // com.sun.prism.j2d.J2DPrismGraphics pg
        end local 2 // java.awt.Graphics2D g2d
        end local 1 // com.sun.prism.j2d.J2DPresentable target
        end local 0 // com.sun.prism.j2d.PrismPrintGraphics$PrintResourceFactory this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lcom/sun/prism/j2d/PrismPrintGraphics$PrintResourceFactory;
            0    6     1  target  Lcom/sun/prism/j2d/J2DPresentable;
            0    6     2     g2d  Ljava/awt/Graphics2D;
            1    6     3      pg  Lcom/sun/prism/j2d/J2DPrismGraphics;
            4    6     4      cr  Lcom/sun/javafx/geom/Rectangle;
    MethodParameters:
        Name  Flags
      target  
      g2d     
}
SourceFile: "PrismPrintGraphics.java"
NestHost: com.sun.prism.j2d.PrismPrintGraphics
InnerClasses:
  PrintResourceFactory = com.sun.prism.j2d.PrismPrintGraphics$PrintResourceFactory of com.sun.prism.j2d.PrismPrintGraphics