class java.awt.geom.ArcIterator implements java.awt.geom.PathIterator
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: java.awt.geom.ArcIterator
  super_class: java.lang.Object
{
  double x;
    descriptor: D
    flags: (0x0000) 

  double y;
    descriptor: D
    flags: (0x0000) 

  double w;
    descriptor: D
    flags: (0x0000) 

  double h;
    descriptor: D
    flags: (0x0000) 

  double angStRad;
    descriptor: D
    flags: (0x0000) 

  double increment;
    descriptor: D
    flags: (0x0000) 

  double cv;
    descriptor: D
    flags: (0x0000) 

  java.awt.geom.AffineTransform affine;
    descriptor: Ljava/awt/geom/AffineTransform;
    flags: (0x0000) 

  int index;
    descriptor: I
    flags: (0x0000) 

  int arcSegs;
    descriptor: I
    flags: (0x0000) 

  int lineSegs;
    descriptor: I
    flags: (0x0000) 

  void <init>(java.awt.geom.Arc2D, java.awt.geom.AffineTransform);
    descriptor: (Ljava/awt/geom/Arc2D;Ljava/awt/geom/AffineTransform;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=5, args_size=3
        start local 0 // java.awt.geom.ArcIterator this
        start local 1 // java.awt.geom.Arc2D a
        start local 2 // java.awt.geom.AffineTransform at
         0: .line 43
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 44
            aload 0 /* this */
            aload 1 /* a */
            invokevirtual java.awt.geom.Arc2D.getWidth:()D
            ldc 2.0
            ddiv
            putfield java.awt.geom.ArcIterator.w:D
         2: .line 45
            aload 0 /* this */
            aload 1 /* a */
            invokevirtual java.awt.geom.Arc2D.getHeight:()D
            ldc 2.0
            ddiv
            putfield java.awt.geom.ArcIterator.h:D
         3: .line 46
            aload 0 /* this */
            aload 1 /* a */
            invokevirtual java.awt.geom.Arc2D.getX:()D
            aload 0 /* this */
            getfield java.awt.geom.ArcIterator.w:D
            dadd
            putfield java.awt.geom.ArcIterator.x:D
         4: .line 47
            aload 0 /* this */
            aload 1 /* a */
            invokevirtual java.awt.geom.Arc2D.getY:()D
            aload 0 /* this */
            getfield java.awt.geom.ArcIterator.h:D
            dadd
            putfield java.awt.geom.ArcIterator.y:D
         5: .line 48
            aload 0 /* this */
            aload 1 /* a */
            invokevirtual java.awt.geom.Arc2D.getAngleStart:()D
            invokestatic java.lang.Math.toRadians:(D)D
            dneg
            putfield java.awt.geom.ArcIterator.angStRad:D
         6: .line 49
            aload 0 /* this */
            aload 2 /* at */
            putfield java.awt.geom.ArcIterator.affine:Ljava/awt/geom/AffineTransform;
         7: .line 50
            aload 1 /* a */
            invokevirtual java.awt.geom.Arc2D.getAngleExtent:()D
            dneg
            dstore 3 /* ext */
        start local 3 // double ext
         8: .line 51
            dload 3 /* ext */
            ldc 360.0
            dcmpl
            ifge 9
            dload 3 /* ext */
            ldc -360.0
            dcmpg
            ifgt 16
         9: .line 52
      StackMap locals: java.awt.geom.ArcIterator java.awt.geom.Arc2D java.awt.geom.AffineTransform double
      StackMap stack:
            aload 0 /* this */
            iconst_4
            putfield java.awt.geom.ArcIterator.arcSegs:I
        10: .line 53
            aload 0 /* this */
            ldc 1.5707963267948966
            putfield java.awt.geom.ArcIterator.increment:D
        11: .line 55
            aload 0 /* this */
            ldc 0.5522847498307933
            putfield java.awt.geom.ArcIterator.cv:D
        12: .line 56
            dload 3 /* ext */
            dconst_0
            dcmpg
            ifge 21
        13: .line 57
            aload 0 /* this */
            aload 0 /* this */
            getfield java.awt.geom.ArcIterator.increment:D
            dneg
            putfield java.awt.geom.ArcIterator.increment:D
        14: .line 58
            aload 0 /* this */
            aload 0 /* this */
            getfield java.awt.geom.ArcIterator.cv:D
            dneg
            putfield java.awt.geom.ArcIterator.cv:D
        15: .line 60
            goto 21
        16: .line 61
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dload 3 /* ext */
            invokestatic java.lang.Math.abs:(D)D
            ldc 90.0
            ddiv
            invokestatic java.lang.Math.ceil:(D)D
            d2i
            putfield java.awt.geom.ArcIterator.arcSegs:I
        17: .line 62
            aload 0 /* this */
            dload 3 /* ext */
            aload 0 /* this */
            getfield java.awt.geom.ArcIterator.arcSegs:I
            i2d
            ddiv
            invokestatic java.lang.Math.toRadians:(D)D
            putfield java.awt.geom.ArcIterator.increment:D
        18: .line 63
            aload 0 /* this */
            aload 0 /* this */
            getfield java.awt.geom.ArcIterator.increment:D
            invokestatic java.awt.geom.ArcIterator.btan:(D)D
            putfield java.awt.geom.ArcIterator.cv:D
        19: .line 64
            aload 0 /* this */
            getfield java.awt.geom.ArcIterator.cv:D
            dconst_0
            dcmpl
            ifne 21
        20: .line 65
            aload 0 /* this */
            iconst_0
            putfield java.awt.geom.ArcIterator.arcSegs:I
        21: .line 68
      StackMap locals:
      StackMap stack:
            aload 1 /* a */
            invokevirtual java.awt.geom.Arc2D.getArcType:()I
            tableswitch { // 0 - 2
                    0: 22
                    1: 24
                    2: 26
              default: 27
          }
        22: .line 70
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield java.awt.geom.ArcIterator.lineSegs:I
        23: .line 71
            goto 27
        24: .line 73
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield java.awt.geom.ArcIterator.lineSegs:I
        25: .line 74
            goto 27
        26: .line 76
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_2
            putfield java.awt.geom.ArcIterator.lineSegs:I
        27: .line 79
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.awt.geom.ArcIterator.w:D
            dconst_0
            dcmpg
            iflt 28
            aload 0 /* this */
            getfield java.awt.geom.ArcIterator.h:D
            dconst_0
            dcmpg
            ifge 29
        28: .line 80
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            iconst_m1
            dup_x1
            putfield java.awt.geom.ArcIterator.lineSegs:I
            putfield java.awt.geom.ArcIterator.arcSegs:I
        29: .line 82
      StackMap locals:
      StackMap stack:
            return
        end local 3 // double ext
        end local 2 // java.awt.geom.AffineTransform at
        end local 1 // java.awt.geom.Arc2D a
        end local 0 // java.awt.geom.ArcIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   30     0  this  Ljava/awt/geom/ArcIterator;
            0   30     1     a  Ljava/awt/geom/Arc2D;
            0   30     2    at  Ljava/awt/geom/AffineTransform;
            8   30     3   ext  D
    MethodParameters:
      Name  Flags
      a     
      at    

  public int getWindingRule();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.awt.geom.ArcIterator this
         0: .line 91
            iconst_1
            ireturn
        end local 0 // java.awt.geom.ArcIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/awt/geom/ArcIterator;

  public boolean isDone();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.awt.geom.ArcIterator this
         0: .line 99
            aload 0 /* this */
            getfield java.awt.geom.ArcIterator.index:I
            aload 0 /* this */
            getfield java.awt.geom.ArcIterator.arcSegs:I
            aload 0 /* this */
            getfield java.awt.geom.ArcIterator.lineSegs:I
            iadd
            if_icmple 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // java.awt.geom.ArcIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/awt/geom/ArcIterator;

  public void next();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.awt.geom.ArcIterator this
         0: .line 108
            aload 0 /* this */
            dup
            getfield java.awt.geom.ArcIterator.index:I
            iconst_1
            iadd
            putfield java.awt.geom.ArcIterator.index:I
         1: .line 109
            return
        end local 0 // java.awt.geom.ArcIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/awt/geom/ArcIterator;

  private static double btan(double);
    descriptor: (D)D
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=6, locals=2, args_size=1
        start local 0 // double increment
         0: .line 189
            dload 0 /* increment */
            ldc 2.0
            ddiv
            dstore 0 /* increment */
         1: .line 190
            ldc 1.3333333333333333
            dload 0 /* increment */
            invokestatic java.lang.Math.sin:(D)D
            dmul
            dconst_1
            dload 0 /* increment */
            invokestatic java.lang.Math.cos:(D)D
            dadd
            ddiv
            dreturn
        end local 0 // double increment
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0  increment  D
    MethodParameters:
           Name  Flags
      increment  

  public int currentSegment(float[]);
    descriptor: ([F)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=10, locals=8, args_size=2
        start local 0 // java.awt.geom.ArcIterator this
        start local 1 // float[] coords
         0: .line 212
            aload 0 /* this */
            invokevirtual java.awt.geom.ArcIterator.isDone:()Z
            ifeq 2
         1: .line 213
            new java.util.NoSuchElementException
            dup
            ldc "arc iterator out of bounds"
            invokespecial java.util.NoSuchElementException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 215
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.awt.geom.ArcIterator.angStRad:D
            dstore 2 /* angle */
        start local 2 // double angle
         3: .line 216
            aload 0 /* this */
            getfield java.awt.geom.ArcIterator.index:I
            ifne 9
         4: .line 217
            aload 1 /* coords */
            iconst_0
            aload 0 /* this */
            getfield java.awt.geom.ArcIterator.x:D
            dload 2 /* angle */
            invokestatic java.lang.Math.cos:(D)D
            aload 0 /* this */
            getfield java.awt.geom.ArcIterator.w:D
            dmul
            dadd
            d2f
            fastore
         5: .line 218
            aload 1 /* coords */
            iconst_1
            aload 0 /* this */
            getfield java.awt.geom.ArcIterator.y:D
            dload 2 /* angle */
            invokestatic java.lang.Math.sin:(D)D
            aload 0 /* this */
            getfield java.awt.geom.ArcIterator.h:D
            dmul
            dadd
            d2f
            fastore
         6: .line 219
            aload 0 /* this */
            getfield java.awt.geom.ArcIterator.affine:Ljava/awt/geom/AffineTransform;
            ifnull 8
         7: .line 220
            aload 0 /* this */
            getfield java.awt.geom.ArcIterator.affine:Ljava/awt/geom/AffineTransform;
            aload 1 /* coords */
            iconst_0
            aload 1 /* coords */
            iconst_0
            iconst_1
            invokevirtual java.awt.geom.AffineTransform.transform:([FI[FII)V
         8: .line 222
      StackMap locals: double
      StackMap stack:
            iconst_0
            ireturn
         9: .line 224
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.awt.geom.ArcIterator.index:I
            aload 0 /* this */
            getfield java.awt.geom.ArcIterator.arcSegs:I
            if_icmple 17
        10: .line 225
            aload 0 /* this */
            getfield java.awt.geom.ArcIterator.index:I
            aload 0 /* this */
            getfield java.awt.geom.ArcIterator.arcSegs:I
            aload 0 /* this */
            getfield java.awt.geom.ArcIterator.lineSegs:I
            iadd
            if_icmpne 12
        11: .line 226
            iconst_4
            ireturn
        12: .line 228
      StackMap locals:
      StackMap stack:
            aload 1 /* coords */
            iconst_0
            aload 0 /* this */
            getfield java.awt.geom.ArcIterator.x:D
            d2f
            fastore
        13: .line 229
            aload 1 /* coords */
            iconst_1
            aload 0 /* this */
            getfield java.awt.geom.ArcIterator.y:D
            d2f
            fastore
        14: .line 230
            aload 0 /* this */
            getfield java.awt.geom.ArcIterator.affine:Ljava/awt/geom/AffineTransform;
            ifnull 16
        15: .line 231
            aload 0 /* this */
            getfield java.awt.geom.ArcIterator.affine:Ljava/awt/geom/AffineTransform;
            aload 1 /* coords */
            iconst_0
            aload 1 /* coords */
            iconst_0
            iconst_1
            invokevirtual java.awt.geom.AffineTransform.transform:([FI[FII)V
        16: .line 233
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        17: .line 235
      StackMap locals:
      StackMap stack:
            dload 2 /* angle */
            aload 0 /* this */
            getfield java.awt.geom.ArcIterator.increment:D
            aload 0 /* this */
            getfield java.awt.geom.ArcIterator.index:I
            iconst_1
            isub
            i2d
            dmul
            dadd
            dstore 2 /* angle */
        18: .line 236
            dload 2 /* angle */
            invokestatic java.lang.Math.cos:(D)D
            dstore 4 /* relx */
        start local 4 // double relx
        19: .line 237
            dload 2 /* angle */
            invokestatic java.lang.Math.sin:(D)D
            dstore 6 /* rely */
        start local 6 // double rely
        20: .line 238
            aload 1 /* coords */
            iconst_0
            aload 0 /* this */
            getfield java.awt.geom.ArcIterator.x:D
            dload 4 /* relx */
            aload 0 /* this */
            getfield java.awt.geom.ArcIterator.cv:D
            dload 6 /* rely */
            dmul
            dsub
            aload 0 /* this */
            getfield java.awt.geom.ArcIterator.w:D
            dmul
            dadd
            d2f
            fastore
        21: .line 239
            aload 1 /* coords */
            iconst_1
            aload 0 /* this */
            getfield java.awt.geom.ArcIterator.y:D
            dload 6 /* rely */
            aload 0 /* this */
            getfield java.awt.geom.ArcIterator.cv:D
            dload 4 /* relx */
            dmul
            dadd
            aload 0 /* this */
            getfield java.awt.geom.ArcIterator.h:D
            dmul
            dadd
            d2f
            fastore
        22: .line 240
            dload 2 /* angle */
            aload 0 /* this */
            getfield java.awt.geom.ArcIterator.increment:D
            dadd
            dstore 2 /* angle */
        23: .line 241
            dload 2 /* angle */
            invokestatic java.lang.Math.cos:(D)D
            dstore 4 /* relx */
        24: .line 242
            dload 2 /* angle */
            invokestatic java.lang.Math.sin:(D)D
            dstore 6 /* rely */
        25: .line 243
            aload 1 /* coords */
            iconst_2
            aload 0 /* this */
            getfield java.awt.geom.ArcIterator.x:D
            dload 4 /* relx */
            aload 0 /* this */
            getfield java.awt.geom.ArcIterator.cv:D
            dload 6 /* rely */
            dmul
            dadd
            aload 0 /* this */
            getfield java.awt.geom.ArcIterator.w:D
            dmul
            dadd
            d2f
            fastore
        26: .line 244
            aload 1 /* coords */
            iconst_3
            aload 0 /* this */
            getfield java.awt.geom.ArcIterator.y:D
            dload 6 /* rely */
            aload 0 /* this */
            getfield java.awt.geom.ArcIterator.cv:D
            dload 4 /* relx */
            dmul
            dsub
            aload 0 /* this */
            getfield java.awt.geom.ArcIterator.h:D
            dmul
            dadd
            d2f
            fastore
        27: .line 245
            aload 1 /* coords */
            iconst_4
            aload 0 /* this */
            getfield java.awt.geom.ArcIterator.x:D
            dload 4 /* relx */
            aload 0 /* this */
            getfield java.awt.geom.ArcIterator.w:D
            dmul
            dadd
            d2f
            fastore
        28: .line 246
            aload 1 /* coords */
            iconst_5
            aload 0 /* this */
            getfield java.awt.geom.ArcIterator.y:D
            dload 6 /* rely */
            aload 0 /* this */
            getfield java.awt.geom.ArcIterator.h:D
            dmul
            dadd
            d2f
            fastore
        29: .line 247
            aload 0 /* this */
            getfield java.awt.geom.ArcIterator.affine:Ljava/awt/geom/AffineTransform;
            ifnull 31
        30: .line 248
            aload 0 /* this */
            getfield java.awt.geom.ArcIterator.affine:Ljava/awt/geom/AffineTransform;
            aload 1 /* coords */
            iconst_0
            aload 1 /* coords */
            iconst_0
            iconst_3
            invokevirtual java.awt.geom.AffineTransform.transform:([FI[FII)V
        31: .line 250
      StackMap locals: double double
      StackMap stack:
            iconst_3
            ireturn
        end local 6 // double rely
        end local 4 // double relx
        end local 2 // double angle
        end local 1 // float[] coords
        end local 0 // java.awt.geom.ArcIterator this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   32     0    this  Ljava/awt/geom/ArcIterator;
            0   32     1  coords  [F
            3   32     2   angle  D
           19   32     4    relx  D
           20   32     6    rely  D
    MethodParameters:
        Name  Flags
      coords  

  public int currentSegment(double[]);
    descriptor: ([D)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=10, locals=8, args_size=2
        start local 0 // java.awt.geom.ArcIterator this
        start local 1 // double[] coords
         0: .line 272
            aload 0 /* this */
            invokevirtual java.awt.geom.ArcIterator.isDone:()Z
            ifeq 2
         1: .line 273
            new java.util.NoSuchElementException
            dup
            ldc "arc iterator out of bounds"
            invokespecial java.util.NoSuchElementException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 275
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.awt.geom.ArcIterator.angStRad:D
            dstore 2 /* angle */
        start local 2 // double angle
         3: .line 276
            aload 0 /* this */
            getfield java.awt.geom.ArcIterator.index:I
            ifne 9
         4: .line 277
            aload 1 /* coords */
            iconst_0
            aload 0 /* this */
            getfield java.awt.geom.ArcIterator.x:D
            dload 2 /* angle */
            invokestatic java.lang.Math.cos:(D)D
            aload 0 /* this */
            getfield java.awt.geom.ArcIterator.w:D
            dmul
            dadd
            dastore
         5: .line 278
            aload 1 /* coords */
            iconst_1
            aload 0 /* this */
            getfield java.awt.geom.ArcIterator.y:D
            dload 2 /* angle */
            invokestatic java.lang.Math.sin:(D)D
            aload 0 /* this */
            getfield java.awt.geom.ArcIterator.h:D
            dmul
            dadd
            dastore
         6: .line 279
            aload 0 /* this */
            getfield java.awt.geom.ArcIterator.affine:Ljava/awt/geom/AffineTransform;
            ifnull 8
         7: .line 280
            aload 0 /* this */
            getfield java.awt.geom.ArcIterator.affine:Ljava/awt/geom/AffineTransform;
            aload 1 /* coords */
            iconst_0
            aload 1 /* coords */
            iconst_0
            iconst_1
            invokevirtual java.awt.geom.AffineTransform.transform:([DI[DII)V
         8: .line 282
      StackMap locals: double
      StackMap stack:
            iconst_0
            ireturn
         9: .line 284
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.awt.geom.ArcIterator.index:I
            aload 0 /* this */
            getfield java.awt.geom.ArcIterator.arcSegs:I
            if_icmple 17
        10: .line 285
            aload 0 /* this */
            getfield java.awt.geom.ArcIterator.index:I
            aload 0 /* this */
            getfield java.awt.geom.ArcIterator.arcSegs:I
            aload 0 /* this */
            getfield java.awt.geom.ArcIterator.lineSegs:I
            iadd
            if_icmpne 12
        11: .line 286
            iconst_4
            ireturn
        12: .line 288
      StackMap locals:
      StackMap stack:
            aload 1 /* coords */
            iconst_0
            aload 0 /* this */
            getfield java.awt.geom.ArcIterator.x:D
            dastore
        13: .line 289
            aload 1 /* coords */
            iconst_1
            aload 0 /* this */
            getfield java.awt.geom.ArcIterator.y:D
            dastore
        14: .line 290
            aload 0 /* this */
            getfield java.awt.geom.ArcIterator.affine:Ljava/awt/geom/AffineTransform;
            ifnull 16
        15: .line 291
            aload 0 /* this */
            getfield java.awt.geom.ArcIterator.affine:Ljava/awt/geom/AffineTransform;
            aload 1 /* coords */
            iconst_0
            aload 1 /* coords */
            iconst_0
            iconst_1
            invokevirtual java.awt.geom.AffineTransform.transform:([DI[DII)V
        16: .line 293
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        17: .line 295
      StackMap locals:
      StackMap stack:
            dload 2 /* angle */
            aload 0 /* this */
            getfield java.awt.geom.ArcIterator.increment:D
            aload 0 /* this */
            getfield java.awt.geom.ArcIterator.index:I
            iconst_1
            isub
            i2d
            dmul
            dadd
            dstore 2 /* angle */
        18: .line 296
            dload 2 /* angle */
            invokestatic java.lang.Math.cos:(D)D
            dstore 4 /* relx */
        start local 4 // double relx
        19: .line 297
            dload 2 /* angle */
            invokestatic java.lang.Math.sin:(D)D
            dstore 6 /* rely */
        start local 6 // double rely
        20: .line 298
            aload 1 /* coords */
            iconst_0
            aload 0 /* this */
            getfield java.awt.geom.ArcIterator.x:D
            dload 4 /* relx */
            aload 0 /* this */
            getfield java.awt.geom.ArcIterator.cv:D
            dload 6 /* rely */
            dmul
            dsub
            aload 0 /* this */
            getfield java.awt.geom.ArcIterator.w:D
            dmul
            dadd
            dastore
        21: .line 299
            aload 1 /* coords */
            iconst_1
            aload 0 /* this */
            getfield java.awt.geom.ArcIterator.y:D
            dload 6 /* rely */
            aload 0 /* this */
            getfield java.awt.geom.ArcIterator.cv:D
            dload 4 /* relx */
            dmul
            dadd
            aload 0 /* this */
            getfield java.awt.geom.ArcIterator.h:D
            dmul
            dadd
            dastore
        22: .line 300
            dload 2 /* angle */
            aload 0 /* this */
            getfield java.awt.geom.ArcIterator.increment:D
            dadd
            dstore 2 /* angle */
        23: .line 301
            dload 2 /* angle */
            invokestatic java.lang.Math.cos:(D)D
            dstore 4 /* relx */
        24: .line 302
            dload 2 /* angle */
            invokestatic java.lang.Math.sin:(D)D
            dstore 6 /* rely */
        25: .line 303
            aload 1 /* coords */
            iconst_2
            aload 0 /* this */
            getfield java.awt.geom.ArcIterator.x:D
            dload 4 /* relx */
            aload 0 /* this */
            getfield java.awt.geom.ArcIterator.cv:D
            dload 6 /* rely */
            dmul
            dadd
            aload 0 /* this */
            getfield java.awt.geom.ArcIterator.w:D
            dmul
            dadd
            dastore
        26: .line 304
            aload 1 /* coords */
            iconst_3
            aload 0 /* this */
            getfield java.awt.geom.ArcIterator.y:D
            dload 6 /* rely */
            aload 0 /* this */
            getfield java.awt.geom.ArcIterator.cv:D
            dload 4 /* relx */
            dmul
            dsub
            aload 0 /* this */
            getfield java.awt.geom.ArcIterator.h:D
            dmul
            dadd
            dastore
        27: .line 305
            aload 1 /* coords */
            iconst_4
            aload 0 /* this */
            getfield java.awt.geom.ArcIterator.x:D
            dload 4 /* relx */
            aload 0 /* this */
            getfield java.awt.geom.ArcIterator.w:D
            dmul
            dadd
            dastore
        28: .line 306
            aload 1 /* coords */
            iconst_5
            aload 0 /* this */
            getfield java.awt.geom.ArcIterator.y:D
            dload 6 /* rely */
            aload 0 /* this */
            getfield java.awt.geom.ArcIterator.h:D
            dmul
            dadd
            dastore
        29: .line 307
            aload 0 /* this */
            getfield java.awt.geom.ArcIterator.affine:Ljava/awt/geom/AffineTransform;
            ifnull 31
        30: .line 308
            aload 0 /* this */
            getfield java.awt.geom.ArcIterator.affine:Ljava/awt/geom/AffineTransform;
            aload 1 /* coords */
            iconst_0
            aload 1 /* coords */
            iconst_0
            iconst_3
            invokevirtual java.awt.geom.AffineTransform.transform:([DI[DII)V
        31: .line 310
      StackMap locals: double double
      StackMap stack:
            iconst_3
            ireturn
        end local 6 // double rely
        end local 4 // double relx
        end local 2 // double angle
        end local 1 // double[] coords
        end local 0 // java.awt.geom.ArcIterator this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   32     0    this  Ljava/awt/geom/ArcIterator;
            0   32     1  coords  [D
            3   32     2   angle  D
           19   32     4    relx  D
           20   32     6    rely  D
    MethodParameters:
        Name  Flags
      coords  
}
SourceFile: "ArcIterator.java"