public class java.awt.geom.QuadCurve2D$Double extends java.awt.geom.QuadCurve2D implements java.io.Serializable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: java.awt.geom.QuadCurve2D$Double
  super_class: java.awt.geom.QuadCurve2D
{
  public double x1;
    descriptor: D
    flags: (0x0001) ACC_PUBLIC

  public double y1;
    descriptor: D
    flags: (0x0001) ACC_PUBLIC

  public double ctrlx;
    descriptor: D
    flags: (0x0001) ACC_PUBLIC

  public double ctrly;
    descriptor: D
    flags: (0x0001) ACC_PUBLIC

  public double x2;
    descriptor: D
    flags: (0x0001) ACC_PUBLIC

  public double y2;
    descriptor: D
    flags: (0x0001) ACC_PUBLIC

  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 4217149928428559721

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.awt.geom.QuadCurve2D$Double this
         0: .line 320
            aload 0 /* this */
            invokespecial java.awt.geom.QuadCurve2D.<init>:()V
         1: .line 321
            return
        end local 0 // java.awt.geom.QuadCurve2D$Double this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/awt/geom/QuadCurve2D$Double;

  public void <init>(double, double, double, double, double, double);
    descriptor: (DDDDDD)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=13, locals=13, args_size=7
        start local 0 // java.awt.geom.QuadCurve2D$Double this
        start local 1 // double x1
        start local 3 // double y1
        start local 5 // double ctrlx
        start local 7 // double ctrly
        start local 9 // double x2
        start local 11 // double y2
         0: .line 335
            aload 0 /* this */
            invokespecial java.awt.geom.QuadCurve2D.<init>:()V
         1: .line 339
            aload 0 /* this */
            dload 1 /* x1 */
            dload 3 /* y1 */
            dload 5 /* ctrlx */
            dload 7 /* ctrly */
            dload 9 /* x2 */
            dload 11 /* y2 */
            invokevirtual java.awt.geom.QuadCurve2D$Double.setCurve:(DDDDDD)V
         2: .line 340
            return
        end local 11 // double y2
        end local 9 // double x2
        end local 7 // double ctrly
        end local 5 // double ctrlx
        end local 3 // double y1
        end local 1 // double x1
        end local 0 // java.awt.geom.QuadCurve2D$Double this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Ljava/awt/geom/QuadCurve2D$Double;
            0    3     1     x1  D
            0    3     3     y1  D
            0    3     5  ctrlx  D
            0    3     7  ctrly  D
            0    3     9     x2  D
            0    3    11     y2  D
    MethodParameters:
       Name  Flags
      x1     
      y1     
      ctrlx  
      ctrly  
      x2     
      y2     

  public double getX1();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.awt.geom.QuadCurve2D$Double this
         0: .line 347
            aload 0 /* this */
            getfield java.awt.geom.QuadCurve2D$Double.x1:D
            dreturn
        end local 0 // java.awt.geom.QuadCurve2D$Double this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/awt/geom/QuadCurve2D$Double;

  public double getY1();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.awt.geom.QuadCurve2D$Double this
         0: .line 355
            aload 0 /* this */
            getfield java.awt.geom.QuadCurve2D$Double.y1:D
            dreturn
        end local 0 // java.awt.geom.QuadCurve2D$Double this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/awt/geom/QuadCurve2D$Double;

  public java.awt.geom.Point2D getP1();
    descriptor: ()Ljava/awt/geom/Point2D;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // java.awt.geom.QuadCurve2D$Double this
         0: .line 363
            new java.awt.geom.Point2D$Double
            dup
            aload 0 /* this */
            getfield java.awt.geom.QuadCurve2D$Double.x1:D
            aload 0 /* this */
            getfield java.awt.geom.QuadCurve2D$Double.y1:D
            invokespecial java.awt.geom.Point2D$Double.<init>:(DD)V
            areturn
        end local 0 // java.awt.geom.QuadCurve2D$Double this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/awt/geom/QuadCurve2D$Double;

  public double getCtrlX();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.awt.geom.QuadCurve2D$Double this
         0: .line 371
            aload 0 /* this */
            getfield java.awt.geom.QuadCurve2D$Double.ctrlx:D
            dreturn
        end local 0 // java.awt.geom.QuadCurve2D$Double this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/awt/geom/QuadCurve2D$Double;

  public double getCtrlY();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.awt.geom.QuadCurve2D$Double this
         0: .line 379
            aload 0 /* this */
            getfield java.awt.geom.QuadCurve2D$Double.ctrly:D
            dreturn
        end local 0 // java.awt.geom.QuadCurve2D$Double this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/awt/geom/QuadCurve2D$Double;

  public java.awt.geom.Point2D getCtrlPt();
    descriptor: ()Ljava/awt/geom/Point2D;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // java.awt.geom.QuadCurve2D$Double this
         0: .line 387
            new java.awt.geom.Point2D$Double
            dup
            aload 0 /* this */
            getfield java.awt.geom.QuadCurve2D$Double.ctrlx:D
            aload 0 /* this */
            getfield java.awt.geom.QuadCurve2D$Double.ctrly:D
            invokespecial java.awt.geom.Point2D$Double.<init>:(DD)V
            areturn
        end local 0 // java.awt.geom.QuadCurve2D$Double this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/awt/geom/QuadCurve2D$Double;

  public double getX2();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.awt.geom.QuadCurve2D$Double this
         0: .line 395
            aload 0 /* this */
            getfield java.awt.geom.QuadCurve2D$Double.x2:D
            dreturn
        end local 0 // java.awt.geom.QuadCurve2D$Double this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/awt/geom/QuadCurve2D$Double;

  public double getY2();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.awt.geom.QuadCurve2D$Double this
         0: .line 403
            aload 0 /* this */
            getfield java.awt.geom.QuadCurve2D$Double.y2:D
            dreturn
        end local 0 // java.awt.geom.QuadCurve2D$Double this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/awt/geom/QuadCurve2D$Double;

  public java.awt.geom.Point2D getP2();
    descriptor: ()Ljava/awt/geom/Point2D;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // java.awt.geom.QuadCurve2D$Double this
         0: .line 411
            new java.awt.geom.Point2D$Double
            dup
            aload 0 /* this */
            getfield java.awt.geom.QuadCurve2D$Double.x2:D
            aload 0 /* this */
            getfield java.awt.geom.QuadCurve2D$Double.y2:D
            invokespecial java.awt.geom.Point2D$Double.<init>:(DD)V
            areturn
        end local 0 // java.awt.geom.QuadCurve2D$Double this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/awt/geom/QuadCurve2D$Double;

  public void setCurve(double, double, double, double, double, double);
    descriptor: (DDDDDD)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=13, args_size=7
        start local 0 // java.awt.geom.QuadCurve2D$Double this
        start local 1 // double x1
        start local 3 // double y1
        start local 5 // double ctrlx
        start local 7 // double ctrly
        start local 9 // double x2
        start local 11 // double y2
         0: .line 422
            aload 0 /* this */
            dload 1 /* x1 */
            putfield java.awt.geom.QuadCurve2D$Double.x1:D
         1: .line 423
            aload 0 /* this */
            dload 3 /* y1 */
            putfield java.awt.geom.QuadCurve2D$Double.y1:D
         2: .line 424
            aload 0 /* this */
            dload 5 /* ctrlx */
            putfield java.awt.geom.QuadCurve2D$Double.ctrlx:D
         3: .line 425
            aload 0 /* this */
            dload 7 /* ctrly */
            putfield java.awt.geom.QuadCurve2D$Double.ctrly:D
         4: .line 426
            aload 0 /* this */
            dload 9 /* x2 */
            putfield java.awt.geom.QuadCurve2D$Double.x2:D
         5: .line 427
            aload 0 /* this */
            dload 11 /* y2 */
            putfield java.awt.geom.QuadCurve2D$Double.y2:D
         6: .line 428
            return
        end local 11 // double y2
        end local 9 // double x2
        end local 7 // double ctrly
        end local 5 // double ctrlx
        end local 3 // double y1
        end local 1 // double x1
        end local 0 // java.awt.geom.QuadCurve2D$Double this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Ljava/awt/geom/QuadCurve2D$Double;
            0    7     1     x1  D
            0    7     3     y1  D
            0    7     5  ctrlx  D
            0    7     7  ctrly  D
            0    7     9     x2  D
            0    7    11     y2  D
    MethodParameters:
       Name  Flags
      x1     
      y1     
      ctrlx  
      ctrly  
      x2     
      y2     

  public java.awt.geom.Rectangle2D getBounds2D();
    descriptor: ()Ljava/awt/geom/Rectangle2D;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=12, locals=9, args_size=1
        start local 0 // java.awt.geom.QuadCurve2D$Double this
         0: .line 435
            aload 0 /* this */
            getfield java.awt.geom.QuadCurve2D$Double.x1:D
            aload 0 /* this */
            getfield java.awt.geom.QuadCurve2D$Double.x2:D
            invokestatic java.lang.Math.min:(DD)D
            aload 0 /* this */
            getfield java.awt.geom.QuadCurve2D$Double.ctrlx:D
            invokestatic java.lang.Math.min:(DD)D
            dstore 1 /* left */
        start local 1 // double left
         1: .line 436
            aload 0 /* this */
            getfield java.awt.geom.QuadCurve2D$Double.y1:D
            aload 0 /* this */
            getfield java.awt.geom.QuadCurve2D$Double.y2:D
            invokestatic java.lang.Math.min:(DD)D
            aload 0 /* this */
            getfield java.awt.geom.QuadCurve2D$Double.ctrly:D
            invokestatic java.lang.Math.min:(DD)D
            dstore 3 /* top */
        start local 3 // double top
         2: .line 437
            aload 0 /* this */
            getfield java.awt.geom.QuadCurve2D$Double.x1:D
            aload 0 /* this */
            getfield java.awt.geom.QuadCurve2D$Double.x2:D
            invokestatic java.lang.Math.max:(DD)D
            aload 0 /* this */
            getfield java.awt.geom.QuadCurve2D$Double.ctrlx:D
            invokestatic java.lang.Math.max:(DD)D
            dstore 5 /* right */
        start local 5 // double right
         3: .line 438
            aload 0 /* this */
            getfield java.awt.geom.QuadCurve2D$Double.y1:D
            aload 0 /* this */
            getfield java.awt.geom.QuadCurve2D$Double.y2:D
            invokestatic java.lang.Math.max:(DD)D
            aload 0 /* this */
            getfield java.awt.geom.QuadCurve2D$Double.ctrly:D
            invokestatic java.lang.Math.max:(DD)D
            dstore 7 /* bottom */
        start local 7 // double bottom
         4: .line 439
            new java.awt.geom.Rectangle2D$Double
            dup
            dload 1 /* left */
            dload 3 /* top */
         5: .line 440
            dload 5 /* right */
            dload 1 /* left */
            dsub
            dload 7 /* bottom */
            dload 3 /* top */
            dsub
         6: .line 439
            invokespecial java.awt.geom.Rectangle2D$Double.<init>:(DDDD)V
            areturn
        end local 7 // double bottom
        end local 5 // double right
        end local 3 // double top
        end local 1 // double left
        end local 0 // java.awt.geom.QuadCurve2D$Double this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Ljava/awt/geom/QuadCurve2D$Double;
            1    7     1    left  D
            2    7     3     top  D
            3    7     5   right  D
            4    7     7  bottom  D
}
SourceFile: "QuadCurve2D.java"
NestHost: java.awt.geom.QuadCurve2D
InnerClasses:
  public Double = java.awt.geom.Point2D$Double of java.awt.geom.Point2D
  public Double = java.awt.geom.QuadCurve2D$Double of java.awt.geom.QuadCurve2D
  public Double = java.awt.geom.Rectangle2D$Double of java.awt.geom.Rectangle2D