public class java.awt.geom.Ellipse2D$Float extends java.awt.geom.Ellipse2D implements java.io.Serializable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: java.awt.geom.Ellipse2D$Float
  super_class: java.awt.geom.Ellipse2D
{
  public float x;
    descriptor: F
    flags: (0x0001) ACC_PUBLIC

  public float y;
    descriptor: F
    flags: (0x0001) ACC_PUBLIC

  public float width;
    descriptor: F
    flags: (0x0001) ACC_PUBLIC

  public float height;
    descriptor: F
    flags: (0x0001) ACC_PUBLIC

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

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

  public void <init>(float, float, float, float);
    descriptor: (FFFF)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // java.awt.geom.Ellipse2D$Float this
        start local 1 // float x
        start local 2 // float y
        start local 3 // float w
        start local 4 // float h
         0: .line 100
            aload 0 /* this */
            invokespecial java.awt.geom.Ellipse2D.<init>:()V
         1: .line 101
            aload 0 /* this */
            fload 1 /* x */
            fload 2 /* y */
            fload 3 /* w */
            fload 4 /* h */
            invokevirtual java.awt.geom.Ellipse2D$Float.setFrame:(FFFF)V
         2: .line 102
            return
        end local 4 // float h
        end local 3 // float w
        end local 2 // float y
        end local 1 // float x
        end local 0 // java.awt.geom.Ellipse2D$Float this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljava/awt/geom/Ellipse2D$Float;
            0    3     1     x  F
            0    3     2     y  F
            0    3     3     w  F
            0    3     4     h  F
    MethodParameters:
      Name  Flags
      x     
      y     
      w     
      h     

  public double getX();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.awt.geom.Ellipse2D$Float this
         0: .line 109
            aload 0 /* this */
            getfield java.awt.geom.Ellipse2D$Float.x:F
            f2d
            dreturn
        end local 0 // java.awt.geom.Ellipse2D$Float this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/awt/geom/Ellipse2D$Float;

  public double getY();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.awt.geom.Ellipse2D$Float this
         0: .line 117
            aload 0 /* this */
            getfield java.awt.geom.Ellipse2D$Float.y:F
            f2d
            dreturn
        end local 0 // java.awt.geom.Ellipse2D$Float this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/awt/geom/Ellipse2D$Float;

  public double getWidth();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.awt.geom.Ellipse2D$Float this
         0: .line 125
            aload 0 /* this */
            getfield java.awt.geom.Ellipse2D$Float.width:F
            f2d
            dreturn
        end local 0 // java.awt.geom.Ellipse2D$Float this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/awt/geom/Ellipse2D$Float;

  public double getHeight();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.awt.geom.Ellipse2D$Float this
         0: .line 133
            aload 0 /* this */
            getfield java.awt.geom.Ellipse2D$Float.height:F
            f2d
            dreturn
        end local 0 // java.awt.geom.Ellipse2D$Float this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/awt/geom/Ellipse2D$Float;

  public boolean isEmpty();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // java.awt.geom.Ellipse2D$Float this
         0: .line 141
            aload 0 /* this */
            getfield java.awt.geom.Ellipse2D$Float.width:F
            f2d
            dconst_0
            dcmpg
            ifle 1
            aload 0 /* this */
            getfield java.awt.geom.Ellipse2D$Float.height:F
            f2d
            dconst_0
            dcmpg
            ifle 1
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_1
            ireturn
        end local 0 // java.awt.geom.Ellipse2D$Float this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/awt/geom/Ellipse2D$Float;

  public void setFrame(float, float, float, float);
    descriptor: (FFFF)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // java.awt.geom.Ellipse2D$Float this
        start local 1 // float x
        start local 2 // float y
        start local 3 // float w
        start local 4 // float h
         0: .line 157
            aload 0 /* this */
            fload 1 /* x */
            putfield java.awt.geom.Ellipse2D$Float.x:F
         1: .line 158
            aload 0 /* this */
            fload 2 /* y */
            putfield java.awt.geom.Ellipse2D$Float.y:F
         2: .line 159
            aload 0 /* this */
            fload 3 /* w */
            putfield java.awt.geom.Ellipse2D$Float.width:F
         3: .line 160
            aload 0 /* this */
            fload 4 /* h */
            putfield java.awt.geom.Ellipse2D$Float.height:F
         4: .line 161
            return
        end local 4 // float h
        end local 3 // float w
        end local 2 // float y
        end local 1 // float x
        end local 0 // java.awt.geom.Ellipse2D$Float this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Ljava/awt/geom/Ellipse2D$Float;
            0    5     1     x  F
            0    5     2     y  F
            0    5     3     w  F
            0    5     4     h  F
    MethodParameters:
      Name  Flags
      x     
      y     
      w     
      h     

  public void setFrame(double, double, double, double);
    descriptor: (DDDD)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=9, args_size=5
        start local 0 // java.awt.geom.Ellipse2D$Float this
        start local 1 // double x
        start local 3 // double y
        start local 5 // double w
        start local 7 // double h
         0: .line 168
            aload 0 /* this */
            dload 1 /* x */
            d2f
            putfield java.awt.geom.Ellipse2D$Float.x:F
         1: .line 169
            aload 0 /* this */
            dload 3 /* y */
            d2f
            putfield java.awt.geom.Ellipse2D$Float.y:F
         2: .line 170
            aload 0 /* this */
            dload 5 /* w */
            d2f
            putfield java.awt.geom.Ellipse2D$Float.width:F
         3: .line 171
            aload 0 /* this */
            dload 7 /* h */
            d2f
            putfield java.awt.geom.Ellipse2D$Float.height:F
         4: .line 172
            return
        end local 7 // double h
        end local 5 // double w
        end local 3 // double y
        end local 1 // double x
        end local 0 // java.awt.geom.Ellipse2D$Float this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Ljava/awt/geom/Ellipse2D$Float;
            0    5     1     x  D
            0    5     3     y  D
            0    5     5     w  D
            0    5     7     h  D
    MethodParameters:
      Name  Flags
      x     
      y     
      w     
      h     

  public java.awt.geom.Rectangle2D getBounds2D();
    descriptor: ()Ljava/awt/geom/Rectangle2D;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // java.awt.geom.Ellipse2D$Float this
         0: .line 179
            new java.awt.geom.Rectangle2D$Float
            dup
            aload 0 /* this */
            getfield java.awt.geom.Ellipse2D$Float.x:F
            aload 0 /* this */
            getfield java.awt.geom.Ellipse2D$Float.y:F
            aload 0 /* this */
            getfield java.awt.geom.Ellipse2D$Float.width:F
            aload 0 /* this */
            getfield java.awt.geom.Ellipse2D$Float.height:F
            invokespecial java.awt.geom.Rectangle2D$Float.<init>:(FFFF)V
            areturn
        end local 0 // java.awt.geom.Ellipse2D$Float this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/awt/geom/Ellipse2D$Float;
}
SourceFile: "Ellipse2D.java"
NestHost: java.awt.geom.Ellipse2D
InnerClasses:
  public Float = java.awt.geom.Ellipse2D$Float of java.awt.geom.Ellipse2D
  public Float = java.awt.geom.Rectangle2D$Float of java.awt.geom.Rectangle2D