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

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

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

  private final javafx.beans.property.DoubleProperty radius;
    descriptor: Ljavafx/beans/property/DoubleProperty;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  public void <init>(double);
    descriptor: (D)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // javafx.scene.shape.Circle this
        start local 1 // double radius
         0: .line 98
            aload 0 /* this */
            invokespecial javafx.scene.shape.Shape.<init>:()V
         1: .line 87
            aload 0 /* this */
            new com.sun.javafx.geom.Ellipse2D
            dup
            invokespecial com.sun.javafx.geom.Ellipse2D.<init>:()V
            putfield javafx.scene.shape.Circle.shape:Lcom/sun/javafx/geom/Ellipse2D;
         2: .line 91
            aload 0 /* this */
            invokestatic com.sun.javafx.scene.shape.CircleHelper.initHelper:(Ljavafx/scene/shape/Circle;)V
         3: .line 235
            aload 0 /* this */
            new javafx.scene.shape.Circle$2
            dup
            aload 0 /* this */
            invokespecial javafx.scene.shape.Circle$2.<init>:(Ljavafx/scene/shape/Circle;)V
            putfield javafx.scene.shape.Circle.radius:Ljavafx/beans/property/DoubleProperty;
         4: .line 99
            aload 0 /* this */
            dload 1 /* radius */
            invokevirtual javafx.scene.shape.Circle.setRadius:(D)V
         5: .line 100
            return
        end local 1 // double radius
        end local 0 // javafx.scene.shape.Circle this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Ljavafx/scene/shape/Circle;
            0    6     1  radius  D
    MethodParameters:
        Name  Flags
      radius  

  public void <init>(double, javafx.scene.paint.Paint);
    descriptor: (DLjavafx/scene/paint/Paint;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // javafx.scene.shape.Circle this
        start local 1 // double radius
        start local 3 // javafx.scene.paint.Paint fill
         0: .line 107
            aload 0 /* this */
            invokespecial javafx.scene.shape.Shape.<init>:()V
         1: .line 87
            aload 0 /* this */
            new com.sun.javafx.geom.Ellipse2D
            dup
            invokespecial com.sun.javafx.geom.Ellipse2D.<init>:()V
            putfield javafx.scene.shape.Circle.shape:Lcom/sun/javafx/geom/Ellipse2D;
         2: .line 91
            aload 0 /* this */
            invokestatic com.sun.javafx.scene.shape.CircleHelper.initHelper:(Ljavafx/scene/shape/Circle;)V
         3: .line 235
            aload 0 /* this */
            new javafx.scene.shape.Circle$2
            dup
            aload 0 /* this */
            invokespecial javafx.scene.shape.Circle$2.<init>:(Ljavafx/scene/shape/Circle;)V
            putfield javafx.scene.shape.Circle.radius:Ljavafx/beans/property/DoubleProperty;
         4: .line 108
            aload 0 /* this */
            dload 1 /* radius */
            invokevirtual javafx.scene.shape.Circle.setRadius:(D)V
         5: .line 109
            aload 0 /* this */
            aload 3 /* fill */
            invokevirtual javafx.scene.shape.Circle.setFill:(Ljavafx/scene/paint/Paint;)V
         6: .line 110
            return
        end local 3 // javafx.scene.paint.Paint fill
        end local 1 // double radius
        end local 0 // javafx.scene.shape.Circle this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Ljavafx/scene/shape/Circle;
            0    7     1  radius  D
            0    7     3    fill  Ljavafx/scene/paint/Paint;
    MethodParameters:
        Name  Flags
      radius  
      fill    

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // javafx.scene.shape.Circle this
         0: .line 115
            aload 0 /* this */
            invokespecial javafx.scene.shape.Shape.<init>:()V
         1: .line 87
            aload 0 /* this */
            new com.sun.javafx.geom.Ellipse2D
            dup
            invokespecial com.sun.javafx.geom.Ellipse2D.<init>:()V
            putfield javafx.scene.shape.Circle.shape:Lcom/sun/javafx/geom/Ellipse2D;
         2: .line 91
            aload 0 /* this */
            invokestatic com.sun.javafx.scene.shape.CircleHelper.initHelper:(Ljavafx/scene/shape/Circle;)V
         3: .line 235
            aload 0 /* this */
            new javafx.scene.shape.Circle$2
            dup
            aload 0 /* this */
            invokespecial javafx.scene.shape.Circle$2.<init>:(Ljavafx/scene/shape/Circle;)V
            putfield javafx.scene.shape.Circle.radius:Ljavafx/beans/property/DoubleProperty;
         4: .line 116
            return
        end local 0 // javafx.scene.shape.Circle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Ljavafx/scene/shape/Circle;

  public void <init>(double, double, double);
    descriptor: (DDD)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=7, args_size=4
        start local 0 // javafx.scene.shape.Circle this
        start local 1 // double centerX
        start local 3 // double centerY
        start local 5 // double radius
         0: .line 124
            aload 0 /* this */
            invokespecial javafx.scene.shape.Shape.<init>:()V
         1: .line 87
            aload 0 /* this */
            new com.sun.javafx.geom.Ellipse2D
            dup
            invokespecial com.sun.javafx.geom.Ellipse2D.<init>:()V
            putfield javafx.scene.shape.Circle.shape:Lcom/sun/javafx/geom/Ellipse2D;
         2: .line 91
            aload 0 /* this */
            invokestatic com.sun.javafx.scene.shape.CircleHelper.initHelper:(Ljavafx/scene/shape/Circle;)V
         3: .line 235
            aload 0 /* this */
            new javafx.scene.shape.Circle$2
            dup
            aload 0 /* this */
            invokespecial javafx.scene.shape.Circle$2.<init>:(Ljavafx/scene/shape/Circle;)V
            putfield javafx.scene.shape.Circle.radius:Ljavafx/beans/property/DoubleProperty;
         4: .line 125
            aload 0 /* this */
            dload 1 /* centerX */
            invokevirtual javafx.scene.shape.Circle.setCenterX:(D)V
         5: .line 126
            aload 0 /* this */
            dload 3 /* centerY */
            invokevirtual javafx.scene.shape.Circle.setCenterY:(D)V
         6: .line 127
            aload 0 /* this */
            dload 5 /* radius */
            invokevirtual javafx.scene.shape.Circle.setRadius:(D)V
         7: .line 128
            return
        end local 5 // double radius
        end local 3 // double centerY
        end local 1 // double centerX
        end local 0 // javafx.scene.shape.Circle this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    8     0     this  Ljavafx/scene/shape/Circle;
            0    8     1  centerX  D
            0    8     3  centerY  D
            0    8     5   radius  D
    MethodParameters:
         Name  Flags
      centerX  
      centerY  
      radius   

  public void <init>(double, double, double, javafx.scene.paint.Paint);
    descriptor: (DDDLjavafx/scene/paint/Paint;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=8, args_size=5
        start local 0 // javafx.scene.shape.Circle this
        start local 1 // double centerX
        start local 3 // double centerY
        start local 5 // double radius
        start local 7 // javafx.scene.paint.Paint fill
         0: .line 137
            aload 0 /* this */
            invokespecial javafx.scene.shape.Shape.<init>:()V
         1: .line 87
            aload 0 /* this */
            new com.sun.javafx.geom.Ellipse2D
            dup
            invokespecial com.sun.javafx.geom.Ellipse2D.<init>:()V
            putfield javafx.scene.shape.Circle.shape:Lcom/sun/javafx/geom/Ellipse2D;
         2: .line 91
            aload 0 /* this */
            invokestatic com.sun.javafx.scene.shape.CircleHelper.initHelper:(Ljavafx/scene/shape/Circle;)V
         3: .line 235
            aload 0 /* this */
            new javafx.scene.shape.Circle$2
            dup
            aload 0 /* this */
            invokespecial javafx.scene.shape.Circle$2.<init>:(Ljavafx/scene/shape/Circle;)V
            putfield javafx.scene.shape.Circle.radius:Ljavafx/beans/property/DoubleProperty;
         4: .line 138
            aload 0 /* this */
            dload 1 /* centerX */
            invokevirtual javafx.scene.shape.Circle.setCenterX:(D)V
         5: .line 139
            aload 0 /* this */
            dload 3 /* centerY */
            invokevirtual javafx.scene.shape.Circle.setCenterY:(D)V
         6: .line 140
            aload 0 /* this */
            dload 5 /* radius */
            invokevirtual javafx.scene.shape.Circle.setRadius:(D)V
         7: .line 141
            aload 0 /* this */
            aload 7 /* fill */
            invokevirtual javafx.scene.shape.Circle.setFill:(Ljavafx/scene/paint/Paint;)V
         8: .line 142
            return
        end local 7 // javafx.scene.paint.Paint fill
        end local 5 // double radius
        end local 3 // double centerY
        end local 1 // double centerX
        end local 0 // javafx.scene.shape.Circle this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    9     0     this  Ljavafx/scene/shape/Circle;
            0    9     1  centerX  D
            0    9     3  centerY  D
            0    9     5   radius  D
            0    9     7     fill  Ljavafx/scene/paint/Paint;
    MethodParameters:
         Name  Flags
      centerX  
      centerY  
      radius   
      fill     

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

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

  public final javafx.beans.property.DoubleProperty centerXProperty();
    descriptor: ()Ljavafx/beans/property/DoubleProperty;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // javafx.scene.shape.Circle this
         0: .line 164
            aload 0 /* this */
            getfield javafx.scene.shape.Circle.centerX:Ljavafx/beans/property/DoubleProperty;
            ifnonnull 2
         1: .line 165
            aload 0 /* this */
            new javafx.scene.shape.Circle$3
            dup
            aload 0 /* this */
            dconst_0
            invokespecial javafx.scene.shape.Circle$3.<init>:(Ljavafx/scene/shape/Circle;D)V
            putfield javafx.scene.shape.Circle.centerX:Ljavafx/beans/property/DoubleProperty;
         2: .line 184
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.shape.Circle.centerX:Ljavafx/beans/property/DoubleProperty;
            areturn
        end local 0 // javafx.scene.shape.Circle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/shape/Circle;

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

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

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

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

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

  public final javafx.beans.property.DoubleProperty radiusProperty();
    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.Circle this
         0: .line 263
            aload 0 /* this */
            getfield javafx.scene.shape.Circle.radius:Ljavafx/beans/property/DoubleProperty;
            areturn
        end local 0 // javafx.scene.shape.Circle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/shape/Circle;

  javafx.scene.shape.StrokeLineJoin convertLineJoin(javafx.scene.shape.StrokeLineJoin);
    descriptor: (Ljavafx/scene/shape/StrokeLineJoin;)Ljavafx/scene/shape/StrokeLineJoin;
    flags: (0x0000) 
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // javafx.scene.shape.Circle this
        start local 1 // javafx.scene.shape.StrokeLineJoin t
         0: .line 283
            getstatic javafx.scene.shape.StrokeLineJoin.BEVEL:Ljavafx/scene/shape/StrokeLineJoin;
            areturn
        end local 1 // javafx.scene.shape.StrokeLineJoin t
        end local 0 // javafx.scene.shape.Circle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/shape/Circle;
            0    1     1     t  Ljavafx/scene/shape/StrokeLineJoin;
    MethodParameters:
      Name  Flags
      t     

  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.Circle this
         0: .line 290
            new com.sun.javafx.sg.prism.NGCircle
            dup
            invokespecial com.sun.javafx.sg.prism.NGCircle.<init>:()V
            areturn
        end local 0 // javafx.scene.shape.Circle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/shape/Circle;

  private com.sun.javafx.geom.BaseBounds doComputeGeomBounds(com.sun.javafx.geom.BaseBounds, com.sun.javafx.geom.transform.BaseTransform);
    descriptor: (Lcom/sun/javafx/geom/BaseBounds;Lcom/sun/javafx/geom/transform/BaseTransform;)Lcom/sun/javafx/geom/BaseBounds;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=15, locals=19, args_size=3
        start local 0 // javafx.scene.shape.Circle this
        start local 1 // com.sun.javafx.geom.BaseBounds bounds
        start local 2 // com.sun.javafx.geom.transform.BaseTransform tx
         0: .line 300
            aload 0 /* this */
            invokevirtual javafx.scene.shape.Circle.getMode:()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 301
            aload 1 /* bounds */
            invokevirtual com.sun.javafx.geom.BaseBounds.makeEmpty:()Lcom/sun/javafx/geom/BaseBounds;
            areturn
         2: .line 304
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual javafx.scene.shape.Circle.getCenterX:()D
            dstore 3 /* cX */
        start local 3 // double cX
         3: .line 305
            aload 0 /* this */
            invokevirtual javafx.scene.shape.Circle.getCenterY:()D
            dstore 5 /* cY */
        start local 5 // double cY
         4: .line 307
            aload 2 /* tx */
            invokevirtual com.sun.javafx.geom.transform.BaseTransform.getType:()I
            bipush -26
            iand
            ifne 16
         5: .line 309
            dload 3 /* cX */
            aload 2 /* tx */
            invokevirtual com.sun.javafx.geom.transform.BaseTransform.getMxx:()D
            dmul
            dload 5 /* cY */
            aload 2 /* tx */
            invokevirtual com.sun.javafx.geom.transform.BaseTransform.getMxy:()D
            dmul
            dadd
            aload 2 /* tx */
            invokevirtual com.sun.javafx.geom.transform.BaseTransform.getMxt:()D
            dadd
            dstore 7 /* tCX */
        start local 7 // double tCX
         6: .line 310
            dload 3 /* cX */
            aload 2 /* tx */
            invokevirtual com.sun.javafx.geom.transform.BaseTransform.getMyx:()D
            dmul
            dload 5 /* cY */
            aload 2 /* tx */
            invokevirtual com.sun.javafx.geom.transform.BaseTransform.getMyy:()D
            dmul
            dadd
            aload 2 /* tx */
            invokevirtual com.sun.javafx.geom.transform.BaseTransform.getMyt:()D
            dadd
            dstore 9 /* tCY */
        start local 9 // double tCY
         7: .line 311
            aload 0 /* this */
            invokevirtual javafx.scene.shape.Circle.getRadius:()D
            dstore 11 /* r */
        start local 11 // double r
         8: .line 313
            aload 0 /* this */
            invokevirtual javafx.scene.shape.Circle.getMode:()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 13
            aload 0 /* this */
            invokevirtual javafx.scene.shape.Circle.getStrokeType:()Ljavafx/scene/shape/StrokeType;
            getstatic javafx.scene.shape.StrokeType.INSIDE:Ljavafx/scene/shape/StrokeType;
            if_acmpeq 13
         9: .line 314
            aload 0 /* this */
            invokevirtual javafx.scene.shape.Circle.getStrokeWidth:()D
            dstore 13 /* upad */
        start local 13 // double upad
        10: .line 315
            aload 0 /* this */
            invokevirtual javafx.scene.shape.Circle.getStrokeType:()Ljavafx/scene/shape/StrokeType;
            getstatic javafx.scene.shape.StrokeType.CENTERED:Ljavafx/scene/shape/StrokeType;
            if_acmpne 12
        11: .line 316
            dload 13 /* upad */
            ldc 2.0
            ddiv
            dstore 13 /* upad */
        12: .line 318
      StackMap locals: javafx.scene.shape.Circle com.sun.javafx.geom.BaseBounds com.sun.javafx.geom.transform.BaseTransform double double double double double double
      StackMap stack:
            dload 11 /* r */
            dload 13 /* upad */
            dadd
            dstore 11 /* r */
        end local 13 // double upad
        13: .line 321
      StackMap locals:
      StackMap stack:
            aload 1 /* bounds */
            dload 7 /* tCX */
            dload 11 /* r */
            dsub
            d2f
            dload 9 /* tCY */
            dload 11 /* r */
            dsub
            d2f
            fconst_0
        14: .line 322
            dload 7 /* tCX */
            dload 11 /* r */
            dadd
            d2f
            dload 9 /* tCY */
            dload 11 /* r */
            dadd
            d2f
            fconst_0
        15: .line 321
            invokevirtual com.sun.javafx.geom.BaseBounds.deriveWithNewBounds:(FFFFFF)Lcom/sun/javafx/geom/BaseBounds;
            areturn
        end local 11 // double r
        end local 9 // double tCY
        end local 7 // double tCX
        16: .line 323
      StackMap locals:
      StackMap stack:
            aload 2 /* tx */
            invokevirtual com.sun.javafx.geom.transform.BaseTransform.getType:()I
            bipush -72
            iand
            ifne 27
        17: .line 324
            aload 0 /* this */
            invokevirtual javafx.scene.shape.Circle.getRadius:()D
            dstore 7 /* r */
        start local 7 // double r
        18: .line 325
            aload 0 /* this */
            invokevirtual javafx.scene.shape.Circle.getCenterX:()D
            dload 7 /* r */
            dsub
            dstore 9 /* x */
        start local 9 // double x
        19: .line 326
            aload 0 /* this */
            invokevirtual javafx.scene.shape.Circle.getCenterY:()D
            dload 7 /* r */
            dsub
            dstore 11 /* y */
        start local 11 // double y
        20: .line 327
            ldc 2.0
            dload 7 /* r */
            dmul
            dstore 13 /* width */
        start local 13 // double width
        21: .line 328
            dload 13 /* width */
            dstore 15 /* height */
        start local 15 // double height
        22: .line 330
            aload 0 /* this */
            invokevirtual javafx.scene.shape.Circle.getMode:()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 23
            aload 0 /* this */
            invokevirtual javafx.scene.shape.Circle.getStrokeType:()Ljavafx/scene/shape/StrokeType;
            getstatic javafx.scene.shape.StrokeType.INSIDE:Ljavafx/scene/shape/StrokeType;
            if_acmpne 25
        23: .line 331
      StackMap locals: javafx.scene.shape.Circle com.sun.javafx.geom.BaseBounds com.sun.javafx.geom.transform.BaseTransform double double double double double double double
      StackMap stack:
            dconst_0
            dstore 17 /* upad */
        start local 17 // double upad
        24: .line 332
            goto 26
        end local 17 // double upad
        25: .line 333
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual javafx.scene.shape.Circle.getStrokeWidth:()D
            dstore 17 /* upad */
        start local 17 // double upad
        26: .line 335
      StackMap locals: double
      StackMap stack:
            aload 0 /* this */
            aload 1 /* bounds */
            aload 2 /* tx */
            dload 17 /* upad */
            dconst_0
            dload 9 /* x */
            dload 11 /* y */
            dload 13 /* width */
            dload 15 /* height */
            invokevirtual javafx.scene.shape.Circle.computeBounds:(Lcom/sun/javafx/geom/BaseBounds;Lcom/sun/javafx/geom/transform/BaseTransform;DDDDDD)Lcom/sun/javafx/geom/BaseBounds;
            areturn
        end local 17 // double upad
        end local 15 // double height
        end local 13 // double width
        end local 11 // double y
        end local 9 // double x
        end local 7 // double r
        27: .line 338
      StackMap locals: javafx.scene.shape.Circle com.sun.javafx.geom.BaseBounds com.sun.javafx.geom.transform.BaseTransform double double
      StackMap stack:
            aload 0 /* this */
            aload 1 /* bounds */
            aload 2 /* tx */
            aload 0 /* this */
            invokestatic com.sun.javafx.scene.shape.ShapeHelper.configShape:(Ljavafx/scene/shape/Shape;)Lcom/sun/javafx/geom/Shape;
            invokevirtual javafx.scene.shape.Circle.computeShapeBounds:(Lcom/sun/javafx/geom/BaseBounds;Lcom/sun/javafx/geom/transform/BaseTransform;Lcom/sun/javafx/geom/Shape;)Lcom/sun/javafx/geom/BaseBounds;
            areturn
        end local 5 // double cY
        end local 3 // double cX
        end local 2 // com.sun.javafx.geom.transform.BaseTransform tx
        end local 1 // com.sun.javafx.geom.BaseBounds bounds
        end local 0 // javafx.scene.shape.Circle this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   28     0    this  Ljavafx/scene/shape/Circle;
            0   28     1  bounds  Lcom/sun/javafx/geom/BaseBounds;
            0   28     2      tx  Lcom/sun/javafx/geom/transform/BaseTransform;
            3   28     3      cX  D
            4   28     5      cY  D
            6   16     7     tCX  D
            7   16     9     tCY  D
            8   16    11       r  D
           10   13    13    upad  D
           18   27     7       r  D
           19   27     9       x  D
           20   27    11       y  D
           21   27    13   width  D
           22   27    15  height  D
           24   25    17    upad  D
           26   27    17    upad  D
    MethodParameters:
        Name  Flags
      bounds  
      tx      

  private com.sun.javafx.geom.Ellipse2D doConfigShape();
    descriptor: ()Lcom/sun/javafx/geom/Ellipse2D;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=8, locals=3, args_size=1
        start local 0 // javafx.scene.shape.Circle this
         0: .line 345
            aload 0 /* this */
            invokevirtual javafx.scene.shape.Circle.getRadius:()D
            dstore 1 /* r */
        start local 1 // double r
         1: .line 346
            aload 0 /* this */
            getfield javafx.scene.shape.Circle.shape:Lcom/sun/javafx/geom/Ellipse2D;
         2: .line 347
            aload 0 /* this */
            invokevirtual javafx.scene.shape.Circle.getCenterX:()D
            dload 1 /* r */
            dsub
            d2f
         3: .line 348
            aload 0 /* this */
            invokevirtual javafx.scene.shape.Circle.getCenterY:()D
            dload 1 /* r */
            dsub
            d2f
         4: .line 349
            dload 1 /* r */
            ldc 2.0
            dmul
            d2f
         5: .line 350
            dload 1 /* r */
            ldc 2.0
            dmul
            d2f
         6: .line 346
            invokevirtual com.sun.javafx.geom.Ellipse2D.setFrame:(FFFF)V
         7: .line 351
            aload 0 /* this */
            getfield javafx.scene.shape.Circle.shape:Lcom/sun/javafx/geom/Ellipse2D;
            areturn
        end local 1 // double r
        end local 0 // javafx.scene.shape.Circle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Ljavafx/scene/shape/Circle;
            1    8     1     r  D

  private void doUpdatePeer();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // javafx.scene.shape.Circle this
         0: .line 358
            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 6
         1: .line 359
            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.NGCircle
            astore 1 /* peer */
        start local 1 // com.sun.javafx.sg.prism.NGCircle peer
         2: .line 360
            aload 1 /* peer */
            aload 0 /* this */
            invokevirtual javafx.scene.shape.Circle.getCenterX:()D
            d2f
         3: .line 361
            aload 0 /* this */
            invokevirtual javafx.scene.shape.Circle.getCenterY:()D
            d2f
         4: .line 362
            aload 0 /* this */
            invokevirtual javafx.scene.shape.Circle.getRadius:()D
            d2f
         5: .line 360
            invokevirtual com.sun.javafx.sg.prism.NGCircle.updateCircle:(FFF)V
        end local 1 // com.sun.javafx.sg.prism.NGCircle peer
         6: .line 364
      StackMap locals:
      StackMap stack:
            return
        end local 0 // javafx.scene.shape.Circle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Ljavafx/scene/shape/Circle;
            2    6     1  peer  Lcom/sun/javafx/sg/prism/NGCircle;

  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.Circle this
         0: .line 372
            new java.lang.StringBuilder
            dup
            ldc "Circle["
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            astore 1 /* sb */
        start local 1 // java.lang.StringBuilder sb
         1: .line 374
            aload 0 /* this */
            invokevirtual javafx.scene.shape.Circle.getId:()Ljava/lang/String;
            astore 2 /* id */
        start local 2 // java.lang.String id
         2: .line 375
            aload 2 /* id */
            ifnull 4
         3: .line 376
            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 379
      StackMap locals: java.lang.StringBuilder java.lang.String
      StackMap stack:
            aload 1 /* sb */
            ldc "centerX="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            invokevirtual javafx.scene.shape.Circle.getCenterX:()D
            invokevirtual java.lang.StringBuilder.append:(D)Ljava/lang/StringBuilder;
            pop
         5: .line 380
            aload 1 /* sb */
            ldc ", centerY="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            invokevirtual javafx.scene.shape.Circle.getCenterY:()D
            invokevirtual java.lang.StringBuilder.append:(D)Ljava/lang/StringBuilder;
            pop
         6: .line 381
            aload 1 /* sb */
            ldc ", radius="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            invokevirtual javafx.scene.shape.Circle.getRadius:()D
            invokevirtual java.lang.StringBuilder.append:(D)Ljava/lang/StringBuilder;
            pop
         7: .line 383
            aload 1 /* sb */
            ldc ", fill="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            invokevirtual javafx.scene.shape.Circle.getFill:()Ljavafx/scene/paint/Paint;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            pop
         8: .line 385
            aload 0 /* this */
            invokevirtual javafx.scene.shape.Circle.getStroke:()Ljavafx/scene/paint/Paint;
            astore 3 /* stroke */
        start local 3 // javafx.scene.paint.Paint stroke
         9: .line 386
            aload 3 /* stroke */
            ifnull 12
        10: .line 387
            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
        11: .line 388
            aload 1 /* sb */
            ldc ", strokeWidth="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            invokevirtual javafx.scene.shape.Circle.getStrokeWidth:()D
            invokevirtual java.lang.StringBuilder.append:(D)Ljava/lang/StringBuilder;
            pop
        12: .line 391
      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.Circle this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   13     0    this  Ljavafx/scene/shape/Circle;
            1   13     1      sb  Ljava/lang/StringBuilder;
            2   13     2      id  Ljava/lang/String;
            9   13     3  stroke  Ljavafx/scene/paint/Paint;
}
SourceFile: "Circle.java"
NestMembers:
  javafx.scene.shape.Circle$1  javafx.scene.shape.Circle$2  javafx.scene.shape.Circle$3  javafx.scene.shape.Circle$4
InnerClasses:
  public abstract CircleAccessor = com.sun.javafx.scene.shape.CircleHelper$CircleAccessor of com.sun.javafx.scene.shape.CircleHelper
  public final Mode = com.sun.javafx.sg.prism.NGShape$Mode of com.sun.javafx.sg.prism.NGShape
  javafx.scene.shape.Circle$1
  javafx.scene.shape.Circle$2
  javafx.scene.shape.Circle$3
  javafx.scene.shape.Circle$4