public class com.sun.javafx.sg.prism.NGImageView extends com.sun.javafx.sg.prism.NGNode
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.javafx.sg.prism.NGImageView
  super_class: com.sun.javafx.sg.prism.NGNode
{
  private com.sun.prism.Image image;
    descriptor: Lcom/sun/prism/Image;
    flags: (0x0002) ACC_PRIVATE

  private com.sun.prism.image.CachingCompoundImage compoundImage;
    descriptor: Lcom/sun/prism/image/CachingCompoundImage;
    flags: (0x0002) ACC_PRIVATE

  private com.sun.prism.image.CompoundCoords compoundCoords;
    descriptor: Lcom/sun/prism/image/CompoundCoords;
    flags: (0x0002) ACC_PRIVATE

  private float x;
    descriptor: F
    flags: (0x0002) ACC_PRIVATE

  private float y;
    descriptor: F
    flags: (0x0002) ACC_PRIVATE

  private float w;
    descriptor: F
    flags: (0x0002) ACC_PRIVATE

  private float h;
    descriptor: F
    flags: (0x0002) ACC_PRIVATE

  private com.sun.prism.image.Coords coords;
    descriptor: Lcom/sun/prism/image/Coords;
    flags: (0x0002) ACC_PRIVATE

  private com.sun.prism.image.ViewPort reqviewport;
    descriptor: Lcom/sun/prism/image/ViewPort;
    flags: (0x0002) ACC_PRIVATE

  private com.sun.prism.image.ViewPort imgviewport;
    descriptor: Lcom/sun/prism/image/ViewPort;
    flags: (0x0002) ACC_PRIVATE

  private boolean renderable;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean coordsOK;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  static final int MAX_SIZE_OVERRIDE;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 41
            ldc Lcom/sun/javafx/sg/prism/NGImageView;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic com.sun.javafx.sg.prism.NGImageView.$assertionsDisabled:Z
         3: .line 108
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.javafx.sg.prism.NGImageView this
         0: .line 41
            aload 0 /* this */
            invokespecial com.sun.javafx.sg.prism.NGNode.<init>:()V
         1: .line 54
            aload 0 /* this */
            iconst_0
            putfield com.sun.javafx.sg.prism.NGImageView.renderable:Z
         2: .line 55
            aload 0 /* this */
            iconst_0
            putfield com.sun.javafx.sg.prism.NGImageView.coordsOK:Z
         3: .line 41
            return
        end local 0 // com.sun.javafx.sg.prism.NGImageView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/javafx/sg/prism/NGImageView;

  private void invalidate();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.javafx.sg.prism.NGImageView this
         0: .line 58
            aload 0 /* this */
            iconst_0
            putfield com.sun.javafx.sg.prism.NGImageView.coordsOK:Z
         1: .line 59
            aload 0 /* this */
            aconst_null
            putfield com.sun.javafx.sg.prism.NGImageView.coords:Lcom/sun/prism/image/Coords;
         2: .line 60
            aload 0 /* this */
            aconst_null
            putfield com.sun.javafx.sg.prism.NGImageView.compoundCoords:Lcom/sun/prism/image/CompoundCoords;
         3: .line 61
            aload 0 /* this */
            aconst_null
            putfield com.sun.javafx.sg.prism.NGImageView.imgviewport:Lcom/sun/prism/image/ViewPort;
         4: .line 62
            aload 0 /* this */
            invokevirtual com.sun.javafx.sg.prism.NGImageView.geometryChanged:()V
         5: .line 63
            return
        end local 0 // com.sun.javafx.sg.prism.NGImageView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/sun/javafx/sg/prism/NGImageView;

  public void setViewport(float, float, float, float, float, float);
    descriptor: (FFFFFF)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=7, args_size=7
        start local 0 // com.sun.javafx.sg.prism.NGImageView this
        start local 1 // float vx
        start local 2 // float vy
        start local 3 // float vw
        start local 4 // float vh
        start local 5 // float cw
        start local 6 // float ch
         0: .line 67
            fload 3 /* vw */
            fconst_0
            fcmpl
            ifle 3
            fload 4 /* vh */
            fconst_0
            fcmpl
            ifle 3
         1: .line 68
            aload 0 /* this */
            new com.sun.prism.image.ViewPort
            dup
            fload 1 /* vx */
            fload 2 /* vy */
            fload 3 /* vw */
            fload 4 /* vh */
            invokespecial com.sun.prism.image.ViewPort.<init>:(FFFF)V
            putfield com.sun.javafx.sg.prism.NGImageView.reqviewport:Lcom/sun/prism/image/ViewPort;
         2: .line 69
            goto 4
         3: .line 70
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield com.sun.javafx.sg.prism.NGImageView.reqviewport:Lcom/sun/prism/image/ViewPort;
         4: .line 73
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            fload 5 /* cw */
            putfield com.sun.javafx.sg.prism.NGImageView.w:F
         5: .line 74
            aload 0 /* this */
            fload 6 /* ch */
            putfield com.sun.javafx.sg.prism.NGImageView.h:F
         6: .line 76
            aload 0 /* this */
            invokevirtual com.sun.javafx.sg.prism.NGImageView.invalidate:()V
         7: .line 77
            return
        end local 6 // float ch
        end local 5 // float cw
        end local 4 // float vh
        end local 3 // float vw
        end local 2 // float vy
        end local 1 // float vx
        end local 0 // com.sun.javafx.sg.prism.NGImageView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lcom/sun/javafx/sg/prism/NGImageView;
            0    8     1    vx  F
            0    8     2    vy  F
            0    8     3    vw  F
            0    8     4    vh  F
            0    8     5    cw  F
            0    8     6    ch  F
    MethodParameters:
      Name  Flags
      vx    
      vy    
      vw    
      vh    
      cw    
      ch    

  private void calculatePositionAndClipping();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=3, args_size=1
        start local 0 // com.sun.javafx.sg.prism.NGImageView this
         0: .line 80
            aload 0 /* this */
            iconst_0
            putfield com.sun.javafx.sg.prism.NGImageView.renderable:Z
         1: .line 81
            aload 0 /* this */
            iconst_1
            putfield com.sun.javafx.sg.prism.NGImageView.coordsOK:Z
         2: .line 83
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGImageView.reqviewport:Lcom/sun/prism/image/ViewPort;
            ifnull 3
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGImageView.image:Lcom/sun/prism/Image;
            ifnonnull 7
         3: .line 84
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGImageView.image:Lcom/sun/prism/Image;
            ifnull 4
            iconst_1
            goto 5
      StackMap locals:
      StackMap stack: com.sun.javafx.sg.prism.NGImageView
         4: iconst_0
      StackMap locals: com.sun.javafx.sg.prism.NGImageView
      StackMap stack: com.sun.javafx.sg.prism.NGImageView int
         5: putfield com.sun.javafx.sg.prism.NGImageView.renderable:Z
         6: .line 85
            return
         7: .line 88
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGImageView.image:Lcom/sun/prism/Image;
            invokevirtual com.sun.prism.Image.getWidth:()I
            i2f
            fstore 1 /* iw */
        start local 1 // float iw
         8: .line 89
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGImageView.image:Lcom/sun/prism/Image;
            invokevirtual com.sun.prism.Image.getHeight:()I
            i2f
            fstore 2 /* ih */
        start local 2 // float ih
         9: .line 90
            fload 1 /* iw */
            fconst_0
            fcmpl
            ifeq 10
            fload 2 /* ih */
            fconst_0
            fcmpl
            ifne 11
      StackMap locals: float float
      StackMap stack:
        10: return
        11: .line 91
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGImageView.reqviewport:Lcom/sun/prism/image/ViewPort;
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGImageView.image:Lcom/sun/prism/Image;
            invokevirtual com.sun.prism.Image.getPixelScale:()F
            invokevirtual com.sun.prism.image.ViewPort.getScaledVersion:(F)Lcom/sun/prism/image/ViewPort;
            putfield com.sun.javafx.sg.prism.NGImageView.imgviewport:Lcom/sun/prism/image/ViewPort;
        12: .line 93
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGImageView.imgviewport:Lcom/sun/prism/image/ViewPort;
            fload 1 /* iw */
            fload 2 /* ih */
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGImageView.w:F
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGImageView.h:F
            invokevirtual com.sun.prism.image.ViewPort.getClippedCoords:(FFFF)Lcom/sun/prism/image/Coords;
            putfield com.sun.javafx.sg.prism.NGImageView.coords:Lcom/sun/prism/image/Coords;
        13: .line 94
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGImageView.coords:Lcom/sun/prism/image/Coords;
            ifnull 14
            iconst_1
            goto 15
      StackMap locals:
      StackMap stack: com.sun.javafx.sg.prism.NGImageView
        14: iconst_0
      StackMap locals: com.sun.javafx.sg.prism.NGImageView float float
      StackMap stack: com.sun.javafx.sg.prism.NGImageView int
        15: putfield com.sun.javafx.sg.prism.NGImageView.renderable:Z
        16: .line 95
            return
        end local 2 // float ih
        end local 1 // float iw
        end local 0 // com.sun.javafx.sg.prism.NGImageView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   17     0  this  Lcom/sun/javafx/sg/prism/NGImageView;
            8   17     1    iw  F
            9   17     2    ih  F

  protected void doRender(com.sun.prism.Graphics);
    descriptor: (Lcom/sun/prism/Graphics;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.javafx.sg.prism.NGImageView this
        start local 1 // com.sun.prism.Graphics g
         0: .line 99
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGImageView.coordsOK:Z
            ifne 2
         1: .line 100
            aload 0 /* this */
            invokevirtual com.sun.javafx.sg.prism.NGImageView.calculatePositionAndClipping:()V
         2: .line 102
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGImageView.renderable:Z
            ifeq 4
         3: .line 103
            aload 0 /* this */
            aload 1 /* g */
            invokespecial com.sun.javafx.sg.prism.NGNode.doRender:(Lcom/sun/prism/Graphics;)V
         4: .line 105
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.sun.prism.Graphics g
        end local 0 // com.sun.javafx.sg.prism.NGImageView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/javafx/sg/prism/NGImageView;
            0    5     1     g  Lcom/sun/prism/Graphics;
    MethodParameters:
      Name  Flags
      g     

  private int maxSizeWrapper(com.sun.prism.ResourceFactory);
    descriptor: (Lcom/sun/prism/ResourceFactory;)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.sun.javafx.sg.prism.NGImageView this
        start local 1 // com.sun.prism.ResourceFactory factory
         0: .line 110
            aload 1 /* factory */
            invokeinterface com.sun.prism.ResourceFactory.getMaximumTextureSize:()I
            ireturn
        end local 1 // com.sun.prism.ResourceFactory factory
        end local 0 // com.sun.javafx.sg.prism.NGImageView this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lcom/sun/javafx/sg/prism/NGImageView;
            0    1     1  factory  Lcom/sun/prism/ResourceFactory;
    MethodParameters:
         Name  Flags
      factory  

  protected void renderContent(com.sun.prism.Graphics);
    descriptor: (Lcom/sun/prism/Graphics;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=11, locals=7, args_size=2
        start local 0 // com.sun.javafx.sg.prism.NGImageView this
        start local 1 // com.sun.prism.Graphics g
         0: .line 115
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGImageView.image:Lcom/sun/prism/Image;
            invokevirtual com.sun.prism.Image.getWidth:()I
            istore 2 /* imgW */
        start local 2 // int imgW
         1: .line 116
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGImageView.image:Lcom/sun/prism/Image;
            invokevirtual com.sun.prism.Image.getHeight:()I
            istore 3 /* imgH */
        start local 3 // int imgH
         2: .line 118
            aload 1 /* g */
            invokeinterface com.sun.prism.Graphics.getResourceFactory:()Lcom/sun/prism/ResourceFactory;
            astore 4 /* factory */
        start local 4 // com.sun.prism.ResourceFactory factory
         3: .line 119
            aload 0 /* this */
            aload 4 /* factory */
            invokevirtual com.sun.javafx.sg.prism.NGImageView.maxSizeWrapper:(Lcom/sun/prism/ResourceFactory;)I
            istore 5 /* maxSize */
        start local 5 // int maxSize
         4: .line 120
            iload 2 /* imgW */
            iload 5 /* maxSize */
            if_icmpgt 12
            iload 3 /* imgH */
            iload 5 /* maxSize */
            if_icmpgt 12
         5: .line 121
            aload 4 /* factory */
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGImageView.image:Lcom/sun/prism/Image;
            getstatic com.sun.prism.Texture$WrapMode.CLAMP_TO_EDGE:Lcom/sun/prism/Texture$WrapMode;
            invokeinterface com.sun.prism.ResourceFactory.getCachedTexture:(Lcom/sun/prism/Image;Lcom/sun/prism/Texture$WrapMode;)Lcom/sun/prism/Texture;
            astore 6 /* texture */
        start local 6 // com.sun.prism.Texture texture
         6: .line 122
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGImageView.coords:Lcom/sun/prism/image/Coords;
            ifnonnull 9
         7: .line 123
            aload 1 /* g */
            aload 6 /* texture */
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGImageView.x:F
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGImageView.y:F
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGImageView.x:F
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGImageView.w:F
            fadd
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGImageView.y:F
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGImageView.h:F
            fadd
            fconst_0
            fconst_0
            iload 2 /* imgW */
            i2f
            iload 3 /* imgH */
            i2f
            invokeinterface com.sun.prism.Graphics.drawTexture:(Lcom/sun/prism/Texture;FFFFFFFF)V
         8: .line 124
            goto 10
         9: .line 125
      StackMap locals: com.sun.javafx.sg.prism.NGImageView com.sun.prism.Graphics int int com.sun.prism.ResourceFactory int com.sun.prism.Texture
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGImageView.coords:Lcom/sun/prism/image/Coords;
            aload 6 /* texture */
            aload 1 /* g */
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGImageView.x:F
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGImageView.y:F
            invokevirtual com.sun.prism.image.Coords.draw:(Lcom/sun/prism/Texture;Lcom/sun/prism/Graphics;FF)V
        10: .line 127
      StackMap locals:
      StackMap stack:
            aload 6 /* texture */
            invokeinterface com.sun.prism.Texture.unlock:()V
        end local 6 // com.sun.prism.Texture texture
        11: .line 128
            goto 16
        12: .line 129
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGImageView.compoundImage:Lcom/sun/prism/image/CachingCompoundImage;
            ifnonnull 13
            aload 0 /* this */
            new com.sun.prism.image.CachingCompoundImage
            dup
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGImageView.image:Lcom/sun/prism/Image;
            iload 5 /* maxSize */
            invokespecial com.sun.prism.image.CachingCompoundImage.<init>:(Lcom/sun/prism/Image;I)V
            putfield com.sun.javafx.sg.prism.NGImageView.compoundImage:Lcom/sun/prism/image/CachingCompoundImage;
        13: .line 132
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGImageView.coords:Lcom/sun/prism/image/Coords;
            ifnonnull 14
            aload 0 /* this */
            new com.sun.prism.image.Coords
            dup
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGImageView.w:F
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGImageView.h:F
            new com.sun.prism.image.ViewPort
            dup
            fconst_0
            fconst_0
            iload 2 /* imgW */
            i2f
            iload 3 /* imgH */
            i2f
            invokespecial com.sun.prism.image.ViewPort.<init>:(FFFF)V
            invokespecial com.sun.prism.image.Coords.<init>:(FFLcom/sun/prism/image/ViewPort;)V
            putfield com.sun.javafx.sg.prism.NGImageView.coords:Lcom/sun/prism/image/Coords;
        14: .line 133
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGImageView.compoundCoords:Lcom/sun/prism/image/CompoundCoords;
            ifnonnull 15
            aload 0 /* this */
            new com.sun.prism.image.CompoundCoords
            dup
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGImageView.compoundImage:Lcom/sun/prism/image/CachingCompoundImage;
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGImageView.coords:Lcom/sun/prism/image/Coords;
            invokespecial com.sun.prism.image.CompoundCoords.<init>:(Lcom/sun/prism/image/CompoundImage;Lcom/sun/prism/image/Coords;)V
            putfield com.sun.javafx.sg.prism.NGImageView.compoundCoords:Lcom/sun/prism/image/CompoundCoords;
        15: .line 134
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGImageView.compoundCoords:Lcom/sun/prism/image/CompoundCoords;
            aload 1 /* g */
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGImageView.compoundImage:Lcom/sun/prism/image/CachingCompoundImage;
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGImageView.x:F
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGImageView.y:F
            invokevirtual com.sun.prism.image.CompoundCoords.draw:(Lcom/sun/prism/Graphics;Lcom/sun/prism/image/CompoundImage;FF)V
        16: .line 136
      StackMap locals:
      StackMap stack:
            return
        end local 5 // int maxSize
        end local 4 // com.sun.prism.ResourceFactory factory
        end local 3 // int imgH
        end local 2 // int imgW
        end local 1 // com.sun.prism.Graphics g
        end local 0 // com.sun.javafx.sg.prism.NGImageView this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   17     0     this  Lcom/sun/javafx/sg/prism/NGImageView;
            0   17     1        g  Lcom/sun/prism/Graphics;
            1   17     2     imgW  I
            2   17     3     imgH  I
            3   17     4  factory  Lcom/sun/prism/ResourceFactory;
            4   17     5  maxSize  I
            6   11     6  texture  Lcom/sun/prism/Texture;
    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.sg.prism.NGImageView this
         0: .line 140
            iconst_0
            ireturn
        end local 0 // com.sun.javafx.sg.prism.NGImageView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/sg/prism/NGImageView;

  public void setImage(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // com.sun.javafx.sg.prism.NGImageView this
        start local 1 // java.lang.Object img
         0: .line 144
            aload 1 /* img */
            checkcast com.sun.prism.Image
            astore 2 /* newImage */
        start local 2 // com.sun.prism.Image newImage
         1: .line 146
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGImageView.image:Lcom/sun/prism/Image;
            aload 2 /* newImage */
            if_acmpne 2
            return
         2: .line 148
      StackMap locals: com.sun.prism.Image
      StackMap stack:
            aload 2 /* newImage */
            ifnull 7
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGImageView.image:Lcom/sun/prism/Image;
            ifnull 7
         3: .line 149
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGImageView.image:Lcom/sun/prism/Image;
            invokevirtual com.sun.prism.Image.getPixelScale:()F
            aload 2 /* newImage */
            invokevirtual com.sun.prism.Image.getPixelScale:()F
            fcmpl
            ifne 7
         4: .line 150
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGImageView.image:Lcom/sun/prism/Image;
            invokevirtual com.sun.prism.Image.getHeight:()I
            aload 2 /* newImage */
            invokevirtual com.sun.prism.Image.getHeight:()I
            if_icmpne 7
         5: .line 151
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGImageView.image:Lcom/sun/prism/Image;
            invokevirtual com.sun.prism.Image.getWidth:()I
            aload 2 /* newImage */
            invokevirtual com.sun.prism.Image.getWidth:()I
            if_icmpne 7
         6: .line 148
            iconst_0
            goto 8
      StackMap locals:
      StackMap stack:
         7: iconst_1
      StackMap locals:
      StackMap stack: int
         8: istore 3 /* needsInvalidate */
        start local 3 // boolean needsInvalidate
         9: .line 153
            aload 0 /* this */
            aload 2 /* newImage */
            putfield com.sun.javafx.sg.prism.NGImageView.image:Lcom/sun/prism/Image;
        10: .line 154
            aload 0 /* this */
            aconst_null
            putfield com.sun.javafx.sg.prism.NGImageView.compoundImage:Lcom/sun/prism/image/CachingCompoundImage;
        11: .line 156
            iload 3 /* needsInvalidate */
            ifeq 12
            aload 0 /* this */
            invokevirtual com.sun.javafx.sg.prism.NGImageView.invalidate:()V
        12: .line 157
      StackMap locals: int
      StackMap stack:
            return
        end local 3 // boolean needsInvalidate
        end local 2 // com.sun.prism.Image newImage
        end local 1 // java.lang.Object img
        end local 0 // com.sun.javafx.sg.prism.NGImageView this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   13     0             this  Lcom/sun/javafx/sg/prism/NGImageView;
            0   13     1              img  Ljava/lang/Object;
            1   13     2         newImage  Lcom/sun/prism/Image;
            9   13     3  needsInvalidate  Z
    MethodParameters:
      Name  Flags
      img   

  public void setX(float);
    descriptor: (F)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.javafx.sg.prism.NGImageView this
        start local 1 // float x
         0: .line 160
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGImageView.x:F
            fload 1 /* x */
            fcmpl
            ifeq 3
         1: .line 161
            aload 0 /* this */
            fload 1 /* x */
            putfield com.sun.javafx.sg.prism.NGImageView.x:F
         2: .line 162
            aload 0 /* this */
            invokevirtual com.sun.javafx.sg.prism.NGImageView.geometryChanged:()V
         3: .line 164
      StackMap locals:
      StackMap stack:
            return
        end local 1 // float x
        end local 0 // com.sun.javafx.sg.prism.NGImageView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/javafx/sg/prism/NGImageView;
            0    4     1     x  F
    MethodParameters:
      Name  Flags
      x     

  public void setY(float);
    descriptor: (F)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.javafx.sg.prism.NGImageView this
        start local 1 // float y
         0: .line 167
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGImageView.y:F
            fload 1 /* y */
            fcmpl
            ifeq 3
         1: .line 168
            aload 0 /* this */
            fload 1 /* y */
            putfield com.sun.javafx.sg.prism.NGImageView.y:F
         2: .line 169
            aload 0 /* this */
            invokevirtual com.sun.javafx.sg.prism.NGImageView.geometryChanged:()V
         3: .line 171
      StackMap locals:
      StackMap stack:
            return
        end local 1 // float y
        end local 0 // com.sun.javafx.sg.prism.NGImageView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/javafx/sg/prism/NGImageView;
            0    4     1     y  F
    MethodParameters:
      Name  Flags
      y     

  public void setSmooth(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // com.sun.javafx.sg.prism.NGImageView this
        start local 1 // boolean s
         0: .line 174
            return
        end local 1 // boolean s
        end local 0 // com.sun.javafx.sg.prism.NGImageView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/sg/prism/NGImageView;
            0    1     1     s  Z
    MethodParameters:
      Name  Flags
      s     

  protected boolean supportsOpaqueRegions();
    descriptor: ()Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.javafx.sg.prism.NGImageView this
         0: .line 177
            iconst_1
            ireturn
        end local 0 // com.sun.javafx.sg.prism.NGImageView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/sg/prism/NGImageView;

  protected boolean hasOpaqueRegion();
    descriptor: ()Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.javafx.sg.prism.NGImageView this
         0: .line 184
            getstatic com.sun.javafx.sg.prism.NGImageView.$assertionsDisabled:Z
            ifne 2
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGImageView.image:Lcom/sun/prism/Image;
            ifnull 2
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGImageView.image:Lcom/sun/prism/Image;
            invokevirtual com.sun.prism.Image.getWidth:()I
            iconst_1
            if_icmplt 1
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGImageView.image:Lcom/sun/prism/Image;
            invokevirtual com.sun.prism.Image.getHeight:()I
            iconst_1
            if_icmpge 2
      StackMap locals:
      StackMap stack:
         1: new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 185
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokespecial com.sun.javafx.sg.prism.NGNode.hasOpaqueRegion:()Z
            ifeq 3
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGImageView.w:F
            fconst_1
            fcmpl
            iflt 3
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGImageView.h:F
            fconst_1
            fcmpl
            iflt 3
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGImageView.image:Lcom/sun/prism/Image;
            ifnull 3
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGImageView.image:Lcom/sun/prism/Image;
            invokevirtual com.sun.prism.Image.isOpaque:()Z
            ifeq 3
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         3: iconst_0
            ireturn
        end local 0 // com.sun.javafx.sg.prism.NGImageView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/javafx/sg/prism/NGImageView;

  protected com.sun.javafx.geom.RectBounds computeOpaqueRegion(com.sun.javafx.geom.RectBounds);
    descriptor: (Lcom/sun/javafx/geom/RectBounds;)Lcom/sun/javafx/geom/RectBounds;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=7, locals=2, args_size=2
        start local 0 // com.sun.javafx.sg.prism.NGImageView this
        start local 1 // com.sun.javafx.geom.RectBounds opaqueRegion
         0: .line 190
            aload 1 /* opaqueRegion */
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGImageView.x:F
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGImageView.y:F
            fconst_0
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGImageView.x:F
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGImageView.w:F
            fadd
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGImageView.y:F
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGImageView.h:F
            fadd
            fconst_0
            invokevirtual com.sun.javafx.geom.RectBounds.deriveWithNewBounds:(FFFFFF)Lcom/sun/javafx/geom/BaseBounds;
            checkcast com.sun.javafx.geom.RectBounds
            areturn
        end local 1 // com.sun.javafx.geom.RectBounds opaqueRegion
        end local 0 // com.sun.javafx.sg.prism.NGImageView this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lcom/sun/javafx/sg/prism/NGImageView;
            0    1     1  opaqueRegion  Lcom/sun/javafx/geom/RectBounds;
    MethodParameters:
              Name  Flags
      opaqueRegion  
}
SourceFile: "NGImageView.java"
InnerClasses:
  public final WrapMode = com.sun.prism.Texture$WrapMode of com.sun.prism.Texture