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

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

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

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

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

  public double ctrly2;
    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: -4202960122839707295

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

  public void <init>(double, double, double, double, double, double, double, double);
    descriptor: (DDDDDDDD)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=17, locals=17, args_size=9
        start local 0 // java.awt.geom.CubicCurve2D$Double this
        start local 1 // double x1
        start local 3 // double y1
        start local 5 // double ctrlx1
        start local 7 // double ctrly1
        start local 9 // double ctrlx2
        start local 11 // double ctrly2
        start local 13 // double x2
        start local 15 // double y2
         0: .line 435
            aload 0 /* this */
            invokespecial java.awt.geom.CubicCurve2D.<init>:()V
         1: .line 440
            aload 0 /* this */
            dload 1 /* x1 */
            dload 3 /* y1 */
            dload 5 /* ctrlx1 */
            dload 7 /* ctrly1 */
            dload 9 /* ctrlx2 */
            dload 11 /* ctrly2 */
            dload 13 /* x2 */
            dload 15 /* y2 */
            invokevirtual java.awt.geom.CubicCurve2D$Double.setCurve:(DDDDDDDD)V
         2: .line 441
            return
        end local 15 // double y2
        end local 13 // double x2
        end local 11 // double ctrly2
        end local 9 // double ctrlx2
        end local 7 // double ctrly1
        end local 5 // double ctrlx1
        end local 3 // double y1
        end local 1 // double x1
        end local 0 // java.awt.geom.CubicCurve2D$Double this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Ljava/awt/geom/CubicCurve2D$Double;
            0    3     1      x1  D
            0    3     3      y1  D
            0    3     5  ctrlx1  D
            0    3     7  ctrly1  D
            0    3     9  ctrlx2  D
            0    3    11  ctrly2  D
            0    3    13      x2  D
            0    3    15      y2  D
    MethodParameters:
        Name  Flags
      x1      
      y1      
      ctrlx1  
      ctrly1  
      ctrlx2  
      ctrly2  
      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.CubicCurve2D$Double this
         0: .line 448
            aload 0 /* this */
            getfield java.awt.geom.CubicCurve2D$Double.x1:D
            dreturn
        end local 0 // java.awt.geom.CubicCurve2D$Double this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/awt/geom/CubicCurve2D$Double;

  public double getY1();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.awt.geom.CubicCurve2D$Double this
         0: .line 456
            aload 0 /* this */
            getfield java.awt.geom.CubicCurve2D$Double.y1:D
            dreturn
        end local 0 // java.awt.geom.CubicCurve2D$Double this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/awt/geom/CubicCurve2D$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.CubicCurve2D$Double this
         0: .line 464
            new java.awt.geom.Point2D$Double
            dup
            aload 0 /* this */
            getfield java.awt.geom.CubicCurve2D$Double.x1:D
            aload 0 /* this */
            getfield java.awt.geom.CubicCurve2D$Double.y1:D
            invokespecial java.awt.geom.Point2D$Double.<init>:(DD)V
            areturn
        end local 0 // java.awt.geom.CubicCurve2D$Double this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/awt/geom/CubicCurve2D$Double;

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

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

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

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

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

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

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

  public double getY2();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.awt.geom.CubicCurve2D$Double this
         0: .line 528
            aload 0 /* this */
            getfield java.awt.geom.CubicCurve2D$Double.y2:D
            dreturn
        end local 0 // java.awt.geom.CubicCurve2D$Double this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/awt/geom/CubicCurve2D$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.CubicCurve2D$Double this
         0: .line 536
            new java.awt.geom.Point2D$Double
            dup
            aload 0 /* this */
            getfield java.awt.geom.CubicCurve2D$Double.x2:D
            aload 0 /* this */
            getfield java.awt.geom.CubicCurve2D$Double.y2:D
            invokespecial java.awt.geom.Point2D$Double.<init>:(DD)V
            areturn
        end local 0 // java.awt.geom.CubicCurve2D$Double this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/awt/geom/CubicCurve2D$Double;

  public void setCurve(double, double, double, double, double, double, double, double);
    descriptor: (DDDDDDDD)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=17, args_size=9
        start local 0 // java.awt.geom.CubicCurve2D$Double this
        start local 1 // double x1
        start local 3 // double y1
        start local 5 // double ctrlx1
        start local 7 // double ctrly1
        start local 9 // double ctrlx2
        start local 11 // double ctrly2
        start local 13 // double x2
        start local 15 // double y2
         0: .line 548
            aload 0 /* this */
            dload 1 /* x1 */
            putfield java.awt.geom.CubicCurve2D$Double.x1:D
         1: .line 549
            aload 0 /* this */
            dload 3 /* y1 */
            putfield java.awt.geom.CubicCurve2D$Double.y1:D
         2: .line 550
            aload 0 /* this */
            dload 5 /* ctrlx1 */
            putfield java.awt.geom.CubicCurve2D$Double.ctrlx1:D
         3: .line 551
            aload 0 /* this */
            dload 7 /* ctrly1 */
            putfield java.awt.geom.CubicCurve2D$Double.ctrly1:D
         4: .line 552
            aload 0 /* this */
            dload 9 /* ctrlx2 */
            putfield java.awt.geom.CubicCurve2D$Double.ctrlx2:D
         5: .line 553
            aload 0 /* this */
            dload 11 /* ctrly2 */
            putfield java.awt.geom.CubicCurve2D$Double.ctrly2:D
         6: .line 554
            aload 0 /* this */
            dload 13 /* x2 */
            putfield java.awt.geom.CubicCurve2D$Double.x2:D
         7: .line 555
            aload 0 /* this */
            dload 15 /* y2 */
            putfield java.awt.geom.CubicCurve2D$Double.y2:D
         8: .line 556
            return
        end local 15 // double y2
        end local 13 // double x2
        end local 11 // double ctrly2
        end local 9 // double ctrlx2
        end local 7 // double ctrly1
        end local 5 // double ctrlx1
        end local 3 // double y1
        end local 1 // double x1
        end local 0 // java.awt.geom.CubicCurve2D$Double this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    9     0    this  Ljava/awt/geom/CubicCurve2D$Double;
            0    9     1      x1  D
            0    9     3      y1  D
            0    9     5  ctrlx1  D
            0    9     7  ctrly1  D
            0    9     9  ctrlx2  D
            0    9    11  ctrly2  D
            0    9    13      x2  D
            0    9    15      y2  D
    MethodParameters:
        Name  Flags
      x1      
      y1      
      ctrlx1  
      ctrly1  
      ctrlx2  
      ctrly2  
      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.CubicCurve2D$Double this
         0: .line 563
            aload 0 /* this */
            getfield java.awt.geom.CubicCurve2D$Double.x1:D
            aload 0 /* this */
            getfield java.awt.geom.CubicCurve2D$Double.x2:D
            invokestatic java.lang.Math.min:(DD)D
         1: .line 564
            aload 0 /* this */
            getfield java.awt.geom.CubicCurve2D$Double.ctrlx1:D
            aload 0 /* this */
            getfield java.awt.geom.CubicCurve2D$Double.ctrlx2:D
            invokestatic java.lang.Math.min:(DD)D
         2: .line 563
            invokestatic java.lang.Math.min:(DD)D
            dstore 1 /* left */
        start local 1 // double left
         3: .line 565
            aload 0 /* this */
            getfield java.awt.geom.CubicCurve2D$Double.y1:D
            aload 0 /* this */
            getfield java.awt.geom.CubicCurve2D$Double.y2:D
            invokestatic java.lang.Math.min:(DD)D
         4: .line 566
            aload 0 /* this */
            getfield java.awt.geom.CubicCurve2D$Double.ctrly1:D
            aload 0 /* this */
            getfield java.awt.geom.CubicCurve2D$Double.ctrly2:D
            invokestatic java.lang.Math.min:(DD)D
         5: .line 565
            invokestatic java.lang.Math.min:(DD)D
            dstore 3 /* top */
        start local 3 // double top
         6: .line 567
            aload 0 /* this */
            getfield java.awt.geom.CubicCurve2D$Double.x1:D
            aload 0 /* this */
            getfield java.awt.geom.CubicCurve2D$Double.x2:D
            invokestatic java.lang.Math.max:(DD)D
         7: .line 568
            aload 0 /* this */
            getfield java.awt.geom.CubicCurve2D$Double.ctrlx1:D
            aload 0 /* this */
            getfield java.awt.geom.CubicCurve2D$Double.ctrlx2:D
            invokestatic java.lang.Math.max:(DD)D
         8: .line 567
            invokestatic java.lang.Math.max:(DD)D
            dstore 5 /* right */
        start local 5 // double right
         9: .line 569
            aload 0 /* this */
            getfield java.awt.geom.CubicCurve2D$Double.y1:D
            aload 0 /* this */
            getfield java.awt.geom.CubicCurve2D$Double.y2:D
            invokestatic java.lang.Math.max:(DD)D
        10: .line 570
            aload 0 /* this */
            getfield java.awt.geom.CubicCurve2D$Double.ctrly1:D
            aload 0 /* this */
            getfield java.awt.geom.CubicCurve2D$Double.ctrly2:D
            invokestatic java.lang.Math.max:(DD)D
        11: .line 569
            invokestatic java.lang.Math.max:(DD)D
            dstore 7 /* bottom */
        start local 7 // double bottom
        12: .line 571
            new java.awt.geom.Rectangle2D$Double
            dup
            dload 1 /* left */
            dload 3 /* top */
        13: .line 572
            dload 5 /* right */
            dload 1 /* left */
            dsub
            dload 7 /* bottom */
            dload 3 /* top */
            dsub
        14: .line 571
            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.CubicCurve2D$Double this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   15     0    this  Ljava/awt/geom/CubicCurve2D$Double;
            3   15     1    left  D
            6   15     3     top  D
            9   15     5   right  D
           12   15     7  bottom  D
}
SourceFile: "CubicCurve2D.java"
NestHost: java.awt.geom.CubicCurve2D
InnerClasses:
  public Double = java.awt.geom.CubicCurve2D$Double of java.awt.geom.CubicCurve2D
  public Double = java.awt.geom.Point2D$Double of java.awt.geom.Point2D
  public Double = java.awt.geom.Rectangle2D$Double of java.awt.geom.Rectangle2D