public class org.apache.batik.dom.svg.AbstractSVGPathSegList$SVGPathSegArcItem extends org.apache.batik.dom.svg.SVGPathSegItem implements org.w3c.dom.svg.SVGPathSegArcAbs, org.w3c.dom.svg.SVGPathSegArcRel
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.batik.dom.svg.AbstractSVGPathSegList$SVGPathSegArcItem
  super_class: org.apache.batik.dom.svg.SVGPathSegItem
{
  public void <init>(short, java.lang.String, float, float, float, boolean, boolean, float, float);
    descriptor: (SLjava/lang/String;FFFZZFF)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=10, args_size=10
        start local 0 // org.apache.batik.dom.svg.AbstractSVGPathSegList$SVGPathSegArcItem this
        start local 1 // short type
        start local 2 // java.lang.String letter
        start local 3 // float r1
        start local 4 // float r2
        start local 5 // float angle
        start local 6 // boolean largeArcFlag
        start local 7 // boolean sweepFlag
        start local 8 // float x
        start local 9 // float y
         0: .line 445
            aload 0 /* this */
            iload 1 /* type */
            aload 2 /* letter */
            invokespecial org.apache.batik.dom.svg.SVGPathSegItem.<init>:(SLjava/lang/String;)V
         1: .line 446
            aload 0 /* this */
            fload 8 /* x */
            invokevirtual org.apache.batik.dom.svg.AbstractSVGPathSegList$SVGPathSegArcItem.setX:(F)V
         2: .line 447
            aload 0 /* this */
            fload 9 /* y */
            invokevirtual org.apache.batik.dom.svg.AbstractSVGPathSegList$SVGPathSegArcItem.setY:(F)V
         3: .line 448
            aload 0 /* this */
            fload 3 /* r1 */
            invokevirtual org.apache.batik.dom.svg.AbstractSVGPathSegList$SVGPathSegArcItem.setR1:(F)V
         4: .line 449
            aload 0 /* this */
            fload 4 /* r2 */
            invokevirtual org.apache.batik.dom.svg.AbstractSVGPathSegList$SVGPathSegArcItem.setR2:(F)V
         5: .line 450
            aload 0 /* this */
            fload 5 /* angle */
            invokevirtual org.apache.batik.dom.svg.AbstractSVGPathSegList$SVGPathSegArcItem.setAngle:(F)V
         6: .line 451
            aload 0 /* this */
            iload 6 /* largeArcFlag */
            invokevirtual org.apache.batik.dom.svg.AbstractSVGPathSegList$SVGPathSegArcItem.setLargeArcFlag:(Z)V
         7: .line 452
            aload 0 /* this */
            iload 7 /* sweepFlag */
            invokevirtual org.apache.batik.dom.svg.AbstractSVGPathSegList$SVGPathSegArcItem.setSweepFlag:(Z)V
         8: .line 453
            return
        end local 9 // float y
        end local 8 // float x
        end local 7 // boolean sweepFlag
        end local 6 // boolean largeArcFlag
        end local 5 // float angle
        end local 4 // float r2
        end local 3 // float r1
        end local 2 // java.lang.String letter
        end local 1 // short type
        end local 0 // org.apache.batik.dom.svg.AbstractSVGPathSegList$SVGPathSegArcItem this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    9     0          this  Lorg/apache/batik/dom/svg/AbstractSVGPathSegList$SVGPathSegArcItem;
            0    9     1          type  S
            0    9     2        letter  Ljava/lang/String;
            0    9     3            r1  F
            0    9     4            r2  F
            0    9     5         angle  F
            0    9     6  largeArcFlag  Z
            0    9     7     sweepFlag  Z
            0    9     8             x  F
            0    9     9             y  F
    MethodParameters:
              Name  Flags
      type          
      letter        
      r1            
      r2            
      angle         
      largeArcFlag  
      sweepFlag     
      x             
      y             

  public void <init>(org.w3c.dom.svg.SVGPathSeg);
    descriptor: (Lorg/w3c/dom/svg/SVGPathSeg;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.batik.dom.svg.AbstractSVGPathSegList$SVGPathSegArcItem this
        start local 1 // org.w3c.dom.svg.SVGPathSeg pathSeg
         0: .line 455
            aload 0 /* this */
            invokespecial org.apache.batik.dom.svg.SVGPathSegItem.<init>:()V
         1: .line 456
            aload 0 /* this */
            aload 1 /* pathSeg */
            invokeinterface org.w3c.dom.svg.SVGPathSeg.getPathSegType:()S
            putfield org.apache.batik.dom.svg.AbstractSVGPathSegList$SVGPathSegArcItem.type:S
         2: .line 457
            aload 0 /* this */
            getfield org.apache.batik.dom.svg.AbstractSVGPathSegList$SVGPathSegArcItem.type:S
            tableswitch { // 10 - 11
                   10: 3
                   11: 12
              default: 20
          }
         3: .line 459
      StackMap locals: org.apache.batik.dom.svg.AbstractSVGPathSegList$SVGPathSegArcItem org.w3c.dom.svg.SVGPathSeg
      StackMap stack:
            aload 0 /* this */
            ldc "A"
            putfield org.apache.batik.dom.svg.AbstractSVGPathSegList$SVGPathSegArcItem.letter:Ljava/lang/String;
         4: .line 460
            aload 0 /* this */
            aload 1 /* pathSeg */
            checkcast org.w3c.dom.svg.SVGPathSegArcAbs
            invokeinterface org.w3c.dom.svg.SVGPathSegArcAbs.getX:()F
            invokevirtual org.apache.batik.dom.svg.AbstractSVGPathSegList$SVGPathSegArcItem.setX:(F)V
         5: .line 461
            aload 0 /* this */
            aload 1 /* pathSeg */
            checkcast org.w3c.dom.svg.SVGPathSegArcAbs
            invokeinterface org.w3c.dom.svg.SVGPathSegArcAbs.getY:()F
            invokevirtual org.apache.batik.dom.svg.AbstractSVGPathSegList$SVGPathSegArcItem.setY:(F)V
         6: .line 462
            aload 0 /* this */
            aload 1 /* pathSeg */
            checkcast org.w3c.dom.svg.SVGPathSegArcAbs
            invokeinterface org.w3c.dom.svg.SVGPathSegArcAbs.getR1:()F
            invokevirtual org.apache.batik.dom.svg.AbstractSVGPathSegList$SVGPathSegArcItem.setR1:(F)V
         7: .line 463
            aload 0 /* this */
            aload 1 /* pathSeg */
            checkcast org.w3c.dom.svg.SVGPathSegArcAbs
            invokeinterface org.w3c.dom.svg.SVGPathSegArcAbs.getR2:()F
            invokevirtual org.apache.batik.dom.svg.AbstractSVGPathSegList$SVGPathSegArcItem.setR2:(F)V
         8: .line 464
            aload 0 /* this */
            aload 1 /* pathSeg */
            checkcast org.w3c.dom.svg.SVGPathSegArcAbs
            invokeinterface org.w3c.dom.svg.SVGPathSegArcAbs.getAngle:()F
            invokevirtual org.apache.batik.dom.svg.AbstractSVGPathSegList$SVGPathSegArcItem.setAngle:(F)V
         9: .line 465
            aload 0 /* this */
            aload 1 /* pathSeg */
            checkcast org.w3c.dom.svg.SVGPathSegArcAbs
            invokeinterface org.w3c.dom.svg.SVGPathSegArcAbs.getLargeArcFlag:()Z
            invokevirtual org.apache.batik.dom.svg.AbstractSVGPathSegList$SVGPathSegArcItem.setLargeArcFlag:(Z)V
        10: .line 466
            aload 0 /* this */
            aload 1 /* pathSeg */
            checkcast org.w3c.dom.svg.SVGPathSegArcAbs
            invokeinterface org.w3c.dom.svg.SVGPathSegArcAbs.getSweepFlag:()Z
            invokevirtual org.apache.batik.dom.svg.AbstractSVGPathSegList$SVGPathSegArcItem.setSweepFlag:(Z)V
        11: .line 467
            goto 20
        12: .line 469
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "a"
            putfield org.apache.batik.dom.svg.AbstractSVGPathSegList$SVGPathSegArcItem.letter:Ljava/lang/String;
        13: .line 470
            aload 0 /* this */
            aload 1 /* pathSeg */
            checkcast org.w3c.dom.svg.SVGPathSegArcRel
            invokeinterface org.w3c.dom.svg.SVGPathSegArcRel.getX:()F
            invokevirtual org.apache.batik.dom.svg.AbstractSVGPathSegList$SVGPathSegArcItem.setX:(F)V
        14: .line 471
            aload 0 /* this */
            aload 1 /* pathSeg */
            checkcast org.w3c.dom.svg.SVGPathSegArcRel
            invokeinterface org.w3c.dom.svg.SVGPathSegArcRel.getY:()F
            invokevirtual org.apache.batik.dom.svg.AbstractSVGPathSegList$SVGPathSegArcItem.setY:(F)V
        15: .line 472
            aload 0 /* this */
            aload 1 /* pathSeg */
            checkcast org.w3c.dom.svg.SVGPathSegArcRel
            invokeinterface org.w3c.dom.svg.SVGPathSegArcRel.getR1:()F
            invokevirtual org.apache.batik.dom.svg.AbstractSVGPathSegList$SVGPathSegArcItem.setR1:(F)V
        16: .line 473
            aload 0 /* this */
            aload 1 /* pathSeg */
            checkcast org.w3c.dom.svg.SVGPathSegArcRel
            invokeinterface org.w3c.dom.svg.SVGPathSegArcRel.getR2:()F
            invokevirtual org.apache.batik.dom.svg.AbstractSVGPathSegList$SVGPathSegArcItem.setR2:(F)V
        17: .line 474
            aload 0 /* this */
            aload 1 /* pathSeg */
            checkcast org.w3c.dom.svg.SVGPathSegArcRel
            invokeinterface org.w3c.dom.svg.SVGPathSegArcRel.getAngle:()F
            invokevirtual org.apache.batik.dom.svg.AbstractSVGPathSegList$SVGPathSegArcItem.setAngle:(F)V
        18: .line 475
            aload 0 /* this */
            aload 1 /* pathSeg */
            checkcast org.w3c.dom.svg.SVGPathSegArcRel
            invokeinterface org.w3c.dom.svg.SVGPathSegArcRel.getLargeArcFlag:()Z
            invokevirtual org.apache.batik.dom.svg.AbstractSVGPathSegList$SVGPathSegArcItem.setLargeArcFlag:(Z)V
        19: .line 476
            aload 0 /* this */
            aload 1 /* pathSeg */
            checkcast org.w3c.dom.svg.SVGPathSegArcRel
            invokeinterface org.w3c.dom.svg.SVGPathSegArcRel.getSweepFlag:()Z
            invokevirtual org.apache.batik.dom.svg.AbstractSVGPathSegList$SVGPathSegArcItem.setSweepFlag:(Z)V
        20: .line 480
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.w3c.dom.svg.SVGPathSeg pathSeg
        end local 0 // org.apache.batik.dom.svg.AbstractSVGPathSegList$SVGPathSegArcItem this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   21     0     this  Lorg/apache/batik/dom/svg/AbstractSVGPathSegList$SVGPathSegArcItem;
            0   21     1  pathSeg  Lorg/w3c/dom/svg/SVGPathSeg;
    MethodParameters:
         Name  Flags
      pathSeg  

  public void setX(float);
    descriptor: (F)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.batik.dom.svg.AbstractSVGPathSegList$SVGPathSegArcItem this
        start local 1 // float x
         0: .line 483
            aload 0 /* this */
            fload 1 /* x */
            invokespecial org.apache.batik.dom.svg.SVGPathSegItem.setX:(F)V
         1: .line 484
            aload 0 /* this */
            invokevirtual org.apache.batik.dom.svg.AbstractSVGPathSegList$SVGPathSegArcItem.resetAttribute:()V
         2: .line 485
            return
        end local 1 // float x
        end local 0 // org.apache.batik.dom.svg.AbstractSVGPathSegList$SVGPathSegArcItem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/batik/dom/svg/AbstractSVGPathSegList$SVGPathSegArcItem;
            0    3     1     x  F
    MethodParameters:
      Name  Flags
      x     

  public void setY(float);
    descriptor: (F)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.batik.dom.svg.AbstractSVGPathSegList$SVGPathSegArcItem this
        start local 1 // float y
         0: .line 487
            aload 0 /* this */
            fload 1 /* y */
            invokespecial org.apache.batik.dom.svg.SVGPathSegItem.setY:(F)V
         1: .line 488
            aload 0 /* this */
            invokevirtual org.apache.batik.dom.svg.AbstractSVGPathSegList$SVGPathSegArcItem.resetAttribute:()V
         2: .line 489
            return
        end local 1 // float y
        end local 0 // org.apache.batik.dom.svg.AbstractSVGPathSegList$SVGPathSegArcItem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/batik/dom/svg/AbstractSVGPathSegList$SVGPathSegArcItem;
            0    3     1     y  F
    MethodParameters:
      Name  Flags
      y     

  public void setR1(float);
    descriptor: (F)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.batik.dom.svg.AbstractSVGPathSegList$SVGPathSegArcItem this
        start local 1 // float r1
         0: .line 492
            aload 0 /* this */
            fload 1 /* r1 */
            invokespecial org.apache.batik.dom.svg.SVGPathSegItem.setR1:(F)V
         1: .line 493
            aload 0 /* this */
            invokevirtual org.apache.batik.dom.svg.AbstractSVGPathSegList$SVGPathSegArcItem.resetAttribute:()V
         2: .line 494
            return
        end local 1 // float r1
        end local 0 // org.apache.batik.dom.svg.AbstractSVGPathSegList$SVGPathSegArcItem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/batik/dom/svg/AbstractSVGPathSegList$SVGPathSegArcItem;
            0    3     1    r1  F
    MethodParameters:
      Name  Flags
      r1    

  public void setR2(float);
    descriptor: (F)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.batik.dom.svg.AbstractSVGPathSegList$SVGPathSegArcItem this
        start local 1 // float r2
         0: .line 496
            aload 0 /* this */
            fload 1 /* r2 */
            invokespecial org.apache.batik.dom.svg.SVGPathSegItem.setR2:(F)V
         1: .line 497
            aload 0 /* this */
            invokevirtual org.apache.batik.dom.svg.AbstractSVGPathSegList$SVGPathSegArcItem.resetAttribute:()V
         2: .line 498
            return
        end local 1 // float r2
        end local 0 // org.apache.batik.dom.svg.AbstractSVGPathSegList$SVGPathSegArcItem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/batik/dom/svg/AbstractSVGPathSegList$SVGPathSegArcItem;
            0    3     1    r2  F
    MethodParameters:
      Name  Flags
      r2    

  public void setAngle(float);
    descriptor: (F)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.batik.dom.svg.AbstractSVGPathSegList$SVGPathSegArcItem this
        start local 1 // float angle
         0: .line 501
            aload 0 /* this */
            fload 1 /* angle */
            invokespecial org.apache.batik.dom.svg.SVGPathSegItem.setAngle:(F)V
         1: .line 502
            aload 0 /* this */
            invokevirtual org.apache.batik.dom.svg.AbstractSVGPathSegList$SVGPathSegArcItem.resetAttribute:()V
         2: .line 503
            return
        end local 1 // float angle
        end local 0 // org.apache.batik.dom.svg.AbstractSVGPathSegList$SVGPathSegArcItem this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/apache/batik/dom/svg/AbstractSVGPathSegList$SVGPathSegArcItem;
            0    3     1  angle  F
    MethodParameters:
       Name  Flags
      angle  

  public boolean getSweepFlag();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.batik.dom.svg.AbstractSVGPathSegList$SVGPathSegArcItem this
         0: .line 506
            aload 0 /* this */
            invokevirtual org.apache.batik.dom.svg.AbstractSVGPathSegList$SVGPathSegArcItem.isSweepFlag:()Z
            ireturn
        end local 0 // org.apache.batik.dom.svg.AbstractSVGPathSegList$SVGPathSegArcItem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/batik/dom/svg/AbstractSVGPathSegList$SVGPathSegArcItem;

  public void setSweepFlag(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.batik.dom.svg.AbstractSVGPathSegList$SVGPathSegArcItem this
        start local 1 // boolean sweepFlag
         0: .line 510
            aload 0 /* this */
            iload 1 /* sweepFlag */
            invokespecial org.apache.batik.dom.svg.SVGPathSegItem.setSweepFlag:(Z)V
         1: .line 511
            aload 0 /* this */
            invokevirtual org.apache.batik.dom.svg.AbstractSVGPathSegList$SVGPathSegArcItem.resetAttribute:()V
         2: .line 512
            return
        end local 1 // boolean sweepFlag
        end local 0 // org.apache.batik.dom.svg.AbstractSVGPathSegList$SVGPathSegArcItem this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lorg/apache/batik/dom/svg/AbstractSVGPathSegList$SVGPathSegArcItem;
            0    3     1  sweepFlag  Z
    MethodParameters:
           Name  Flags
      sweepFlag  

  public boolean getLargeArcFlag();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.batik.dom.svg.AbstractSVGPathSegList$SVGPathSegArcItem this
         0: .line 515
            aload 0 /* this */
            invokevirtual org.apache.batik.dom.svg.AbstractSVGPathSegList$SVGPathSegArcItem.isLargeArcFlag:()Z
            ireturn
        end local 0 // org.apache.batik.dom.svg.AbstractSVGPathSegList$SVGPathSegArcItem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/batik/dom/svg/AbstractSVGPathSegList$SVGPathSegArcItem;

  public void setLargeArcFlag(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.batik.dom.svg.AbstractSVGPathSegList$SVGPathSegArcItem this
        start local 1 // boolean largeArcFlag
         0: .line 519
            aload 0 /* this */
            iload 1 /* largeArcFlag */
            invokespecial org.apache.batik.dom.svg.SVGPathSegItem.setLargeArcFlag:(Z)V
         1: .line 520
            aload 0 /* this */
            invokevirtual org.apache.batik.dom.svg.AbstractSVGPathSegList$SVGPathSegArcItem.resetAttribute:()V
         2: .line 521
            return
        end local 1 // boolean largeArcFlag
        end local 0 // org.apache.batik.dom.svg.AbstractSVGPathSegList$SVGPathSegArcItem this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lorg/apache/batik/dom/svg/AbstractSVGPathSegList$SVGPathSegArcItem;
            0    3     1  largeArcFlag  Z
    MethodParameters:
              Name  Flags
      largeArcFlag  

  protected java.lang.String getStringValue();
    descriptor: ()Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.batik.dom.svg.AbstractSVGPathSegList$SVGPathSegArcItem this
         0: .line 524
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            getfield org.apache.batik.dom.svg.AbstractSVGPathSegList$SVGPathSegArcItem.letter:Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         1: .line 525
            bipush 32
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
         2: .line 526
            aload 0 /* this */
            invokevirtual org.apache.batik.dom.svg.AbstractSVGPathSegList$SVGPathSegArcItem.getR1:()F
            invokestatic java.lang.Float.toString:(F)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         3: .line 527
            bipush 32
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
         4: .line 528
            aload 0 /* this */
            invokevirtual org.apache.batik.dom.svg.AbstractSVGPathSegList$SVGPathSegArcItem.getR2:()F
            invokestatic java.lang.Float.toString:(F)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         5: .line 529
            bipush 32
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
         6: .line 530
            aload 0 /* this */
            invokevirtual org.apache.batik.dom.svg.AbstractSVGPathSegList$SVGPathSegArcItem.getAngle:()F
            invokestatic java.lang.Float.toString:(F)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         7: .line 531
            bipush 32
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
         8: .line 532
            aload 0 /* this */
            invokevirtual org.apache.batik.dom.svg.AbstractSVGPathSegList$SVGPathSegArcItem.isLargeArcFlag:()Z
            ifeq 9
            ldc "1"
            goto 10
      StackMap locals:
      StackMap stack: java.lang.StringBuilder
         9: ldc "0"
      StackMap locals: org.apache.batik.dom.svg.AbstractSVGPathSegList$SVGPathSegArcItem
      StackMap stack: java.lang.StringBuilder java.lang.String
        10: invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        11: .line 533
            bipush 32
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
        12: .line 534
            aload 0 /* this */
            invokevirtual org.apache.batik.dom.svg.AbstractSVGPathSegList$SVGPathSegArcItem.isSweepFlag:()Z
            ifeq 13
            ldc "1"
            goto 14
      StackMap locals:
      StackMap stack: java.lang.StringBuilder
        13: ldc "0"
      StackMap locals: org.apache.batik.dom.svg.AbstractSVGPathSegList$SVGPathSegArcItem
      StackMap stack: java.lang.StringBuilder java.lang.String
        14: invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        15: .line 535
            bipush 32
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
        16: .line 536
            aload 0 /* this */
            invokevirtual org.apache.batik.dom.svg.AbstractSVGPathSegList$SVGPathSegArcItem.getX:()F
            invokestatic java.lang.Float.toString:(F)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        17: .line 537
            bipush 32
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
        18: .line 538
            aload 0 /* this */
            invokevirtual org.apache.batik.dom.svg.AbstractSVGPathSegList$SVGPathSegArcItem.getY:()F
            invokestatic java.lang.Float.toString:(F)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        19: .line 524
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // org.apache.batik.dom.svg.AbstractSVGPathSegList$SVGPathSegArcItem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   20     0  this  Lorg/apache/batik/dom/svg/AbstractSVGPathSegList$SVGPathSegArcItem;
}
SourceFile: "AbstractSVGPathSegList.java"
NestHost: org.apache.batik.dom.svg.AbstractSVGPathSegList
InnerClasses:
  public SVGPathSegArcItem = org.apache.batik.dom.svg.AbstractSVGPathSegList$SVGPathSegArcItem of org.apache.batik.dom.svg.AbstractSVGPathSegList