public class com.sun.scenario.effect.impl.prism.PrImage implements com.sun.scenario.effect.Filterable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.scenario.effect.impl.prism.PrImage
  super_class: java.lang.Object
{
  private final com.sun.prism.Image image;
    descriptor: Lcom/sun/prism/Image;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private void <init>(com.sun.prism.Image);
    descriptor: (Lcom/sun/prism/Image;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.scenario.effect.impl.prism.PrImage this
        start local 1 // com.sun.prism.Image image
         0: .line 42
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 43
            aload 0 /* this */
            aload 1 /* image */
            putfield com.sun.scenario.effect.impl.prism.PrImage.image:Lcom/sun/prism/Image;
         2: .line 44
            return
        end local 1 // com.sun.prism.Image image
        end local 0 // com.sun.scenario.effect.impl.prism.PrImage this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/sun/scenario/effect/impl/prism/PrImage;
            0    3     1  image  Lcom/sun/prism/Image;
    MethodParameters:
       Name  Flags
      image  

  public static com.sun.scenario.effect.impl.prism.PrImage create(com.sun.prism.Image);
    descriptor: (Lcom/sun/prism/Image;)Lcom/sun/scenario/effect/impl/prism/PrImage;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.prism.Image image
         0: .line 47
            new com.sun.scenario.effect.impl.prism.PrImage
            dup
            aload 0 /* image */
            invokespecial com.sun.scenario.effect.impl.prism.PrImage.<init>:(Lcom/sun/prism/Image;)V
            areturn
        end local 0 // com.sun.prism.Image image
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0  image  Lcom/sun/prism/Image;
    MethodParameters:
       Name  Flags
      image  

  public com.sun.prism.Image getImage();
    descriptor: ()Lcom/sun/prism/Image;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.scenario.effect.impl.prism.PrImage this
         0: .line 51
            aload 0 /* this */
            getfield com.sun.scenario.effect.impl.prism.PrImage.image:Lcom/sun/prism/Image;
            areturn
        end local 0 // com.sun.scenario.effect.impl.prism.PrImage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/scenario/effect/impl/prism/PrImage;

  public java.lang.Object getData();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.scenario.effect.impl.prism.PrImage this
         0: .line 55
            new java.lang.UnsupportedOperationException
            dup
            ldc "Not supported yet."
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.scenario.effect.impl.prism.PrImage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/scenario/effect/impl/prism/PrImage;

  public int getContentWidth();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.scenario.effect.impl.prism.PrImage this
         0: .line 59
            aload 0 /* this */
            getfield com.sun.scenario.effect.impl.prism.PrImage.image:Lcom/sun/prism/Image;
            invokevirtual com.sun.prism.Image.getWidth:()I
            ireturn
        end local 0 // com.sun.scenario.effect.impl.prism.PrImage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/scenario/effect/impl/prism/PrImage;

  public int getContentHeight();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.scenario.effect.impl.prism.PrImage this
         0: .line 63
            aload 0 /* this */
            getfield com.sun.scenario.effect.impl.prism.PrImage.image:Lcom/sun/prism/Image;
            invokevirtual com.sun.prism.Image.getHeight:()I
            ireturn
        end local 0 // com.sun.scenario.effect.impl.prism.PrImage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/scenario/effect/impl/prism/PrImage;

  public int getPhysicalWidth();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.scenario.effect.impl.prism.PrImage this
         0: .line 67
            aload 0 /* this */
            getfield com.sun.scenario.effect.impl.prism.PrImage.image:Lcom/sun/prism/Image;
            invokevirtual com.sun.prism.Image.getWidth:()I
            ireturn
        end local 0 // com.sun.scenario.effect.impl.prism.PrImage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/scenario/effect/impl/prism/PrImage;

  public int getPhysicalHeight();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.scenario.effect.impl.prism.PrImage this
         0: .line 71
            aload 0 /* this */
            getfield com.sun.scenario.effect.impl.prism.PrImage.image:Lcom/sun/prism/Image;
            invokevirtual com.sun.prism.Image.getHeight:()I
            ireturn
        end local 0 // com.sun.scenario.effect.impl.prism.PrImage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/scenario/effect/impl/prism/PrImage;

  public float getPixelScale();
    descriptor: ()F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.scenario.effect.impl.prism.PrImage this
         0: .line 75
            aload 0 /* this */
            getfield com.sun.scenario.effect.impl.prism.PrImage.image:Lcom/sun/prism/Image;
            invokevirtual com.sun.prism.Image.getPixelScale:()F
            freturn
        end local 0 // com.sun.scenario.effect.impl.prism.PrImage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/scenario/effect/impl/prism/PrImage;

  public int getMaxContentWidth();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.scenario.effect.impl.prism.PrImage this
         0: .line 79
            aload 0 /* this */
            getfield com.sun.scenario.effect.impl.prism.PrImage.image:Lcom/sun/prism/Image;
            invokevirtual com.sun.prism.Image.getWidth:()I
            ireturn
        end local 0 // com.sun.scenario.effect.impl.prism.PrImage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/scenario/effect/impl/prism/PrImage;

  public int getMaxContentHeight();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.scenario.effect.impl.prism.PrImage this
         0: .line 83
            aload 0 /* this */
            getfield com.sun.scenario.effect.impl.prism.PrImage.image:Lcom/sun/prism/Image;
            invokevirtual com.sun.prism.Image.getHeight:()I
            ireturn
        end local 0 // com.sun.scenario.effect.impl.prism.PrImage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/scenario/effect/impl/prism/PrImage;

  public void setContentWidth(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.scenario.effect.impl.prism.PrImage this
        start local 1 // int contentW
         0: .line 87
            new java.lang.UnsupportedOperationException
            dup
            ldc "Not supported."
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // int contentW
        end local 0 // com.sun.scenario.effect.impl.prism.PrImage this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lcom/sun/scenario/effect/impl/prism/PrImage;
            0    1     1  contentW  I
    MethodParameters:
          Name  Flags
      contentW  

  public void setContentHeight(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.scenario.effect.impl.prism.PrImage this
        start local 1 // int contentH
         0: .line 91
            new java.lang.UnsupportedOperationException
            dup
            ldc "Not supported"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // int contentH
        end local 0 // com.sun.scenario.effect.impl.prism.PrImage this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lcom/sun/scenario/effect/impl/prism/PrImage;
            0    1     1  contentH  I
    MethodParameters:
          Name  Flags
      contentH  

  public void lock();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // com.sun.scenario.effect.impl.prism.PrImage this
         0: .line 95
            return
        end local 0 // com.sun.scenario.effect.impl.prism.PrImage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/scenario/effect/impl/prism/PrImage;

  public void unlock();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // com.sun.scenario.effect.impl.prism.PrImage this
         0: .line 98
            return
        end local 0 // com.sun.scenario.effect.impl.prism.PrImage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/scenario/effect/impl/prism/PrImage;

  public boolean isLost();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.scenario.effect.impl.prism.PrImage this
         0: .line 101
            iconst_0
            ireturn
        end local 0 // com.sun.scenario.effect.impl.prism.PrImage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/scenario/effect/impl/prism/PrImage;

  public void flush();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.scenario.effect.impl.prism.PrImage this
         0: .line 105
            new java.lang.UnsupportedOperationException
            dup
            ldc "Not supported yet."
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.scenario.effect.impl.prism.PrImage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/scenario/effect/impl/prism/PrImage;
}
SourceFile: "PrImage.java"