class com.sun.prism.j2d.J2DPresentable$Bimg extends com.sun.prism.j2d.J2DPresentable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.prism.j2d.J2DPresentable$Bimg
  super_class: com.sun.prism.j2d.J2DPresentable
{
  private boolean opaque;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  public void <init>(java.awt.image.BufferedImage, com.sun.prism.j2d.J2DResourceFactory);
    descriptor: (Ljava/awt/image/BufferedImage;Lcom/sun/prism/j2d/J2DResourceFactory;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.prism.j2d.J2DPresentable$Bimg this
        start local 1 // java.awt.image.BufferedImage buffer
        start local 2 // com.sun.prism.j2d.J2DResourceFactory factory
         0: .line 154
            aload 0 /* this */
            aload 1 /* buffer */
            aload 2 /* factory */
            invokespecial com.sun.prism.j2d.J2DPresentable.<init>:(Ljava/awt/image/BufferedImage;Lcom/sun/prism/j2d/J2DResourceFactory;)V
         1: .line 155
            return
        end local 2 // com.sun.prism.j2d.J2DResourceFactory factory
        end local 1 // java.awt.image.BufferedImage buffer
        end local 0 // com.sun.prism.j2d.J2DPresentable$Bimg this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/sun/prism/j2d/J2DPresentable$Bimg;
            0    2     1   buffer  Ljava/awt/image/BufferedImage;
            0    2     2  factory  Lcom/sun/prism/j2d/J2DResourceFactory;
    MethodParameters:
         Name  Flags
      buffer   
      factory  

  public java.awt.image.BufferedImage createBuffer(int, int);
    descriptor: (II)Ljava/awt/image/BufferedImage;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.prism.j2d.J2DPresentable$Bimg this
        start local 1 // int w
        start local 2 // int h
         0: .line 159
            new java.lang.UnsupportedOperationException
            dup
            ldc "cannot create new buffers for image"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 2 // int h
        end local 1 // int w
        end local 0 // com.sun.prism.j2d.J2DPresentable$Bimg this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/prism/j2d/J2DPresentable$Bimg;
            0    1     1     w  I
            0    1     2     h  I
    MethodParameters:
      Name  Flags
      w     
      h     

  public boolean lockResources(com.sun.prism.PresentableState);
    descriptor: (Lcom/sun/prism/PresentableState;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.sun.prism.j2d.J2DPresentable$Bimg this
        start local 1 // com.sun.prism.PresentableState pState
         0: .line 164
            iconst_0
            ireturn
        end local 1 // com.sun.prism.PresentableState pState
        end local 0 // com.sun.prism.j2d.J2DPresentable$Bimg this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/sun/prism/j2d/J2DPresentable$Bimg;
            0    1     1  pState  Lcom/sun/prism/PresentableState;
    MethodParameters:
        Name  Flags
      pState  

  public boolean prepare(com.sun.javafx.geom.Rectangle);
    descriptor: (Lcom/sun/javafx/geom/Rectangle;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.prism.j2d.J2DPresentable$Bimg this
        start local 1 // com.sun.javafx.geom.Rectangle dirtyregion
         0: .line 168
            new java.lang.UnsupportedOperationException
            dup
            ldc "cannot prepare/present on image"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // com.sun.javafx.geom.Rectangle dirtyregion
        end local 0 // com.sun.prism.j2d.J2DPresentable$Bimg this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lcom/sun/prism/j2d/J2DPresentable$Bimg;
            0    1     1  dirtyregion  Lcom/sun/javafx/geom/Rectangle;
    MethodParameters:
             Name  Flags
      dirtyregion  

  public boolean present();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.prism.j2d.J2DPresentable$Bimg this
         0: .line 172
            new java.lang.UnsupportedOperationException
            dup
            ldc "cannot prepare/present on image"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.prism.j2d.J2DPresentable$Bimg this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/prism/j2d/J2DPresentable$Bimg;

  public int getContentWidth();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.prism.j2d.J2DPresentable$Bimg this
         0: .line 176
            aload 0 /* this */
            getfield com.sun.prism.j2d.J2DPresentable$Bimg.buffer:Ljava/awt/image/BufferedImage;
            invokevirtual java.awt.image.BufferedImage.getWidth:()I
            ireturn
        end local 0 // com.sun.prism.j2d.J2DPresentable$Bimg this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/prism/j2d/J2DPresentable$Bimg;

  public int getContentHeight();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.prism.j2d.J2DPresentable$Bimg this
         0: .line 180
            aload 0 /* this */
            getfield com.sun.prism.j2d.J2DPresentable$Bimg.buffer:Ljava/awt/image/BufferedImage;
            invokevirtual java.awt.image.BufferedImage.getHeight:()I
            ireturn
        end local 0 // com.sun.prism.j2d.J2DPresentable$Bimg this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/prism/j2d/J2DPresentable$Bimg;

  public void setOpaque(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.prism.j2d.J2DPresentable$Bimg this
        start local 1 // boolean opaque
         0: .line 184
            aload 0 /* this */
            iload 1 /* opaque */
            putfield com.sun.prism.j2d.J2DPresentable$Bimg.opaque:Z
         1: .line 185
            return
        end local 1 // boolean opaque
        end local 0 // com.sun.prism.j2d.J2DPresentable$Bimg this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/sun/prism/j2d/J2DPresentable$Bimg;
            0    2     1  opaque  Z
    MethodParameters:
        Name  Flags
      opaque  

  public boolean isOpaque();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.prism.j2d.J2DPresentable$Bimg this
         0: .line 188
            aload 0 /* this */
            getfield com.sun.prism.j2d.J2DPresentable$Bimg.opaque:Z
            ireturn
        end local 0 // com.sun.prism.j2d.J2DPresentable$Bimg this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/prism/j2d/J2DPresentable$Bimg;
}
SourceFile: "J2DPresentable.java"
NestHost: com.sun.prism.j2d.J2DPresentable
InnerClasses:
  private Bimg = com.sun.prism.j2d.J2DPresentable$Bimg of com.sun.prism.j2d.J2DPresentable