public abstract class com.sun.javafx.sg.prism.NGShape extends com.sun.javafx.sg.prism.NGNode
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: com.sun.javafx.sg.prism.NGShape
  super_class: com.sun.javafx.sg.prism.NGNode
{
  private com.sun.prism.RTTexture cached3D;
    descriptor: Lcom/sun/prism/RTTexture;
    flags: (0x0002) ACC_PRIVATE

  private double cachedW;
    descriptor: D
    flags: (0x0002) ACC_PRIVATE

  private double cachedH;
    descriptor: D
    flags: (0x0002) ACC_PRIVATE

  protected com.sun.prism.paint.Paint fillPaint;
    descriptor: Lcom/sun/prism/paint/Paint;
    flags: (0x0004) ACC_PROTECTED

  protected com.sun.prism.paint.Paint drawPaint;
    descriptor: Lcom/sun/prism/paint/Paint;
    flags: (0x0004) ACC_PROTECTED

  protected com.sun.prism.BasicStroke drawStroke;
    descriptor: Lcom/sun/prism/BasicStroke;
    flags: (0x0004) ACC_PROTECTED

  protected com.sun.javafx.sg.prism.NGShape$Mode mode;
    descriptor: Lcom/sun/javafx/sg/prism/NGShape$Mode;
    flags: (0x0004) ACC_PROTECTED

  protected com.sun.prism.shape.ShapeRep shapeRep;
    descriptor: Lcom/sun/prism/shape/ShapeRep;
    flags: (0x0004) ACC_PROTECTED

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

  static final double THRESHOLD;
    descriptor: D
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 0.00390625

  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.NGShape this
         0: .line 45
            aload 0 /* this */
            invokespecial com.sun.javafx.sg.prism.NGNode.<init>:()V
         1: .line 59
            aload 0 /* this */
            getstatic com.sun.javafx.sg.prism.NGShape$Mode.FILL:Lcom/sun/javafx/sg/prism/NGShape$Mode;
            putfield com.sun.javafx.sg.prism.NGShape.mode:Lcom/sun/javafx/sg/prism/NGShape$Mode;
         2: .line 45
            return
        end local 0 // com.sun.javafx.sg.prism.NGShape this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/javafx/sg/prism/NGShape;

  public void setMode(com.sun.javafx.sg.prism.NGShape$Mode);
    descriptor: (Lcom/sun/javafx/sg/prism/NGShape$Mode;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.javafx.sg.prism.NGShape this
        start local 1 // com.sun.javafx.sg.prism.NGShape$Mode mode
         0: .line 64
            aload 1 /* mode */
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGShape.mode:Lcom/sun/javafx/sg/prism/NGShape$Mode;
            if_acmpeq 3
         1: .line 65
            aload 0 /* this */
            aload 1 /* mode */
            putfield com.sun.javafx.sg.prism.NGShape.mode:Lcom/sun/javafx/sg/prism/NGShape$Mode;
         2: .line 66
            aload 0 /* this */
            invokevirtual com.sun.javafx.sg.prism.NGShape.geometryChanged:()V
         3: .line 68
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.sun.javafx.sg.prism.NGShape$Mode mode
        end local 0 // com.sun.javafx.sg.prism.NGShape this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/javafx/sg/prism/NGShape;
            0    4     1  mode  Lcom/sun/javafx/sg/prism/NGShape$Mode;
    MethodParameters:
      Name  Flags
      mode  

  public com.sun.javafx.sg.prism.NGShape$Mode getMode();
    descriptor: ()Lcom/sun/javafx/sg/prism/NGShape$Mode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.javafx.sg.prism.NGShape this
         0: .line 71
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGShape.mode:Lcom/sun/javafx/sg/prism/NGShape$Mode;
            areturn
        end local 0 // com.sun.javafx.sg.prism.NGShape this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/sg/prism/NGShape;

  public void setSmooth(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.javafx.sg.prism.NGShape this
        start local 1 // boolean smooth
         0: .line 75
            getstatic com.sun.prism.impl.PrismSettings.forceNonAntialiasedShape:Z
            ifne 1
            iload 1 /* smooth */
            ifeq 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: istore 1 /* smooth */
         3: .line 76
            iload 1 /* smooth */
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGShape.smooth:Z
            if_icmpeq 6
         4: .line 77
            aload 0 /* this */
            iload 1 /* smooth */
            putfield com.sun.javafx.sg.prism.NGShape.smooth:Z
         5: .line 78
            aload 0 /* this */
            invokevirtual com.sun.javafx.sg.prism.NGShape.visualsChanged:()V
         6: .line 80
      StackMap locals:
      StackMap stack:
            return
        end local 1 // boolean smooth
        end local 0 // com.sun.javafx.sg.prism.NGShape this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lcom/sun/javafx/sg/prism/NGShape;
            0    7     1  smooth  Z
    MethodParameters:
        Name  Flags
      smooth  

  public boolean isSmooth();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.javafx.sg.prism.NGShape this
         0: .line 83
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGShape.smooth:Z
            ireturn
        end local 0 // com.sun.javafx.sg.prism.NGShape this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/sg/prism/NGShape;

  public void setFillPaint(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.javafx.sg.prism.NGShape this
        start local 1 // java.lang.Object fillPaint
         0: .line 87
            aload 1 /* fillPaint */
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGShape.fillPaint:Lcom/sun/prism/paint/Paint;
            if_acmpne 2
         1: .line 88
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGShape.fillPaint:Lcom/sun/prism/paint/Paint;
            ifnull 5
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGShape.fillPaint:Lcom/sun/prism/paint/Paint;
            invokevirtual com.sun.prism.paint.Paint.isMutable:()Z
            ifeq 5
         2: .line 90
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* fillPaint */
            checkcast com.sun.prism.paint.Paint
            putfield com.sun.javafx.sg.prism.NGShape.fillPaint:Lcom/sun/prism/paint/Paint;
         3: .line 91
            aload 0 /* this */
            invokevirtual com.sun.javafx.sg.prism.NGShape.visualsChanged:()V
         4: .line 92
            aload 0 /* this */
            invokevirtual com.sun.javafx.sg.prism.NGShape.invalidateOpaqueRegion:()V
         5: .line 94
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.Object fillPaint
        end local 0 // com.sun.javafx.sg.prism.NGShape this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lcom/sun/javafx/sg/prism/NGShape;
            0    6     1  fillPaint  Ljava/lang/Object;
    MethodParameters:
           Name  Flags
      fillPaint  

  public com.sun.prism.paint.Paint getFillPaint();
    descriptor: ()Lcom/sun/prism/paint/Paint;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.javafx.sg.prism.NGShape this
         0: .line 97
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGShape.fillPaint:Lcom/sun/prism/paint/Paint;
            areturn
        end local 0 // com.sun.javafx.sg.prism.NGShape this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/sg/prism/NGShape;

  public void setDrawPaint(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.javafx.sg.prism.NGShape this
        start local 1 // java.lang.Object drawPaint
         0: .line 101
            aload 1 /* drawPaint */
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGShape.drawPaint:Lcom/sun/prism/paint/Paint;
            if_acmpne 2
         1: .line 102
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGShape.drawPaint:Lcom/sun/prism/paint/Paint;
            ifnull 4
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGShape.drawPaint:Lcom/sun/prism/paint/Paint;
            invokevirtual com.sun.prism.paint.Paint.isMutable:()Z
            ifeq 4
         2: .line 104
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* drawPaint */
            checkcast com.sun.prism.paint.Paint
            putfield com.sun.javafx.sg.prism.NGShape.drawPaint:Lcom/sun/prism/paint/Paint;
         3: .line 105
            aload 0 /* this */
            invokevirtual com.sun.javafx.sg.prism.NGShape.visualsChanged:()V
         4: .line 107
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.Object drawPaint
        end local 0 // com.sun.javafx.sg.prism.NGShape this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lcom/sun/javafx/sg/prism/NGShape;
            0    5     1  drawPaint  Ljava/lang/Object;
    MethodParameters:
           Name  Flags
      drawPaint  

  public void setDrawStroke(com.sun.prism.BasicStroke);
    descriptor: (Lcom/sun/prism/BasicStroke;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.javafx.sg.prism.NGShape this
        start local 1 // com.sun.prism.BasicStroke drawStroke
         0: .line 110
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGShape.drawStroke:Lcom/sun/prism/BasicStroke;
            aload 1 /* drawStroke */
            if_acmpeq 3
         1: .line 111
            aload 0 /* this */
            aload 1 /* drawStroke */
            putfield com.sun.javafx.sg.prism.NGShape.drawStroke:Lcom/sun/prism/BasicStroke;
         2: .line 112
            aload 0 /* this */
            invokevirtual com.sun.javafx.sg.prism.NGShape.geometryChanged:()V
         3: .line 114
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.sun.prism.BasicStroke drawStroke
        end local 0 // com.sun.javafx.sg.prism.NGShape this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lcom/sun/javafx/sg/prism/NGShape;
            0    4     1  drawStroke  Lcom/sun/prism/BasicStroke;
    MethodParameters:
            Name  Flags
      drawStroke  

  public void setDrawStroke(float, javafx.scene.shape.StrokeType, javafx.scene.shape.StrokeLineCap, javafx.scene.shape.StrokeLineJoin, float, float[], float);
    descriptor: (FLjavafx/scene/shape/StrokeType;Ljavafx/scene/shape/StrokeLineCap;Ljavafx/scene/shape/StrokeLineJoin;F[FF)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=11, args_size=8
        start local 0 // com.sun.javafx.sg.prism.NGShape this
        start local 1 // float strokeWidth
        start local 2 // javafx.scene.shape.StrokeType strokeType
        start local 3 // javafx.scene.shape.StrokeLineCap lineCap
        start local 4 // javafx.scene.shape.StrokeLineJoin lineJoin
        start local 5 // float strokeMiterLimit
        start local 6 // float[] strokeDashArray
        start local 7 // float strokeDashOffset
         0: .line 123
            aload 2 /* strokeType */
            getstatic javafx.scene.shape.StrokeType.CENTERED:Ljavafx/scene/shape/StrokeType;
            if_acmpne 3
         1: .line 124
            iconst_0
            istore 8 /* type */
        start local 8 // int type
         2: .line 125
            goto 7
        end local 8 // int type
      StackMap locals:
      StackMap stack:
         3: aload 2 /* strokeType */
            getstatic javafx.scene.shape.StrokeType.INSIDE:Ljavafx/scene/shape/StrokeType;
            if_acmpne 6
         4: .line 126
            iconst_1
            istore 8 /* type */
        start local 8 // int type
         5: .line 127
            goto 7
        end local 8 // int type
         6: .line 128
      StackMap locals:
      StackMap stack:
            iconst_2
            istore 8 /* type */
        start local 8 // int type
         7: .line 132
      StackMap locals: int
      StackMap stack:
            aload 3 /* lineCap */
            getstatic javafx.scene.shape.StrokeLineCap.BUTT:Ljavafx/scene/shape/StrokeLineCap;
            if_acmpne 10
         8: .line 133
            iconst_0
            istore 9 /* cap */
        start local 9 // int cap
         9: .line 134
            goto 14
        end local 9 // int cap
      StackMap locals:
      StackMap stack:
        10: aload 3 /* lineCap */
            getstatic javafx.scene.shape.StrokeLineCap.SQUARE:Ljavafx/scene/shape/StrokeLineCap;
            if_acmpne 13
        11: .line 135
            iconst_2
            istore 9 /* cap */
        start local 9 // int cap
        12: .line 136
            goto 14
        end local 9 // int cap
        13: .line 137
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 9 /* cap */
        start local 9 // int cap
        14: .line 141
      StackMap locals: int
      StackMap stack:
            aload 4 /* lineJoin */
            getstatic javafx.scene.shape.StrokeLineJoin.BEVEL:Ljavafx/scene/shape/StrokeLineJoin;
            if_acmpne 17
        15: .line 142
            iconst_2
            istore 10 /* join */
        start local 10 // int join
        16: .line 143
            goto 21
        end local 10 // int join
      StackMap locals:
      StackMap stack:
        17: aload 4 /* lineJoin */
            getstatic javafx.scene.shape.StrokeLineJoin.MITER:Ljavafx/scene/shape/StrokeLineJoin;
            if_acmpne 20
        18: .line 144
            iconst_0
            istore 10 /* join */
        start local 10 // int join
        19: .line 145
            goto 21
        end local 10 // int join
        20: .line 146
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 10 /* join */
        start local 10 // int join
        21: .line 149
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGShape.drawStroke:Lcom/sun/prism/BasicStroke;
            ifnonnull 24
        22: .line 150
            aload 0 /* this */
            new com.sun.prism.BasicStroke
            dup
            iload 8 /* type */
            fload 1 /* strokeWidth */
            iload 9 /* cap */
            iload 10 /* join */
            fload 5 /* strokeMiterLimit */
            invokespecial com.sun.prism.BasicStroke.<init>:(IFIIF)V
            putfield com.sun.javafx.sg.prism.NGShape.drawStroke:Lcom/sun/prism/BasicStroke;
        23: .line 151
            goto 25
        24: .line 152
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGShape.drawStroke:Lcom/sun/prism/BasicStroke;
            iload 8 /* type */
            fload 1 /* strokeWidth */
            iload 9 /* cap */
            iload 10 /* join */
            fload 5 /* strokeMiterLimit */
            invokevirtual com.sun.prism.BasicStroke.set:(IFIIF)V
        25: .line 154
      StackMap locals:
      StackMap stack:
            aload 6 /* strokeDashArray */
            arraylength
            ifle 28
        26: .line 155
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGShape.drawStroke:Lcom/sun/prism/BasicStroke;
            aload 6 /* strokeDashArray */
            fload 7 /* strokeDashOffset */
            invokevirtual com.sun.prism.BasicStroke.set:([FF)V
        27: .line 156
            goto 29
        28: .line 157
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGShape.drawStroke:Lcom/sun/prism/BasicStroke;
            aconst_null
            fconst_0
            invokevirtual com.sun.prism.BasicStroke.set:([FF)V
        29: .line 160
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.javafx.sg.prism.NGShape.geometryChanged:()V
        30: .line 161
            return
        end local 10 // int join
        end local 9 // int cap
        end local 8 // int type
        end local 7 // float strokeDashOffset
        end local 6 // float[] strokeDashArray
        end local 5 // float strokeMiterLimit
        end local 4 // javafx.scene.shape.StrokeLineJoin lineJoin
        end local 3 // javafx.scene.shape.StrokeLineCap lineCap
        end local 2 // javafx.scene.shape.StrokeType strokeType
        end local 1 // float strokeWidth
        end local 0 // com.sun.javafx.sg.prism.NGShape this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   31     0              this  Lcom/sun/javafx/sg/prism/NGShape;
            0   31     1       strokeWidth  F
            0   31     2        strokeType  Ljavafx/scene/shape/StrokeType;
            0   31     3           lineCap  Ljavafx/scene/shape/StrokeLineCap;
            0   31     4          lineJoin  Ljavafx/scene/shape/StrokeLineJoin;
            0   31     5  strokeMiterLimit  F
            0   31     6   strokeDashArray  [F
            0   31     7  strokeDashOffset  F
            2    3     8              type  I
            5    6     8              type  I
            7   31     8              type  I
            9   10     9               cap  I
           12   13     9               cap  I
           14   31     9               cap  I
           16   17    10              join  I
           19   20    10              join  I
           21   31    10              join  I
    MethodParameters:
                  Name  Flags
      strokeWidth       
      strokeType        
      lineCap           
      lineJoin          
      strokeMiterLimit  
      strokeDashArray   
      strokeDashOffset  

  public abstract com.sun.javafx.geom.Shape getShape();
    descriptor: ()Lcom/sun/javafx/geom/Shape;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  protected com.sun.prism.shape.ShapeRep createShapeRep(com.sun.prism.Graphics);
    descriptor: (Lcom/sun/prism/Graphics;)Lcom/sun/prism/shape/ShapeRep;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.sun.javafx.sg.prism.NGShape this
        start local 1 // com.sun.prism.Graphics g
         0: .line 166
            aload 1 /* g */
            invokeinterface com.sun.prism.Graphics.getResourceFactory:()Lcom/sun/prism/ResourceFactory;
            invokeinterface com.sun.prism.ResourceFactory.createPathRep:()Lcom/sun/prism/shape/ShapeRep;
            areturn
        end local 1 // com.sun.prism.Graphics g
        end local 0 // com.sun.javafx.sg.prism.NGShape this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/sg/prism/NGShape;
            0    1     1     g  Lcom/sun/prism/Graphics;
    MethodParameters:
      Name  Flags
      g     

  protected void visualsChanged();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.javafx.sg.prism.NGShape this
         0: .line 171
            aload 0 /* this */
            invokespecial com.sun.javafx.sg.prism.NGNode.visualsChanged:()V
         1: .line 174
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGShape.cached3D:Lcom/sun/prism/RTTexture;
            ifnull 4
         2: .line 175
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGShape.cached3D:Lcom/sun/prism/RTTexture;
            invokeinterface com.sun.prism.RTTexture.dispose:()V
         3: .line 176
            aload 0 /* this */
            aconst_null
            putfield com.sun.javafx.sg.prism.NGShape.cached3D:Lcom/sun/prism/RTTexture;
         4: .line 178
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.sun.javafx.sg.prism.NGShape this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/javafx/sg/prism/NGShape;

  private static double hypot(double, double, double);
    descriptor: (DDD)D
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=6, locals=6, args_size=3
        start local 0 // double x
        start local 2 // double y
        start local 4 // double z
         0: .line 181
            dload 0 /* x */
            dload 0 /* x */
            dmul
            dload 2 /* y */
            dload 2 /* y */
            dmul
            dadd
            dload 4 /* z */
            dload 4 /* z */
            dmul
            dadd
            invokestatic java.lang.Math.sqrt:(D)D
            dreturn
        end local 4 // double z
        end local 2 // double y
        end local 0 // double x
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     x  D
            0    1     2     y  D
            0    1     4     z  D
    MethodParameters:
      Name  Flags
      x     
      y     
      z     

  protected void renderContent(com.sun.prism.Graphics);
    descriptor: (Lcom/sun/prism/Graphics;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=10, locals=19, args_size=2
        start local 0 // com.sun.javafx.sg.prism.NGShape this
        start local 1 // com.sun.prism.Graphics g
         0: .line 191
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGShape.mode:Lcom/sun/javafx/sg/prism/NGShape$Mode;
            getstatic com.sun.javafx.sg.prism.NGShape$Mode.EMPTY:Lcom/sun/javafx/sg/prism/NGShape$Mode;
            if_acmpne 2
         1: .line 192
            return
         2: .line 196
      StackMap locals:
      StackMap stack:
            aload 1 /* g */
            instanceof com.sun.prism.PrinterGraphics
            istore 2 /* printing */
        start local 2 // boolean printing
         3: .line 200
            aload 1 /* g */
            invokeinterface com.sun.prism.Graphics.getTransformNoClone:()Lcom/sun/javafx/geom/transform/BaseTransform;
            astore 3 /* tx */
        start local 3 // com.sun.javafx.geom.transform.BaseTransform tx
         4: .line 201
            aload 3 /* tx */
            invokevirtual com.sun.javafx.geom.transform.BaseTransform.is2D:()Z
            ifeq 5
            iconst_0
            goto 6
      StackMap locals: int com.sun.javafx.geom.transform.BaseTransform
      StackMap stack:
         5: iconst_1
      StackMap locals:
      StackMap stack: int
         6: istore 4 /* needs3D */
        start local 4 // boolean needs3D
         7: .line 207
            iload 4 /* needs3D */
            ifeq 45
         8: .line 208
            aload 3 /* tx */
            invokevirtual com.sun.javafx.geom.transform.BaseTransform.getMxx:()D
            aload 3 /* tx */
            invokevirtual com.sun.javafx.geom.transform.BaseTransform.getMyx:()D
            aload 3 /* tx */
            invokevirtual com.sun.javafx.geom.transform.BaseTransform.getMzx:()D
            invokestatic com.sun.javafx.sg.prism.NGShape.hypot:(DDD)D
            dstore 5 /* scaleX */
        start local 5 // double scaleX
         9: .line 209
            aload 3 /* tx */
            invokevirtual com.sun.javafx.geom.transform.BaseTransform.getMxy:()D
            aload 3 /* tx */
            invokevirtual com.sun.javafx.geom.transform.BaseTransform.getMyy:()D
            aload 3 /* tx */
            invokevirtual com.sun.javafx.geom.transform.BaseTransform.getMzy:()D
            invokestatic com.sun.javafx.sg.prism.NGShape.hypot:(DDD)D
            dstore 7 /* scaleY */
        start local 7 // double scaleY
        10: .line 210
            dload 5 /* scaleX */
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGShape.contentBounds:Lcom/sun/javafx/geom/BaseBounds;
            invokevirtual com.sun.javafx.geom.BaseBounds.getWidth:()F
            f2d
            dmul
            dstore 9 /* scaledW */
        start local 9 // double scaledW
        11: .line 211
            dload 7 /* scaleY */
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGShape.contentBounds:Lcom/sun/javafx/geom/BaseBounds;
            invokevirtual com.sun.javafx.geom.BaseBounds.getHeight:()F
            f2d
            dmul
            dstore 11 /* scaledH */
        start local 11 // double scaledH
        12: .line 212
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGShape.cached3D:Lcom/sun/prism/RTTexture;
            ifnull 19
        13: .line 213
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGShape.cached3D:Lcom/sun/prism/RTTexture;
            invokeinterface com.sun.prism.RTTexture.lock:()V
        14: .line 214
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGShape.cached3D:Lcom/sun/prism/RTTexture;
            invokeinterface com.sun.prism.RTTexture.isSurfaceLost:()Z
            ifne 16
        15: .line 215
            dload 9 /* scaledW */
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGShape.cachedW:D
            dsub
            invokestatic java.lang.Math.abs:(D)D
            dload 11 /* scaledH */
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGShape.cachedH:D
            dsub
            invokestatic java.lang.Math.abs:(D)D
            invokestatic java.lang.Math.max:(DD)D
            ldc 0.00390625
            dcmpl
            ifle 19
        16: .line 217
      StackMap locals: com.sun.javafx.sg.prism.NGShape com.sun.prism.Graphics int com.sun.javafx.geom.transform.BaseTransform int double double double double
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGShape.cached3D:Lcom/sun/prism/RTTexture;
            invokeinterface com.sun.prism.RTTexture.unlock:()V
        17: .line 218
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGShape.cached3D:Lcom/sun/prism/RTTexture;
            invokeinterface com.sun.prism.RTTexture.dispose:()V
        18: .line 219
            aload 0 /* this */
            aconst_null
            putfield com.sun.javafx.sg.prism.NGShape.cached3D:Lcom/sun/prism/RTTexture;
        19: .line 224
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGShape.cached3D:Lcom/sun/prism/RTTexture;
            ifnonnull 36
        20: .line 225
            dload 9 /* scaledW */
            invokestatic java.lang.Math.ceil:(D)D
            d2i
            istore 13 /* w */
        start local 13 // int w
        21: .line 226
            dload 11 /* scaledH */
            invokestatic java.lang.Math.ceil:(D)D
            d2i
            istore 14 /* h */
        start local 14 // int h
        22: .line 227
            aload 0 /* this */
            dload 9 /* scaledW */
            putfield com.sun.javafx.sg.prism.NGShape.cachedW:D
        23: .line 228
            aload 0 /* this */
            dload 11 /* scaledH */
            putfield com.sun.javafx.sg.prism.NGShape.cachedH:D
        24: .line 231
            iload 13 /* w */
            ifle 25
            iload 14 /* h */
            ifgt 26
        25: .line 232
      StackMap locals: int int
      StackMap stack:
            return
        26: .line 234
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* g */
            invokeinterface com.sun.prism.Graphics.getResourceFactory:()Lcom/sun/prism/ResourceFactory;
            iload 13 /* w */
            iload 14 /* h */
        27: .line 235
            getstatic com.sun.prism.Texture$WrapMode.CLAMP_TO_ZERO:Lcom/sun/prism/Texture$WrapMode;
        28: .line 236
            iconst_0
        29: .line 234
            invokeinterface com.sun.prism.ResourceFactory.createRTTexture:(IILcom/sun/prism/Texture$WrapMode;Z)Lcom/sun/prism/RTTexture;
            putfield com.sun.javafx.sg.prism.NGShape.cached3D:Lcom/sun/prism/RTTexture;
        30: .line 237
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGShape.cached3D:Lcom/sun/prism/RTTexture;
            aload 0 /* this */
            invokevirtual com.sun.javafx.sg.prism.NGShape.isSmooth:()Z
            invokeinterface com.sun.prism.RTTexture.setLinearFiltering:(Z)V
        31: .line 238
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGShape.cached3D:Lcom/sun/prism/RTTexture;
            invokeinterface com.sun.prism.RTTexture.contentsUseful:()V
        32: .line 239
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGShape.cached3D:Lcom/sun/prism/RTTexture;
            invokeinterface com.sun.prism.RTTexture.createGraphics:()Lcom/sun/prism/Graphics;
            astore 15 /* textureGraphics */
        start local 15 // com.sun.prism.Graphics textureGraphics
        33: .line 242
            aload 15 /* textureGraphics */
            dload 5 /* scaleX */
            d2f
            dload 7 /* scaleY */
            d2f
            invokeinterface com.sun.prism.Graphics.scale:(FF)V
        34: .line 243
            aload 15 /* textureGraphics */
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGShape.contentBounds:Lcom/sun/javafx/geom/BaseBounds;
            invokevirtual com.sun.javafx.geom.BaseBounds.getMinX:()F
            fneg
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGShape.contentBounds:Lcom/sun/javafx/geom/BaseBounds;
            invokevirtual com.sun.javafx.geom.BaseBounds.getMinY:()F
            fneg
            invokeinterface com.sun.prism.Graphics.translate:(FF)V
        35: .line 244
            aload 0 /* this */
            aload 15 /* textureGraphics */
            iload 2 /* printing */
            invokevirtual com.sun.javafx.sg.prism.NGShape.renderContent2D:(Lcom/sun/prism/Graphics;Z)V
        end local 15 // com.sun.prism.Graphics textureGraphics
        end local 14 // int h
        end local 13 // int w
        36: .line 247
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGShape.cached3D:Lcom/sun/prism/RTTexture;
            invokeinterface com.sun.prism.RTTexture.getContentWidth:()I
            istore 13 /* rtWidth */
        start local 13 // int rtWidth
        37: .line 248
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGShape.cached3D:Lcom/sun/prism/RTTexture;
            invokeinterface com.sun.prism.RTTexture.getContentHeight:()I
            istore 14 /* rtHeight */
        start local 14 // int rtHeight
        38: .line 249
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGShape.contentBounds:Lcom/sun/javafx/geom/BaseBounds;
            invokevirtual com.sun.javafx.geom.BaseBounds.getMinX:()F
            fstore 15 /* dx0 */
        start local 15 // float dx0
        39: .line 250
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGShape.contentBounds:Lcom/sun/javafx/geom/BaseBounds;
            invokevirtual com.sun.javafx.geom.BaseBounds.getMinY:()F
            fstore 16 /* dy0 */
        start local 16 // float dy0
        40: .line 251
            fload 15 /* dx0 */
            iload 13 /* rtWidth */
            i2d
            dload 5 /* scaleX */
            ddiv
            d2f
            fadd
            fstore 17 /* dx1 */
        start local 17 // float dx1
        41: .line 252
            fload 16 /* dy0 */
            iload 14 /* rtHeight */
            i2d
            dload 7 /* scaleY */
            ddiv
            d2f
            fadd
            fstore 18 /* dy1 */
        start local 18 // float dy1
        42: .line 253
            aload 1 /* g */
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGShape.cached3D:Lcom/sun/prism/RTTexture;
            fload 15 /* dx0 */
            fload 16 /* dy0 */
            fload 17 /* dx1 */
            fload 18 /* dy1 */
            fconst_0
            fconst_0
            iload 13 /* rtWidth */
            i2f
            iload 14 /* rtHeight */
            i2f
            invokeinterface com.sun.prism.Graphics.drawTexture:(Lcom/sun/prism/Texture;FFFFFFFF)V
        43: .line 254
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGShape.cached3D:Lcom/sun/prism/RTTexture;
            invokeinterface com.sun.prism.RTTexture.unlock:()V
        end local 18 // float dy1
        end local 17 // float dx1
        end local 16 // float dy0
        end local 15 // float dx0
        end local 14 // int rtHeight
        end local 13 // int rtWidth
        end local 11 // double scaledH
        end local 9 // double scaledW
        end local 7 // double scaleY
        end local 5 // double scaleX
        44: .line 255
            goto 49
        45: .line 256
      StackMap locals: com.sun.javafx.sg.prism.NGShape com.sun.prism.Graphics int com.sun.javafx.geom.transform.BaseTransform int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGShape.cached3D:Lcom/sun/prism/RTTexture;
            ifnull 48
        46: .line 257
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGShape.cached3D:Lcom/sun/prism/RTTexture;
            invokeinterface com.sun.prism.RTTexture.dispose:()V
        47: .line 258
            aload 0 /* this */
            aconst_null
            putfield com.sun.javafx.sg.prism.NGShape.cached3D:Lcom/sun/prism/RTTexture;
        48: .line 261
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* g */
            iload 2 /* printing */
            invokevirtual com.sun.javafx.sg.prism.NGShape.renderContent2D:(Lcom/sun/prism/Graphics;Z)V
        49: .line 263
      StackMap locals:
      StackMap stack:
            return
        end local 4 // boolean needs3D
        end local 3 // com.sun.javafx.geom.transform.BaseTransform tx
        end local 2 // boolean printing
        end local 1 // com.sun.prism.Graphics g
        end local 0 // com.sun.javafx.sg.prism.NGShape this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   50     0             this  Lcom/sun/javafx/sg/prism/NGShape;
            0   50     1                g  Lcom/sun/prism/Graphics;
            3   50     2         printing  Z
            4   50     3               tx  Lcom/sun/javafx/geom/transform/BaseTransform;
            7   50     4          needs3D  Z
            9   44     5           scaleX  D
           10   44     7           scaleY  D
           11   44     9          scaledW  D
           12   44    11          scaledH  D
           21   36    13                w  I
           22   36    14                h  I
           33   36    15  textureGraphics  Lcom/sun/prism/Graphics;
           37   44    13          rtWidth  I
           38   44    14         rtHeight  I
           39   44    15              dx0  F
           40   44    16              dy0  F
           41   44    17              dx1  F
           42   44    18              dy1  F
    MethodParameters:
      Name  Flags
      g     

  protected void renderContent2D(com.sun.prism.Graphics, boolean);
    descriptor: (Lcom/sun/prism/Graphics;Z)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=7, args_size=3
        start local 0 // com.sun.javafx.sg.prism.NGShape this
        start local 1 // com.sun.prism.Graphics g
        start local 2 // boolean printing
         0: .line 275
            aload 1 /* g */
            invokeinterface com.sun.prism.Graphics.isAntialiasedShape:()Z
            istore 3 /* saveAA */
        start local 3 // boolean saveAA
         1: .line 276
            aload 0 /* this */
            invokevirtual com.sun.javafx.sg.prism.NGShape.isSmooth:()Z
            istore 4 /* isAA */
        start local 4 // boolean isAA
         2: .line 277
            iload 4 /* isAA */
            iload 3 /* saveAA */
            if_icmpeq 4
         3: .line 278
            aload 1 /* g */
            iload 4 /* isAA */
            invokeinterface com.sun.prism.Graphics.setAntialiasedShape:(Z)V
         4: .line 281
      StackMap locals: int int
      StackMap stack:
            iload 2 /* printing */
            ifeq 5
            aconst_null
            goto 6
      StackMap locals:
      StackMap stack:
         5: aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGShape.shapeRep:Lcom/sun/prism/shape/ShapeRep;
      StackMap locals:
      StackMap stack: com.sun.prism.shape.ShapeRep
         6: astore 5 /* localShapeRep */
        start local 5 // com.sun.prism.shape.ShapeRep localShapeRep
         7: .line 282
            aload 5 /* localShapeRep */
            ifnonnull 9
         8: .line 283
            aload 0 /* this */
            aload 1 /* g */
            invokevirtual com.sun.javafx.sg.prism.NGShape.createShapeRep:(Lcom/sun/prism/Graphics;)Lcom/sun/prism/shape/ShapeRep;
            astore 5 /* localShapeRep */
         9: .line 285
      StackMap locals: com.sun.prism.shape.ShapeRep
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.javafx.sg.prism.NGShape.getShape:()Lcom/sun/javafx/geom/Shape;
            astore 6 /* shape */
        start local 6 // com.sun.javafx.geom.Shape shape
        10: .line 286
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGShape.mode:Lcom/sun/javafx/sg/prism/NGShape$Mode;
            getstatic com.sun.javafx.sg.prism.NGShape$Mode.STROKE:Lcom/sun/javafx/sg/prism/NGShape$Mode;
            if_acmpeq 13
        11: .line 287
            aload 1 /* g */
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGShape.fillPaint:Lcom/sun/prism/paint/Paint;
            invokeinterface com.sun.prism.Graphics.setPaint:(Lcom/sun/prism/paint/Paint;)V
        12: .line 288
            aload 5 /* localShapeRep */
            aload 1 /* g */
            aload 6 /* shape */
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGShape.contentBounds:Lcom/sun/javafx/geom/BaseBounds;
            invokeinterface com.sun.prism.shape.ShapeRep.fill:(Lcom/sun/prism/Graphics;Lcom/sun/javafx/geom/Shape;Lcom/sun/javafx/geom/BaseBounds;)V
        13: .line 290
      StackMap locals: com.sun.javafx.geom.Shape
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGShape.mode:Lcom/sun/javafx/sg/prism/NGShape$Mode;
            getstatic com.sun.javafx.sg.prism.NGShape$Mode.FILL:Lcom/sun/javafx/sg/prism/NGShape$Mode;
            if_acmpeq 17
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGShape.drawStroke:Lcom/sun/prism/BasicStroke;
            invokevirtual com.sun.prism.BasicStroke.getLineWidth:()F
            fconst_0
            fcmpl
            ifle 17
        14: .line 291
            aload 1 /* g */
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGShape.drawPaint:Lcom/sun/prism/paint/Paint;
            invokeinterface com.sun.prism.Graphics.setPaint:(Lcom/sun/prism/paint/Paint;)V
        15: .line 292
            aload 1 /* g */
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGShape.drawStroke:Lcom/sun/prism/BasicStroke;
            invokeinterface com.sun.prism.Graphics.setStroke:(Lcom/sun/prism/BasicStroke;)V
        16: .line 293
            aload 5 /* localShapeRep */
            aload 1 /* g */
            aload 6 /* shape */
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGShape.contentBounds:Lcom/sun/javafx/geom/BaseBounds;
            invokeinterface com.sun.prism.shape.ShapeRep.draw:(Lcom/sun/prism/Graphics;Lcom/sun/javafx/geom/Shape;Lcom/sun/javafx/geom/BaseBounds;)V
        17: .line 296
      StackMap locals:
      StackMap stack:
            iload 4 /* isAA */
            iload 3 /* saveAA */
            if_icmpeq 19
        18: .line 297
            aload 1 /* g */
            iload 3 /* saveAA */
            invokeinterface com.sun.prism.Graphics.setAntialiasedShape:(Z)V
        19: .line 299
      StackMap locals:
      StackMap stack:
            iload 2 /* printing */
            ifne 21
        20: .line 300
            aload 0 /* this */
            aload 5 /* localShapeRep */
            putfield com.sun.javafx.sg.prism.NGShape.shapeRep:Lcom/sun/prism/shape/ShapeRep;
        21: .line 302
      StackMap locals:
      StackMap stack:
            return
        end local 6 // com.sun.javafx.geom.Shape shape
        end local 5 // com.sun.prism.shape.ShapeRep localShapeRep
        end local 4 // boolean isAA
        end local 3 // boolean saveAA
        end local 2 // boolean printing
        end local 1 // com.sun.prism.Graphics g
        end local 0 // com.sun.javafx.sg.prism.NGShape this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   22     0           this  Lcom/sun/javafx/sg/prism/NGShape;
            0   22     1              g  Lcom/sun/prism/Graphics;
            0   22     2       printing  Z
            1   22     3         saveAA  Z
            2   22     4           isAA  Z
            7   22     5  localShapeRep  Lcom/sun/prism/shape/ShapeRep;
           10   22     6          shape  Lcom/sun/javafx/geom/Shape;
    MethodParameters:
          Name  Flags
      g         
      printing  

  protected boolean hasOverlappingContents();
    descriptor: ()Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.javafx.sg.prism.NGShape this
         0: .line 306
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGShape.mode:Lcom/sun/javafx/sg/prism/NGShape$Mode;
            getstatic com.sun.javafx.sg.prism.NGShape$Mode.STROKE_FILL:Lcom/sun/javafx/sg/prism/NGShape$Mode;
            if_acmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // com.sun.javafx.sg.prism.NGShape this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/javafx/sg/prism/NGShape;

  protected com.sun.javafx.geom.Shape getStrokeShape();
    descriptor: ()Lcom/sun/javafx/geom/Shape;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.javafx.sg.prism.NGShape this
         0: .line 310
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGShape.drawStroke:Lcom/sun/prism/BasicStroke;
            aload 0 /* this */
            invokevirtual com.sun.javafx.sg.prism.NGShape.getShape:()Lcom/sun/javafx/geom/Shape;
            invokevirtual com.sun.prism.BasicStroke.createStrokedShape:(Lcom/sun/javafx/geom/Shape;)Lcom/sun/javafx/geom/Shape;
            areturn
        end local 0 // com.sun.javafx.sg.prism.NGShape this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/sg/prism/NGShape;

  protected void geometryChanged();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.javafx.sg.prism.NGShape this
         0: .line 316
            aload 0 /* this */
            invokespecial com.sun.javafx.sg.prism.NGNode.geometryChanged:()V
         1: .line 317
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGShape.shapeRep:Lcom/sun/prism/shape/ShapeRep;
            ifnull 3
         2: .line 318
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGShape.shapeRep:Lcom/sun/prism/shape/ShapeRep;
            getstatic com.sun.prism.shape.ShapeRep$InvalidationType.LOCATION_AND_GEOMETRY:Lcom/sun/prism/shape/ShapeRep$InvalidationType;
            invokeinterface com.sun.prism.shape.ShapeRep.invalidate:(Lcom/sun/prism/shape/ShapeRep$InvalidationType;)V
         3: .line 322
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGShape.cached3D:Lcom/sun/prism/RTTexture;
            ifnull 6
         4: .line 323
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGShape.cached3D:Lcom/sun/prism/RTTexture;
            invokeinterface com.sun.prism.RTTexture.dispose:()V
         5: .line 324
            aload 0 /* this */
            aconst_null
            putfield com.sun.javafx.sg.prism.NGShape.cached3D:Lcom/sun/prism/RTTexture;
         6: .line 326
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.sun.javafx.sg.prism.NGShape this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/sun/javafx/sg/prism/NGShape;

  protected boolean hasOpaqueRegion();
    descriptor: ()Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // com.sun.javafx.sg.prism.NGShape this
         0: .line 330
            aload 0 /* this */
            invokevirtual com.sun.javafx.sg.prism.NGShape.getMode:()Lcom/sun/javafx/sg/prism/NGShape$Mode;
            astore 1 /* mode */
        start local 1 // com.sun.javafx.sg.prism.NGShape$Mode mode
         1: .line 331
            aload 0 /* this */
            invokevirtual com.sun.javafx.sg.prism.NGShape.getFillPaint:()Lcom/sun/prism/paint/Paint;
            astore 2 /* fillPaint */
        start local 2 // com.sun.prism.paint.Paint fillPaint
         2: .line 332
            aload 0 /* this */
            invokespecial com.sun.javafx.sg.prism.NGNode.hasOpaqueRegion:()Z
            ifeq 6
         3: .line 333
            aload 1 /* mode */
            getstatic com.sun.javafx.sg.prism.NGShape$Mode.FILL:Lcom/sun/javafx/sg/prism/NGShape$Mode;
            if_acmpeq 4
            aload 1 /* mode */
            getstatic com.sun.javafx.sg.prism.NGShape$Mode.STROKE_FILL:Lcom/sun/javafx/sg/prism/NGShape$Mode;
            if_acmpne 6
         4: .line 334
      StackMap locals: com.sun.javafx.sg.prism.NGShape$Mode com.sun.prism.paint.Paint
      StackMap stack:
            aload 2 /* fillPaint */
            ifnull 6
            aload 2 /* fillPaint */
            invokevirtual com.sun.prism.paint.Paint.isOpaque:()Z
            ifeq 6
         5: .line 332
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         6: iconst_0
            ireturn
        end local 2 // com.sun.prism.paint.Paint fillPaint
        end local 1 // com.sun.javafx.sg.prism.NGShape$Mode mode
        end local 0 // com.sun.javafx.sg.prism.NGShape this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lcom/sun/javafx/sg/prism/NGShape;
            1    7     1       mode  Lcom/sun/javafx/sg/prism/NGShape$Mode;
            2    7     2  fillPaint  Lcom/sun/prism/paint/Paint;
}
SourceFile: "NGShape.java"
NestMembers:
  com.sun.javafx.sg.prism.NGShape$Mode
InnerClasses:
  public final Mode = com.sun.javafx.sg.prism.NGShape$Mode of com.sun.javafx.sg.prism.NGShape
  public final WrapMode = com.sun.prism.Texture$WrapMode of com.sun.prism.Texture
  public final InvalidationType = com.sun.prism.shape.ShapeRep$InvalidationType of com.sun.prism.shape.ShapeRep