final class com.sun.javafx.scene.web.Printable$Peer extends com.sun.javafx.sg.prism.NGNode
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.sun.javafx.scene.web.Printable$Peer
  super_class: com.sun.javafx.sg.prism.NGNode
{
  private final int pageIndex;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final float width;
    descriptor: F
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  final com.sun.javafx.scene.web.Printable this$0;
    descriptor: Lcom/sun/javafx/scene/web/Printable;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.sun.javafx.scene.web.Printable, int, float);
    descriptor: (Lcom/sun/javafx/scene/web/Printable;IF)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // com.sun.javafx.scene.web.Printable$Peer this
        start local 2 // int pageIndex
        start local 3 // float width
         0: .line 89
            aload 0 /* this */
            aload 1
            putfield com.sun.javafx.scene.web.Printable$Peer.this$0:Lcom/sun/javafx/scene/web/Printable;
            aload 0 /* this */
            invokespecial com.sun.javafx.sg.prism.NGNode.<init>:()V
         1: .line 90
            aload 0 /* this */
            iload 2 /* pageIndex */
            putfield com.sun.javafx.scene.web.Printable$Peer.pageIndex:I
         2: .line 91
            aload 0 /* this */
            fload 3 /* width */
            putfield com.sun.javafx.scene.web.Printable$Peer.width:F
         3: .line 92
            return
        end local 3 // float width
        end local 2 // int pageIndex
        end local 0 // com.sun.javafx.scene.web.Printable$Peer this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lcom/sun/javafx/scene/web/Printable$Peer;
            0    4     2  pageIndex  I
            0    4     3      width  F
    MethodParameters:
           Name  Flags
      this$0     final
      pageIndex  
      width      

  protected void renderContent(com.sun.prism.Graphics);
    descriptor: (Lcom/sun/prism/Graphics;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.sun.javafx.scene.web.Printable$Peer this
        start local 1 // com.sun.prism.Graphics g
         0: .line 95
            invokestatic com.sun.webkit.graphics.WCGraphicsManager.getGraphicsManager:()Lcom/sun/webkit/graphics/WCGraphicsManager;
         1: .line 96
            aload 1 /* g */
            invokevirtual com.sun.webkit.graphics.WCGraphicsManager.createGraphicsContext:(Ljava/lang/Object;)Lcom/sun/webkit/graphics/WCGraphicsContext;
         2: .line 95
            astore 2 /* gc */
        start local 2 // com.sun.webkit.graphics.WCGraphicsContext gc
         3: .line 97
            aload 0 /* this */
            getfield com.sun.javafx.scene.web.Printable$Peer.this$0:Lcom/sun/javafx/scene/web/Printable;
            getfield com.sun.javafx.scene.web.Printable.page:Lcom/sun/webkit/WebPage;
            aload 2 /* gc */
            aload 0 /* this */
            getfield com.sun.javafx.scene.web.Printable$Peer.pageIndex:I
            aload 0 /* this */
            getfield com.sun.javafx.scene.web.Printable$Peer.width:F
            invokevirtual com.sun.webkit.WebPage.print:(Lcom/sun/webkit/graphics/WCGraphicsContext;IF)V
         4: .line 98
            return
        end local 2 // com.sun.webkit.graphics.WCGraphicsContext gc
        end local 1 // com.sun.prism.Graphics g
        end local 0 // com.sun.javafx.scene.web.Printable$Peer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/javafx/scene/web/Printable$Peer;
            0    5     1     g  Lcom/sun/prism/Graphics;
            3    5     2    gc  Lcom/sun/webkit/graphics/WCGraphicsContext;
    MethodParameters:
      Name  Flags
      g     

  protected boolean hasOverlappingContents();
    descriptor: ()Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.javafx.scene.web.Printable$Peer this
         0: .line 101
            iconst_0
            ireturn
        end local 0 // com.sun.javafx.scene.web.Printable$Peer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/scene/web/Printable$Peer;
}
SourceFile: "Printable.java"
NestHost: com.sun.javafx.scene.web.Printable
InnerClasses:
  private final Peer = com.sun.javafx.scene.web.Printable$Peer of com.sun.javafx.scene.web.Printable