public class javafx.scene.shape.QuadCurve extends javafx.scene.shape.Shape
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: javafx.scene.shape.QuadCurve
  super_class: javafx.scene.shape.Shape
{
  private final com.sun.javafx.geom.QuadCurve2D shape;
    descriptor: Lcom/sun/javafx/geom/QuadCurve2D;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private javafx.beans.property.DoubleProperty startX;
    descriptor: Ljavafx/beans/property/DoubleProperty;
    flags: (0x0002) ACC_PRIVATE

  private javafx.beans.property.DoubleProperty startY;
    descriptor: Ljavafx/beans/property/DoubleProperty;
    flags: (0x0002) ACC_PRIVATE

  private javafx.beans.property.DoubleProperty controlX;
    descriptor: Ljavafx/beans/property/DoubleProperty;
    flags: (0x0002) ACC_PRIVATE

  private javafx.beans.property.DoubleProperty controlY;
    descriptor: Ljavafx/beans/property/DoubleProperty;
    flags: (0x0002) ACC_PRIVATE

  private javafx.beans.property.DoubleProperty endX;
    descriptor: Ljavafx/beans/property/DoubleProperty;
    flags: (0x0002) ACC_PRIVATE

  private javafx.beans.property.DoubleProperty endY;
    descriptor: Ljavafx/beans/property/DoubleProperty;
    flags: (0x0002) ACC_PRIVATE

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 63
            new javafx.scene.shape.QuadCurve$1
            dup
            invokespecial javafx.scene.shape.QuadCurve$1.<init>:()V
            invokestatic com.sun.javafx.scene.shape.QuadCurveHelper.setQuadCurveAccessor:(Lcom/sun/javafx/scene/shape/QuadCurveHelper$QuadCurveAccessor;)V
         1: .line 79
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // javafx.scene.shape.QuadCurve this
         0: .line 91
            aload 0 /* this */
            invokespecial javafx.scene.shape.Shape.<init>:()V
         1: .line 81
            aload 0 /* this */
            new com.sun.javafx.geom.QuadCurve2D
            dup
            invokespecial com.sun.javafx.geom.QuadCurve2D.<init>:()V
            putfield javafx.scene.shape.QuadCurve.shape:Lcom/sun/javafx/geom/QuadCurve2D;
         2: .line 85
            aload 0 /* this */
            invokestatic com.sun.javafx.scene.shape.QuadCurveHelper.initHelper:(Ljavafx/scene/shape/QuadCurve;)V
         3: .line 202
            aload 0 /* this */
            new javafx.scene.shape.QuadCurve$2
            dup
            aload 0 /* this */
            invokespecial javafx.scene.shape.QuadCurve$2.<init>:(Ljavafx/scene/shape/QuadCurve;)V
            putfield javafx.scene.shape.QuadCurve.controlX:Ljavafx/beans/property/DoubleProperty;
         4: .line 239
            aload 0 /* this */
            new javafx.scene.shape.QuadCurve$3
            dup
            aload 0 /* this */
            invokespecial javafx.scene.shape.QuadCurve$3.<init>:(Ljavafx/scene/shape/QuadCurve;)V
            putfield javafx.scene.shape.QuadCurve.controlY:Ljavafx/beans/property/DoubleProperty;
         5: .line 92
            return
        end local 0 // javafx.scene.shape.QuadCurve this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Ljavafx/scene/shape/QuadCurve;

  public void <init>(double, double, double, double, double, double);
    descriptor: (DDDDDD)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=13, args_size=7
        start local 0 // javafx.scene.shape.QuadCurve this
        start local 1 // double startX
        start local 3 // double startY
        start local 5 // double controlX
        start local 7 // double controlY
        start local 9 // double endX
        start local 11 // double endY
         0: .line 103
            aload 0 /* this */
            invokespecial javafx.scene.shape.Shape.<init>:()V
         1: .line 81
            aload 0 /* this */
            new com.sun.javafx.geom.QuadCurve2D
            dup
            invokespecial com.sun.javafx.geom.QuadCurve2D.<init>:()V
            putfield javafx.scene.shape.QuadCurve.shape:Lcom/sun/javafx/geom/QuadCurve2D;
         2: .line 85
            aload 0 /* this */
            invokestatic com.sun.javafx.scene.shape.QuadCurveHelper.initHelper:(Ljavafx/scene/shape/QuadCurve;)V
         3: .line 202
            aload 0 /* this */
            new javafx.scene.shape.QuadCurve$2
            dup
            aload 0 /* this */
            invokespecial javafx.scene.shape.QuadCurve$2.<init>:(Ljavafx/scene/shape/QuadCurve;)V
            putfield javafx.scene.shape.QuadCurve.controlX:Ljavafx/beans/property/DoubleProperty;
         4: .line 239
            aload 0 /* this */
            new javafx.scene.shape.QuadCurve$3
            dup
            aload 0 /* this */
            invokespecial javafx.scene.shape.QuadCurve$3.<init>:(Ljavafx/scene/shape/QuadCurve;)V
            putfield javafx.scene.shape.QuadCurve.controlY:Ljavafx/beans/property/DoubleProperty;
         5: .line 104
            aload 0 /* this */
            dload 1 /* startX */
            invokevirtual javafx.scene.shape.QuadCurve.setStartX:(D)V
         6: .line 105
            aload 0 /* this */
            dload 3 /* startY */
            invokevirtual javafx.scene.shape.QuadCurve.setStartY:(D)V
         7: .line 106
            aload 0 /* this */
            dload 5 /* controlX */
            invokevirtual javafx.scene.shape.QuadCurve.setControlX:(D)V
         8: .line 107
            aload 0 /* this */
            dload 7 /* controlY */
            invokevirtual javafx.scene.shape.QuadCurve.setControlY:(D)V
         9: .line 108
            aload 0 /* this */
            dload 9 /* endX */
            invokevirtual javafx.scene.shape.QuadCurve.setEndX:(D)V
        10: .line 109
            aload 0 /* this */
            dload 11 /* endY */
            invokevirtual javafx.scene.shape.QuadCurve.setEndY:(D)V
        11: .line 110
            return
        end local 11 // double endY
        end local 9 // double endX
        end local 7 // double controlY
        end local 5 // double controlX
        end local 3 // double startY
        end local 1 // double startX
        end local 0 // javafx.scene.shape.QuadCurve this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   12     0      this  Ljavafx/scene/shape/QuadCurve;
            0   12     1    startX  D
            0   12     3    startY  D
            0   12     5  controlX  D
            0   12     7  controlY  D
            0   12     9      endX  D
            0   12    11      endY  D
    MethodParameters:
          Name  Flags
      startX    
      startY    
      controlX  
      controlY  
      endX      
      endY      

  public final void setStartX(double);
    descriptor: (D)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // javafx.scene.shape.QuadCurve this
        start local 1 // double value
         0: .line 121
            aload 0 /* this */
            getfield javafx.scene.shape.QuadCurve.startX:Ljavafx/beans/property/DoubleProperty;
            ifnonnull 1
            dload 1 /* value */
            dconst_0
            dcmpl
            ifeq 2
         1: .line 122
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual javafx.scene.shape.QuadCurve.startXProperty:()Ljavafx/beans/property/DoubleProperty;
            dload 1 /* value */
            invokevirtual javafx.beans.property.DoubleProperty.set:(D)V
         2: .line 124
      StackMap locals:
      StackMap stack:
            return
        end local 1 // double value
        end local 0 // javafx.scene.shape.QuadCurve this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Ljavafx/scene/shape/QuadCurve;
            0    3     1  value  D
    MethodParameters:
       Name  Flags
      value  

  public final double getStartX();
    descriptor: ()D
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javafx.scene.shape.QuadCurve this
         0: .line 127
            aload 0 /* this */
            getfield javafx.scene.shape.QuadCurve.startX:Ljavafx/beans/property/DoubleProperty;
            ifnonnull 1
            dconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield javafx.scene.shape.QuadCurve.startX:Ljavafx/beans/property/DoubleProperty;
            invokevirtual javafx.beans.property.DoubleProperty.get:()D
      StackMap locals:
      StackMap stack: double
         2: dreturn
        end local 0 // javafx.scene.shape.QuadCurve this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/shape/QuadCurve;

  public final javafx.beans.property.DoubleProperty startXProperty();
    descriptor: ()Ljavafx/beans/property/DoubleProperty;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // javafx.scene.shape.QuadCurve this
         0: .line 131
            aload 0 /* this */
            getfield javafx.scene.shape.QuadCurve.startX:Ljavafx/beans/property/DoubleProperty;
            ifnonnull 2
         1: .line 132
            aload 0 /* this */
            new javafx.scene.shape.QuadCurve$4
            dup
            aload 0 /* this */
            invokespecial javafx.scene.shape.QuadCurve$4.<init>:(Ljavafx/scene/shape/QuadCurve;)V
            putfield javafx.scene.shape.QuadCurve.startX:Ljavafx/beans/property/DoubleProperty;
         2: .line 151
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.shape.QuadCurve.startX:Ljavafx/beans/property/DoubleProperty;
            areturn
        end local 0 // javafx.scene.shape.QuadCurve this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/shape/QuadCurve;

  public final void setStartY(double);
    descriptor: (D)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // javafx.scene.shape.QuadCurve this
        start local 1 // double value
         0: .line 163
            aload 0 /* this */
            getfield javafx.scene.shape.QuadCurve.startY:Ljavafx/beans/property/DoubleProperty;
            ifnonnull 1
            dload 1 /* value */
            dconst_0
            dcmpl
            ifeq 2
         1: .line 164
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual javafx.scene.shape.QuadCurve.startYProperty:()Ljavafx/beans/property/DoubleProperty;
            dload 1 /* value */
            invokevirtual javafx.beans.property.DoubleProperty.set:(D)V
         2: .line 166
      StackMap locals:
      StackMap stack:
            return
        end local 1 // double value
        end local 0 // javafx.scene.shape.QuadCurve this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Ljavafx/scene/shape/QuadCurve;
            0    3     1  value  D
    MethodParameters:
       Name  Flags
      value  

  public final double getStartY();
    descriptor: ()D
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javafx.scene.shape.QuadCurve this
         0: .line 169
            aload 0 /* this */
            getfield javafx.scene.shape.QuadCurve.startY:Ljavafx/beans/property/DoubleProperty;
            ifnonnull 1
            dconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield javafx.scene.shape.QuadCurve.startY:Ljavafx/beans/property/DoubleProperty;
            invokevirtual javafx.beans.property.DoubleProperty.get:()D
      StackMap locals:
      StackMap stack: double
         2: dreturn
        end local 0 // javafx.scene.shape.QuadCurve this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/shape/QuadCurve;

  public final javafx.beans.property.DoubleProperty startYProperty();
    descriptor: ()Ljavafx/beans/property/DoubleProperty;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // javafx.scene.shape.QuadCurve this
         0: .line 173
            aload 0 /* this */
            getfield javafx.scene.shape.QuadCurve.startY:Ljavafx/beans/property/DoubleProperty;
            ifnonnull 2
         1: .line 174
            aload 0 /* this */
            new javafx.scene.shape.QuadCurve$5
            dup
            aload 0 /* this */
            invokespecial javafx.scene.shape.QuadCurve$5.<init>:(Ljavafx/scene/shape/QuadCurve;)V
            putfield javafx.scene.shape.QuadCurve.startY:Ljavafx/beans/property/DoubleProperty;
         2: .line 193
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.shape.QuadCurve.startY:Ljavafx/beans/property/DoubleProperty;
            areturn
        end local 0 // javafx.scene.shape.QuadCurve this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/shape/QuadCurve;

  public final void setControlX(double);
    descriptor: (D)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // javafx.scene.shape.QuadCurve this
        start local 1 // double value
         0: .line 222
            aload 0 /* this */
            getfield javafx.scene.shape.QuadCurve.controlX:Ljavafx/beans/property/DoubleProperty;
            dload 1 /* value */
            invokevirtual javafx.beans.property.DoubleProperty.set:(D)V
         1: .line 223
            return
        end local 1 // double value
        end local 0 // javafx.scene.shape.QuadCurve this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Ljavafx/scene/shape/QuadCurve;
            0    2     1  value  D
    MethodParameters:
       Name  Flags
      value  

  public final double getControlX();
    descriptor: ()D
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javafx.scene.shape.QuadCurve this
         0: .line 226
            aload 0 /* this */
            getfield javafx.scene.shape.QuadCurve.controlX:Ljavafx/beans/property/DoubleProperty;
            invokevirtual javafx.beans.property.DoubleProperty.get:()D
            dreturn
        end local 0 // javafx.scene.shape.QuadCurve this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/shape/QuadCurve;

  public final javafx.beans.property.DoubleProperty controlXProperty();
    descriptor: ()Ljavafx/beans/property/DoubleProperty;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.shape.QuadCurve this
         0: .line 230
            aload 0 /* this */
            getfield javafx.scene.shape.QuadCurve.controlX:Ljavafx/beans/property/DoubleProperty;
            areturn
        end local 0 // javafx.scene.shape.QuadCurve this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/shape/QuadCurve;

  public final void setControlY(double);
    descriptor: (D)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // javafx.scene.shape.QuadCurve this
        start local 1 // double value
         0: .line 260
            aload 0 /* this */
            getfield javafx.scene.shape.QuadCurve.controlY:Ljavafx/beans/property/DoubleProperty;
            dload 1 /* value */
            invokevirtual javafx.beans.property.DoubleProperty.set:(D)V
         1: .line 261
            return
        end local 1 // double value
        end local 0 // javafx.scene.shape.QuadCurve this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Ljavafx/scene/shape/QuadCurve;
            0    2     1  value  D
    MethodParameters:
       Name  Flags
      value  

  public final double getControlY();
    descriptor: ()D
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javafx.scene.shape.QuadCurve this
         0: .line 264
            aload 0 /* this */
            getfield javafx.scene.shape.QuadCurve.controlY:Ljavafx/beans/property/DoubleProperty;
            invokevirtual javafx.beans.property.DoubleProperty.get:()D
            dreturn
        end local 0 // javafx.scene.shape.QuadCurve this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/shape/QuadCurve;

  public final javafx.beans.property.DoubleProperty controlYProperty();
    descriptor: ()Ljavafx/beans/property/DoubleProperty;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.shape.QuadCurve this
         0: .line 268
            aload 0 /* this */
            getfield javafx.scene.shape.QuadCurve.controlY:Ljavafx/beans/property/DoubleProperty;
            areturn
        end local 0 // javafx.scene.shape.QuadCurve this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/shape/QuadCurve;

  public final void setEndX(double);
    descriptor: (D)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // javafx.scene.shape.QuadCurve this
        start local 1 // double value
         0: .line 281
            aload 0 /* this */
            getfield javafx.scene.shape.QuadCurve.endX:Ljavafx/beans/property/DoubleProperty;
            ifnonnull 1
            dload 1 /* value */
            dconst_0
            dcmpl
            ifeq 2
         1: .line 282
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual javafx.scene.shape.QuadCurve.endXProperty:()Ljavafx/beans/property/DoubleProperty;
            dload 1 /* value */
            invokevirtual javafx.beans.property.DoubleProperty.set:(D)V
         2: .line 284
      StackMap locals:
      StackMap stack:
            return
        end local 1 // double value
        end local 0 // javafx.scene.shape.QuadCurve this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Ljavafx/scene/shape/QuadCurve;
            0    3     1  value  D
    MethodParameters:
       Name  Flags
      value  

  public final double getEndX();
    descriptor: ()D
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javafx.scene.shape.QuadCurve this
         0: .line 287
            aload 0 /* this */
            getfield javafx.scene.shape.QuadCurve.endX:Ljavafx/beans/property/DoubleProperty;
            ifnonnull 1
            dconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield javafx.scene.shape.QuadCurve.endX:Ljavafx/beans/property/DoubleProperty;
            invokevirtual javafx.beans.property.DoubleProperty.get:()D
      StackMap locals:
      StackMap stack: double
         2: dreturn
        end local 0 // javafx.scene.shape.QuadCurve this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/shape/QuadCurve;

  public final javafx.beans.property.DoubleProperty endXProperty();
    descriptor: ()Ljavafx/beans/property/DoubleProperty;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // javafx.scene.shape.QuadCurve this
         0: .line 291
            aload 0 /* this */
            getfield javafx.scene.shape.QuadCurve.endX:Ljavafx/beans/property/DoubleProperty;
            ifnonnull 2
         1: .line 292
            aload 0 /* this */
            new javafx.scene.shape.QuadCurve$6
            dup
            aload 0 /* this */
            invokespecial javafx.scene.shape.QuadCurve$6.<init>:(Ljavafx/scene/shape/QuadCurve;)V
            putfield javafx.scene.shape.QuadCurve.endX:Ljavafx/beans/property/DoubleProperty;
         2: .line 311
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.shape.QuadCurve.endX:Ljavafx/beans/property/DoubleProperty;
            areturn
        end local 0 // javafx.scene.shape.QuadCurve this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/shape/QuadCurve;

  public final void setEndY(double);
    descriptor: (D)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // javafx.scene.shape.QuadCurve this
        start local 1 // double value
         0: .line 323
            aload 0 /* this */
            getfield javafx.scene.shape.QuadCurve.endY:Ljavafx/beans/property/DoubleProperty;
            ifnonnull 1
            dload 1 /* value */
            dconst_0
            dcmpl
            ifeq 2
         1: .line 324
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual javafx.scene.shape.QuadCurve.endYProperty:()Ljavafx/beans/property/DoubleProperty;
            dload 1 /* value */
            invokevirtual javafx.beans.property.DoubleProperty.set:(D)V
         2: .line 326
      StackMap locals:
      StackMap stack:
            return
        end local 1 // double value
        end local 0 // javafx.scene.shape.QuadCurve this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Ljavafx/scene/shape/QuadCurve;
            0    3     1  value  D
    MethodParameters:
       Name  Flags
      value  

  public final double getEndY();
    descriptor: ()D
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javafx.scene.shape.QuadCurve this
         0: .line 329
            aload 0 /* this */
            getfield javafx.scene.shape.QuadCurve.endY:Ljavafx/beans/property/DoubleProperty;
            ifnonnull 1
            dconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield javafx.scene.shape.QuadCurve.endY:Ljavafx/beans/property/DoubleProperty;
            invokevirtual javafx.beans.property.DoubleProperty.get:()D
      StackMap locals:
      StackMap stack: double
         2: dreturn
        end local 0 // javafx.scene.shape.QuadCurve this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/shape/QuadCurve;

  public final javafx.beans.property.DoubleProperty endYProperty();
    descriptor: ()Ljavafx/beans/property/DoubleProperty;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // javafx.scene.shape.QuadCurve this
         0: .line 333
            aload 0 /* this */
            getfield javafx.scene.shape.QuadCurve.endY:Ljavafx/beans/property/DoubleProperty;
            ifnonnull 2
         1: .line 334
            aload 0 /* this */
            new javafx.scene.shape.QuadCurve$7
            dup
            aload 0 /* this */
            invokespecial javafx.scene.shape.QuadCurve$7.<init>:(Ljavafx/scene/shape/QuadCurve;)V
            putfield javafx.scene.shape.QuadCurve.endY:Ljavafx/beans/property/DoubleProperty;
         2: .line 353
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.shape.QuadCurve.endY:Ljavafx/beans/property/DoubleProperty;
            areturn
        end local 0 // javafx.scene.shape.QuadCurve this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/shape/QuadCurve;

  private com.sun.javafx.sg.prism.NGNode doCreatePeer();
    descriptor: ()Lcom/sun/javafx/sg/prism/NGNode;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javafx.scene.shape.QuadCurve this
         0: .line 360
            new com.sun.javafx.sg.prism.NGQuadCurve
            dup
            invokespecial com.sun.javafx.sg.prism.NGQuadCurve.<init>:()V
            areturn
        end local 0 // javafx.scene.shape.QuadCurve this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/shape/QuadCurve;

  private com.sun.javafx.geom.QuadCurve2D doConfigShape();
    descriptor: ()Lcom/sun/javafx/geom/QuadCurve2D;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // javafx.scene.shape.QuadCurve this
         0: .line 367
            aload 0 /* this */
            getfield javafx.scene.shape.QuadCurve.shape:Lcom/sun/javafx/geom/QuadCurve2D;
            aload 0 /* this */
            invokevirtual javafx.scene.shape.QuadCurve.getStartX:()D
            d2f
            putfield com.sun.javafx.geom.QuadCurve2D.x1:F
         1: .line 368
            aload 0 /* this */
            getfield javafx.scene.shape.QuadCurve.shape:Lcom/sun/javafx/geom/QuadCurve2D;
            aload 0 /* this */
            invokevirtual javafx.scene.shape.QuadCurve.getStartY:()D
            d2f
            putfield com.sun.javafx.geom.QuadCurve2D.y1:F
         2: .line 369
            aload 0 /* this */
            getfield javafx.scene.shape.QuadCurve.shape:Lcom/sun/javafx/geom/QuadCurve2D;
            aload 0 /* this */
            invokevirtual javafx.scene.shape.QuadCurve.getControlX:()D
            d2f
            putfield com.sun.javafx.geom.QuadCurve2D.ctrlx:F
         3: .line 370
            aload 0 /* this */
            getfield javafx.scene.shape.QuadCurve.shape:Lcom/sun/javafx/geom/QuadCurve2D;
            aload 0 /* this */
            invokevirtual javafx.scene.shape.QuadCurve.getControlY:()D
            d2f
            putfield com.sun.javafx.geom.QuadCurve2D.ctrly:F
         4: .line 371
            aload 0 /* this */
            getfield javafx.scene.shape.QuadCurve.shape:Lcom/sun/javafx/geom/QuadCurve2D;
            aload 0 /* this */
            invokevirtual javafx.scene.shape.QuadCurve.getEndX:()D
            d2f
            putfield com.sun.javafx.geom.QuadCurve2D.x2:F
         5: .line 372
            aload 0 /* this */
            getfield javafx.scene.shape.QuadCurve.shape:Lcom/sun/javafx/geom/QuadCurve2D;
            aload 0 /* this */
            invokevirtual javafx.scene.shape.QuadCurve.getEndY:()D
            d2f
            putfield com.sun.javafx.geom.QuadCurve2D.y2:F
         6: .line 373
            aload 0 /* this */
            getfield javafx.scene.shape.QuadCurve.shape:Lcom/sun/javafx/geom/QuadCurve2D;
            areturn
        end local 0 // javafx.scene.shape.QuadCurve this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Ljavafx/scene/shape/QuadCurve;

  private void doUpdatePeer();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=8, locals=2, args_size=1
        start local 0 // javafx.scene.shape.QuadCurve this
         0: .line 380
            aload 0 /* this */
            getstatic com.sun.javafx.scene.DirtyBits.NODE_GEOMETRY:Lcom/sun/javafx/scene/DirtyBits;
            invokestatic com.sun.javafx.scene.NodeHelper.isDirty:(Ljavafx/scene/Node;Lcom/sun/javafx/scene/DirtyBits;)Z
            ifeq 9
         1: .line 381
            aload 0 /* this */
            invokestatic com.sun.javafx.scene.NodeHelper.getPeer:(Ljavafx/scene/Node;)Lcom/sun/javafx/sg/prism/NGNode;
            checkcast com.sun.javafx.sg.prism.NGQuadCurve
            astore 1 /* peer */
        start local 1 // com.sun.javafx.sg.prism.NGQuadCurve peer
         2: .line 382
            aload 1 /* peer */
            aload 0 /* this */
            invokevirtual javafx.scene.shape.QuadCurve.getStartX:()D
            d2f
         3: .line 383
            aload 0 /* this */
            invokevirtual javafx.scene.shape.QuadCurve.getStartY:()D
            d2f
         4: .line 384
            aload 0 /* this */
            invokevirtual javafx.scene.shape.QuadCurve.getEndX:()D
            d2f
         5: .line 385
            aload 0 /* this */
            invokevirtual javafx.scene.shape.QuadCurve.getEndY:()D
            d2f
         6: .line 386
            aload 0 /* this */
            invokevirtual javafx.scene.shape.QuadCurve.getControlX:()D
            d2f
         7: .line 387
            aload 0 /* this */
            invokevirtual javafx.scene.shape.QuadCurve.getControlY:()D
            d2f
         8: .line 382
            invokevirtual com.sun.javafx.sg.prism.NGQuadCurve.updateQuadCurve:(FFFFFF)V
        end local 1 // com.sun.javafx.sg.prism.NGQuadCurve peer
         9: .line 389
      StackMap locals:
      StackMap stack:
            return
        end local 0 // javafx.scene.shape.QuadCurve this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Ljavafx/scene/shape/QuadCurve;
            2    9     1  peer  Lcom/sun/javafx/sg/prism/NGQuadCurve;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // javafx.scene.shape.QuadCurve this
         0: .line 397
            new java.lang.StringBuilder
            dup
            ldc "QuadCurve["
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            astore 1 /* sb */
        start local 1 // java.lang.StringBuilder sb
         1: .line 399
            aload 0 /* this */
            invokevirtual javafx.scene.shape.QuadCurve.getId:()Ljava/lang/String;
            astore 2 /* id */
        start local 2 // java.lang.String id
         2: .line 400
            aload 2 /* id */
            ifnull 4
         3: .line 401
            aload 1 /* sb */
            ldc "id="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 2 /* id */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc ", "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         4: .line 404
      StackMap locals: java.lang.StringBuilder java.lang.String
      StackMap stack:
            aload 1 /* sb */
            ldc "startX="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            invokevirtual javafx.scene.shape.QuadCurve.getStartX:()D
            invokevirtual java.lang.StringBuilder.append:(D)Ljava/lang/StringBuilder;
            pop
         5: .line 405
            aload 1 /* sb */
            ldc ", startY="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            invokevirtual javafx.scene.shape.QuadCurve.getStartY:()D
            invokevirtual java.lang.StringBuilder.append:(D)Ljava/lang/StringBuilder;
            pop
         6: .line 406
            aload 1 /* sb */
            ldc ", controlX="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            invokevirtual javafx.scene.shape.QuadCurve.getControlX:()D
            invokevirtual java.lang.StringBuilder.append:(D)Ljava/lang/StringBuilder;
            pop
         7: .line 407
            aload 1 /* sb */
            ldc ", controlY="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            invokevirtual javafx.scene.shape.QuadCurve.getControlY:()D
            invokevirtual java.lang.StringBuilder.append:(D)Ljava/lang/StringBuilder;
            pop
         8: .line 408
            aload 1 /* sb */
            ldc ", endX="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            invokevirtual javafx.scene.shape.QuadCurve.getEndX:()D
            invokevirtual java.lang.StringBuilder.append:(D)Ljava/lang/StringBuilder;
            pop
         9: .line 409
            aload 1 /* sb */
            ldc ", endY="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            invokevirtual javafx.scene.shape.QuadCurve.getEndY:()D
            invokevirtual java.lang.StringBuilder.append:(D)Ljava/lang/StringBuilder;
            pop
        10: .line 411
            aload 1 /* sb */
            ldc ", fill="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            invokevirtual javafx.scene.shape.QuadCurve.getFill:()Ljavafx/scene/paint/Paint;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            pop
        11: .line 413
            aload 0 /* this */
            invokevirtual javafx.scene.shape.QuadCurve.getStroke:()Ljavafx/scene/paint/Paint;
            astore 3 /* stroke */
        start local 3 // javafx.scene.paint.Paint stroke
        12: .line 414
            aload 3 /* stroke */
            ifnull 15
        13: .line 415
            aload 1 /* sb */
            ldc ", stroke="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 3 /* stroke */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            pop
        14: .line 416
            aload 1 /* sb */
            ldc ", strokeWidth="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            invokevirtual javafx.scene.shape.QuadCurve.getStrokeWidth:()D
            invokevirtual java.lang.StringBuilder.append:(D)Ljava/lang/StringBuilder;
            pop
        15: .line 419
      StackMap locals: javafx.scene.paint.Paint
      StackMap stack:
            aload 1 /* sb */
            ldc "]"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 3 // javafx.scene.paint.Paint stroke
        end local 2 // java.lang.String id
        end local 1 // java.lang.StringBuilder sb
        end local 0 // javafx.scene.shape.QuadCurve this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   16     0    this  Ljavafx/scene/shape/QuadCurve;
            1   16     1      sb  Ljava/lang/StringBuilder;
            2   16     2      id  Ljava/lang/String;
           12   16     3  stroke  Ljavafx/scene/paint/Paint;
}
SourceFile: "QuadCurve.java"
NestMembers:
  javafx.scene.shape.QuadCurve$1  javafx.scene.shape.QuadCurve$2  javafx.scene.shape.QuadCurve$3  javafx.scene.shape.QuadCurve$4  javafx.scene.shape.QuadCurve$5  javafx.scene.shape.QuadCurve$6  javafx.scene.shape.QuadCurve$7
InnerClasses:
  public abstract QuadCurveAccessor = com.sun.javafx.scene.shape.QuadCurveHelper$QuadCurveAccessor of com.sun.javafx.scene.shape.QuadCurveHelper
  javafx.scene.shape.QuadCurve$1
  javafx.scene.shape.QuadCurve$2
  javafx.scene.shape.QuadCurve$3
  javafx.scene.shape.QuadCurve$4
  javafx.scene.shape.QuadCurve$5
  javafx.scene.shape.QuadCurve$6
  javafx.scene.shape.QuadCurve$7