class com.sun.openpisces.Dasher$LengthIterator
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.openpisces.Dasher$LengthIterator
  super_class: java.lang.Object
{
  private float[][] recCurveStack;
    descriptor: [[F
    flags: (0x0002) ACC_PRIVATE

  private com.sun.openpisces.Dasher$LengthIterator$Side[] sides;
    descriptor: [Lcom/sun/openpisces/Dasher$LengthIterator$Side;
    flags: (0x0002) ACC_PRIVATE

  private int curveType;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private final int limit;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final float ERR;
    descriptor: F
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final float minTincrement;
    descriptor: F
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private float nextT;
    descriptor: F
    flags: (0x0002) ACC_PRIVATE

  private float lenAtNextT;
    descriptor: F
    flags: (0x0002) ACC_PRIVATE

  private float lastT;
    descriptor: F
    flags: (0x0002) ACC_PRIVATE

  private float lenAtLastT;
    descriptor: F
    flags: (0x0002) ACC_PRIVATE

  private float lenAtLastSplit;
    descriptor: F
    flags: (0x0002) ACC_PRIVATE

  private float lastSegLen;
    descriptor: F
    flags: (0x0002) ACC_PRIVATE

  private int recLevel;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private boolean done;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private float[] curLeafCtrlPolyLengths;
    descriptor: [F
    flags: (0x0002) ACC_PRIVATE

  private int cachedHaveLowAcceleration;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private float[] nextRoots;
    descriptor: [F
    flags: (0x0002) ACC_PRIVATE

  private float[] flatLeafCoefCache;
    descriptor: [F
    flags: (0x0002) ACC_PRIVATE

  public void <init>(int, float);
    descriptor: (IF)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // com.sun.openpisces.Dasher$LengthIterator this
        start local 1 // int reclimit
        start local 2 // float err
         0: .line 354
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 352
            aload 0 /* this */
            iconst_3
            newarray 6
            putfield com.sun.openpisces.Dasher$LengthIterator.curLeafCtrlPolyLengths:[F
         2: .line 392
            aload 0 /* this */
            iconst_m1
            putfield com.sun.openpisces.Dasher$LengthIterator.cachedHaveLowAcceleration:I
         3: .line 425
            aload 0 /* this */
            iconst_4
            newarray 6
            putfield com.sun.openpisces.Dasher$LengthIterator.nextRoots:[F
         4: .line 431
            aload 0 /* this */
            iconst_4
            newarray 6
            dup
            iconst_0
            fconst_0
            fastore
            dup
            iconst_1
            fconst_0
            fastore
            dup
            iconst_2
            ldc -1.0
            fastore
            dup
            iconst_3
            fconst_0
            fastore
            putfield com.sun.openpisces.Dasher$LengthIterator.flatLeafCoefCache:[F
         5: .line 355
            aload 0 /* this */
            iload 1 /* reclimit */
            putfield com.sun.openpisces.Dasher$LengthIterator.limit:I
         6: .line 356
            aload 0 /* this */
            fconst_1
            iconst_1
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher$LengthIterator.limit:I
            ishl
            i2f
            fdiv
            putfield com.sun.openpisces.Dasher$LengthIterator.minTincrement:F
         7: .line 357
            aload 0 /* this */
            fload 2 /* err */
            putfield com.sun.openpisces.Dasher$LengthIterator.ERR:F
         8: .line 358
            aload 0 /* this */
            iload 1 /* reclimit */
            iconst_1
            iadd
            bipush 8
            multianewarray [[F 2
            putfield com.sun.openpisces.Dasher$LengthIterator.recCurveStack:[[F
         9: .line 359
            aload 0 /* this */
            iload 1 /* reclimit */
            anewarray com.sun.openpisces.Dasher$LengthIterator$Side
            putfield com.sun.openpisces.Dasher$LengthIterator.sides:[Lcom/sun/openpisces/Dasher$LengthIterator$Side;
        10: .line 362
            aload 0 /* this */
            ldc 3.4028235E38
            putfield com.sun.openpisces.Dasher$LengthIterator.nextT:F
        11: .line 363
            aload 0 /* this */
            ldc 3.4028235E38
            putfield com.sun.openpisces.Dasher$LengthIterator.lenAtNextT:F
        12: .line 364
            aload 0 /* this */
            ldc 1.4E-45
            putfield com.sun.openpisces.Dasher$LengthIterator.lenAtLastSplit:F
        13: .line 365
            aload 0 /* this */
            ldc -2147483648
            putfield com.sun.openpisces.Dasher$LengthIterator.recLevel:I
        14: .line 366
            aload 0 /* this */
            ldc 3.4028235E38
            putfield com.sun.openpisces.Dasher$LengthIterator.lastSegLen:F
        15: .line 367
            aload 0 /* this */
            iconst_1
            putfield com.sun.openpisces.Dasher$LengthIterator.done:Z
        16: .line 368
            return
        end local 2 // float err
        end local 1 // int reclimit
        end local 0 // com.sun.openpisces.Dasher$LengthIterator this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   17     0      this  Lcom/sun/openpisces/Dasher$LengthIterator;
            0   17     1  reclimit  I
            0   17     2       err  F
    MethodParameters:
          Name  Flags
      reclimit  
      err       

  public void initializeIterationOnCurve(float[], int);
    descriptor: ([FI)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // com.sun.openpisces.Dasher$LengthIterator this
        start local 1 // float[] pts
        start local 2 // int type
         0: .line 371
            aload 1 /* pts */
            iconst_0
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher$LengthIterator.recCurveStack:[[F
            iconst_0
            aaload
            iconst_0
            iload 2 /* type */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         1: .line 372
            aload 0 /* this */
            iload 2 /* type */
            putfield com.sun.openpisces.Dasher$LengthIterator.curveType:I
         2: .line 373
            aload 0 /* this */
            iconst_0
            putfield com.sun.openpisces.Dasher$LengthIterator.recLevel:I
         3: .line 374
            aload 0 /* this */
            fconst_0
            putfield com.sun.openpisces.Dasher$LengthIterator.lastT:F
         4: .line 375
            aload 0 /* this */
            fconst_0
            putfield com.sun.openpisces.Dasher$LengthIterator.lenAtLastT:F
         5: .line 376
            aload 0 /* this */
            fconst_0
            putfield com.sun.openpisces.Dasher$LengthIterator.nextT:F
         6: .line 377
            aload 0 /* this */
            fconst_0
            putfield com.sun.openpisces.Dasher$LengthIterator.lenAtNextT:F
         7: .line 378
            aload 0 /* this */
            invokevirtual com.sun.openpisces.Dasher$LengthIterator.goLeft:()V
         8: .line 379
            aload 0 /* this */
            fconst_0
            putfield com.sun.openpisces.Dasher$LengthIterator.lenAtLastSplit:F
         9: .line 380
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher$LengthIterator.recLevel:I
            ifle 13
        10: .line 381
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher$LengthIterator.sides:[Lcom/sun/openpisces/Dasher$LengthIterator$Side;
            iconst_0
            getstatic com.sun.openpisces.Dasher$LengthIterator$Side.LEFT:Lcom/sun/openpisces/Dasher$LengthIterator$Side;
            aastore
        11: .line 382
            aload 0 /* this */
            iconst_0
            putfield com.sun.openpisces.Dasher$LengthIterator.done:Z
        12: .line 383
            goto 15
        13: .line 385
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher$LengthIterator.sides:[Lcom/sun/openpisces/Dasher$LengthIterator$Side;
            iconst_0
            getstatic com.sun.openpisces.Dasher$LengthIterator$Side.RIGHT:Lcom/sun/openpisces/Dasher$LengthIterator$Side;
            aastore
        14: .line 386
            aload 0 /* this */
            iconst_1
            putfield com.sun.openpisces.Dasher$LengthIterator.done:Z
        15: .line 388
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            fconst_0
            putfield com.sun.openpisces.Dasher$LengthIterator.lastSegLen:F
        16: .line 389
            return
        end local 2 // int type
        end local 1 // float[] pts
        end local 0 // com.sun.openpisces.Dasher$LengthIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   17     0  this  Lcom/sun/openpisces/Dasher$LengthIterator;
            0   17     1   pts  [F
            0   17     2  type  I
    MethodParameters:
      Name  Flags
      pts   
      type  

  private boolean haveLowAcceleration(float);
    descriptor: (F)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=5, args_size=2
        start local 0 // com.sun.openpisces.Dasher$LengthIterator this
        start local 1 // float err
         0: .line 395
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher$LengthIterator.cachedHaveLowAcceleration:I
            iconst_m1
            if_icmpne 14
         1: .line 396
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher$LengthIterator.curLeafCtrlPolyLengths:[F
            iconst_0
            faload
            fstore 2 /* len1 */
        start local 2 // float len1
         2: .line 397
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher$LengthIterator.curLeafCtrlPolyLengths:[F
            iconst_1
            faload
            fstore 3 /* len2 */
        start local 3 // float len2
         3: .line 401
            fload 2 /* len1 */
            fload 3 /* len2 */
            fload 1 /* err */
            fload 3 /* len2 */
            fmul
            invokestatic com.sun.openpisces.Helpers.within:(FFF)Z
            ifne 6
         4: .line 402
            aload 0 /* this */
            iconst_0
            putfield com.sun.openpisces.Dasher$LengthIterator.cachedHaveLowAcceleration:I
         5: .line 403
            iconst_0
            ireturn
         6: .line 405
      StackMap locals: float float
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher$LengthIterator.curveType:I
            bipush 8
            if_icmpne 12
         7: .line 406
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher$LengthIterator.curLeafCtrlPolyLengths:[F
            iconst_2
            faload
            fstore 4 /* len3 */
        start local 4 // float len3
         8: .line 410
            fload 3 /* len2 */
            fload 4 /* len3 */
            fload 1 /* err */
            fload 4 /* len3 */
            fmul
            invokestatic com.sun.openpisces.Helpers.within:(FFF)Z
            ifeq 10
         9: .line 411
            fload 2 /* len1 */
            fload 4 /* len3 */
            fload 1 /* err */
            fload 4 /* len3 */
            fmul
            invokestatic com.sun.openpisces.Helpers.within:(FFF)Z
            ifne 12
        10: .line 412
      StackMap locals: float
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield com.sun.openpisces.Dasher$LengthIterator.cachedHaveLowAcceleration:I
        11: .line 413
            iconst_0
            ireturn
        end local 4 // float len3
        12: .line 416
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield com.sun.openpisces.Dasher$LengthIterator.cachedHaveLowAcceleration:I
        13: .line 417
            iconst_1
            ireturn
        end local 3 // float len2
        end local 2 // float len1
        14: .line 420
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher$LengthIterator.cachedHaveLowAcceleration:I
            iconst_1
            if_icmpne 15
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
        15: iconst_0
            ireturn
        end local 1 // float err
        end local 0 // com.sun.openpisces.Dasher$LengthIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   16     0  this  Lcom/sun/openpisces/Dasher$LengthIterator;
            0   16     1   err  F
            2   14     2  len1  F
            3   14     3  len2  F
            8   12     4  len3  F
    MethodParameters:
      Name  Flags
      err   

  public float next(float);
    descriptor: (F)F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=10, args_size=2
        start local 0 // com.sun.openpisces.Dasher$LengthIterator this
        start local 1 // float len
         0: .line 436
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher$LengthIterator.lenAtLastSplit:F
            fload 1 /* len */
            fadd
            fstore 2 /* targetLength */
        start local 2 // float targetLength
         1: .line 437
            goto 6
         2: .line 438
      StackMap locals: float
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher$LengthIterator.done:Z
            ifeq 5
         3: .line 439
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher$LengthIterator.lenAtNextT:F
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher$LengthIterator.lenAtLastSplit:F
            fsub
            putfield com.sun.openpisces.Dasher$LengthIterator.lastSegLen:F
         4: .line 440
            fconst_1
            freturn
         5: .line 442
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.openpisces.Dasher$LengthIterator.goToNextLeaf:()V
         6: .line 437
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher$LengthIterator.lenAtNextT:F
            fload 2 /* targetLength */
            fcmpg
            iflt 2
         7: .line 444
            aload 0 /* this */
            fload 2 /* targetLength */
            putfield com.sun.openpisces.Dasher$LengthIterator.lenAtLastSplit:F
         8: .line 445
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher$LengthIterator.lenAtNextT:F
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher$LengthIterator.lenAtLastT:F
            fsub
            fstore 3 /* leaflen */
        start local 3 // float leaflen
         9: .line 446
            fload 2 /* targetLength */
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher$LengthIterator.lenAtLastT:F
            fsub
            fload 3 /* leaflen */
            fdiv
            fstore 4 /* t */
        start local 4 // float t
        10: .line 450
            aload 0 /* this */
            ldc 0.05
            invokevirtual com.sun.openpisces.Dasher$LengthIterator.haveLowAcceleration:(F)Z
            ifne 33
        11: .line 456
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher$LengthIterator.flatLeafCoefCache:[F
            iconst_2
            faload
            fconst_0
            fcmpg
            ifge 26
        12: .line 457
            fconst_0
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher$LengthIterator.curLeafCtrlPolyLengths:[F
            iconst_0
            faload
            fadd
            fstore 5 /* x */
        start local 5 // float x
        13: .line 458
            fload 5 /* x */
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher$LengthIterator.curLeafCtrlPolyLengths:[F
            iconst_1
            faload
            fadd
            fstore 6 /* y */
        start local 6 // float y
        14: .line 459
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher$LengthIterator.curveType:I
            bipush 8
            if_icmpne 21
        15: .line 460
            fload 6 /* y */
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher$LengthIterator.curLeafCtrlPolyLengths:[F
            iconst_2
            faload
            fadd
            fstore 7 /* z */
        start local 7 // float z
        16: .line 461
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher$LengthIterator.flatLeafCoefCache:[F
            iconst_0
            ldc 3.0
            fload 5 /* x */
            fload 6 /* y */
            fsub
            fmul
            fload 7 /* z */
            fadd
            fastore
        17: .line 462
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher$LengthIterator.flatLeafCoefCache:[F
            iconst_1
            ldc 3.0
            fload 6 /* y */
            fconst_2
            fload 5 /* x */
            fmul
            fsub
            fmul
            fastore
        18: .line 463
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher$LengthIterator.flatLeafCoefCache:[F
            iconst_2
            ldc 3.0
            fload 5 /* x */
            fmul
            fastore
        19: .line 464
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher$LengthIterator.flatLeafCoefCache:[F
            iconst_3
            fload 7 /* z */
            fneg
            fastore
        end local 7 // float z
        20: .line 465
            goto 26
      StackMap locals: com.sun.openpisces.Dasher$LengthIterator float float float float float float
      StackMap stack:
        21: aload 0 /* this */
            getfield com.sun.openpisces.Dasher$LengthIterator.curveType:I
            bipush 6
            if_icmpne 26
        22: .line 466
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher$LengthIterator.flatLeafCoefCache:[F
            iconst_0
            fconst_0
            fastore
        23: .line 467
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher$LengthIterator.flatLeafCoefCache:[F
            iconst_1
            fload 6 /* y */
            fconst_2
            fload 5 /* x */
            fmul
            fsub
            fastore
        24: .line 468
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher$LengthIterator.flatLeafCoefCache:[F
            iconst_2
            fconst_2
            fload 5 /* x */
            fmul
            fastore
        25: .line 469
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher$LengthIterator.flatLeafCoefCache:[F
            iconst_3
            fload 6 /* y */
            fneg
            fastore
        end local 6 // float y
        end local 5 // float x
        26: .line 472
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher$LengthIterator.flatLeafCoefCache:[F
            iconst_0
            faload
            fstore 5 /* a */
        start local 5 // float a
        27: .line 473
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher$LengthIterator.flatLeafCoefCache:[F
            iconst_1
            faload
            fstore 6 /* b */
        start local 6 // float b
        28: .line 474
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher$LengthIterator.flatLeafCoefCache:[F
            iconst_2
            faload
            fstore 7 /* c */
        start local 7 // float c
        29: .line 475
            fload 4 /* t */
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher$LengthIterator.flatLeafCoefCache:[F
            iconst_3
            faload
            fmul
            fstore 8 /* d */
        start local 8 // float d
        30: .line 480
            fload 5 /* a */
            fload 6 /* b */
            fload 7 /* c */
            fload 8 /* d */
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher$LengthIterator.nextRoots:[F
            iconst_0
            fconst_0
            fconst_1
            invokestatic com.sun.openpisces.Helpers.cubicRootsInAB:(FFFF[FIFF)I
            istore 9 /* n */
        start local 9 // int n
        31: .line 481
            iload 9 /* n */
            iconst_1
            if_icmpne 33
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher$LengthIterator.nextRoots:[F
            iconst_0
            faload
            invokestatic java.lang.Float.isNaN:(F)Z
            ifne 33
        32: .line 482
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher$LengthIterator.nextRoots:[F
            iconst_0
            faload
            fstore 4 /* t */
        end local 9 // int n
        end local 8 // float d
        end local 7 // float c
        end local 6 // float b
        end local 5 // float a
        33: .line 487
      StackMap locals:
      StackMap stack:
            fload 4 /* t */
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher$LengthIterator.nextT:F
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher$LengthIterator.lastT:F
            fsub
            fmul
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher$LengthIterator.lastT:F
            fadd
            fstore 4 /* t */
        34: .line 488
            fload 4 /* t */
            fconst_1
            fcmpl
            iflt 37
        35: .line 489
            fconst_1
            fstore 4 /* t */
        36: .line 490
            aload 0 /* this */
            iconst_1
            putfield com.sun.openpisces.Dasher$LengthIterator.done:Z
        37: .line 497
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            fload 1 /* len */
            putfield com.sun.openpisces.Dasher$LengthIterator.lastSegLen:F
        38: .line 498
            fload 4 /* t */
            freturn
        end local 4 // float t
        end local 3 // float leaflen
        end local 2 // float targetLength
        end local 1 // float len
        end local 0 // com.sun.openpisces.Dasher$LengthIterator this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   39     0          this  Lcom/sun/openpisces/Dasher$LengthIterator;
            0   39     1           len  F
            1   39     2  targetLength  F
            9   39     3       leaflen  F
           10   39     4             t  F
           13   26     5             x  F
           14   26     6             y  F
           16   20     7             z  F
           27   33     5             a  F
           28   33     6             b  F
           29   33     7             c  F
           30   33     8             d  F
           31   33     9             n  I
    MethodParameters:
      Name  Flags
      len   final

  public float lastSegLen();
    descriptor: ()F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.openpisces.Dasher$LengthIterator this
         0: .line 502
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher$LengthIterator.lastSegLen:F
            freturn
        end local 0 // com.sun.openpisces.Dasher$LengthIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/openpisces/Dasher$LengthIterator;

  private void goToNextLeaf();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // com.sun.openpisces.Dasher$LengthIterator this
         0: .line 510
            aload 0 /* this */
            dup
            getfield com.sun.openpisces.Dasher$LengthIterator.recLevel:I
            iconst_1
            isub
            putfield com.sun.openpisces.Dasher$LengthIterator.recLevel:I
         1: .line 511
            goto 6
         2: .line 512
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher$LengthIterator.recLevel:I
            ifne 5
         3: .line 513
            aload 0 /* this */
            iconst_1
            putfield com.sun.openpisces.Dasher$LengthIterator.done:Z
         4: .line 514
            return
         5: .line 516
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.sun.openpisces.Dasher$LengthIterator.recLevel:I
            iconst_1
            isub
            putfield com.sun.openpisces.Dasher$LengthIterator.recLevel:I
         6: .line 511
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher$LengthIterator.sides:[Lcom/sun/openpisces/Dasher$LengthIterator$Side;
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher$LengthIterator.recLevel:I
            aaload
            getstatic com.sun.openpisces.Dasher$LengthIterator$Side.RIGHT:Lcom/sun/openpisces/Dasher$LengthIterator$Side;
            if_acmpeq 2
         7: .line 519
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher$LengthIterator.sides:[Lcom/sun/openpisces/Dasher$LengthIterator$Side;
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher$LengthIterator.recLevel:I
            getstatic com.sun.openpisces.Dasher$LengthIterator$Side.RIGHT:Lcom/sun/openpisces/Dasher$LengthIterator$Side;
            aastore
         8: .line 520
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher$LengthIterator.recCurveStack:[[F
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher$LengthIterator.recLevel:I
            aaload
            iconst_0
         9: .line 521
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher$LengthIterator.recCurveStack:[[F
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher$LengthIterator.recLevel:I
            iconst_1
            iadd
            aaload
            iconst_0
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher$LengthIterator.curveType:I
        10: .line 520
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        11: .line 522
            aload 0 /* this */
            dup
            getfield com.sun.openpisces.Dasher$LengthIterator.recLevel:I
            iconst_1
            iadd
            putfield com.sun.openpisces.Dasher$LengthIterator.recLevel:I
        12: .line 523
            aload 0 /* this */
            invokevirtual com.sun.openpisces.Dasher$LengthIterator.goLeft:()V
        13: .line 524
            return
        end local 0 // com.sun.openpisces.Dasher$LengthIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   14     0  this  Lcom/sun/openpisces/Dasher$LengthIterator;

  private void goLeft();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=2, args_size=1
        start local 0 // com.sun.openpisces.Dasher$LengthIterator this
         0: .line 528
            aload 0 /* this */
            invokevirtual com.sun.openpisces.Dasher$LengthIterator.onLeaf:()F
            fstore 1 /* len */
        start local 1 // float len
         1: .line 529
            fload 1 /* len */
            fconst_0
            fcmpl
            iflt 9
         2: .line 530
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher$LengthIterator.nextT:F
            putfield com.sun.openpisces.Dasher$LengthIterator.lastT:F
         3: .line 531
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher$LengthIterator.lenAtNextT:F
            putfield com.sun.openpisces.Dasher$LengthIterator.lenAtLastT:F
         4: .line 532
            aload 0 /* this */
            dup
            getfield com.sun.openpisces.Dasher$LengthIterator.nextT:F
            iconst_1
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher$LengthIterator.limit:I
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher$LengthIterator.recLevel:I
            isub
            ishl
            i2f
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher$LengthIterator.minTincrement:F
            fmul
            fadd
            putfield com.sun.openpisces.Dasher$LengthIterator.nextT:F
         5: .line 533
            aload 0 /* this */
            dup
            getfield com.sun.openpisces.Dasher$LengthIterator.lenAtNextT:F
            fload 1 /* len */
            fadd
            putfield com.sun.openpisces.Dasher$LengthIterator.lenAtNextT:F
         6: .line 535
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher$LengthIterator.flatLeafCoefCache:[F
            iconst_2
            ldc -1.0
            fastore
         7: .line 536
            aload 0 /* this */
            iconst_m1
            putfield com.sun.openpisces.Dasher$LengthIterator.cachedHaveLowAcceleration:I
         8: .line 537
            goto 16
         9: .line 538
      StackMap locals: float
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher$LengthIterator.recCurveStack:[[F
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher$LengthIterator.recLevel:I
            aaload
            iconst_0
        10: .line 539
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher$LengthIterator.recCurveStack:[[F
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher$LengthIterator.recLevel:I
            iconst_1
            iadd
            aaload
            iconst_0
        11: .line 540
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher$LengthIterator.recCurveStack:[[F
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher$LengthIterator.recLevel:I
            aaload
            iconst_0
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher$LengthIterator.curveType:I
        12: .line 538
            invokestatic com.sun.openpisces.Helpers.subdivide:([FI[FI[FII)V
        13: .line 541
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher$LengthIterator.sides:[Lcom/sun/openpisces/Dasher$LengthIterator$Side;
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher$LengthIterator.recLevel:I
            getstatic com.sun.openpisces.Dasher$LengthIterator$Side.LEFT:Lcom/sun/openpisces/Dasher$LengthIterator$Side;
            aastore
        14: .line 542
            aload 0 /* this */
            dup
            getfield com.sun.openpisces.Dasher$LengthIterator.recLevel:I
            iconst_1
            iadd
            putfield com.sun.openpisces.Dasher$LengthIterator.recLevel:I
        15: .line 543
            aload 0 /* this */
            invokevirtual com.sun.openpisces.Dasher$LengthIterator.goLeft:()V
        16: .line 545
      StackMap locals:
      StackMap stack:
            return
        end local 1 // float len
        end local 0 // com.sun.openpisces.Dasher$LengthIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   17     0  this  Lcom/sun/openpisces/Dasher$LengthIterator;
            1   17     1   len  F

  private float onLeaf();
    descriptor: ()F
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=9, args_size=1
        start local 0 // com.sun.openpisces.Dasher$LengthIterator this
         0: .line 550
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher$LengthIterator.recCurveStack:[[F
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher$LengthIterator.recLevel:I
            aaload
            astore 1 /* curve */
        start local 1 // float[] curve
         1: .line 551
            fconst_0
            fstore 2 /* polyLen */
        start local 2 // float polyLen
         2: .line 553
            aload 1 /* curve */
            iconst_0
            faload
            fstore 3 /* x0 */
        start local 3 // float x0
         3: aload 1 /* curve */
            iconst_1
            faload
            fstore 4 /* y0 */
        start local 4 // float y0
         4: .line 554
            iconst_2
            istore 5 /* i */
        start local 5 // int i
         5: goto 14
         6: .line 555
      StackMap locals: com.sun.openpisces.Dasher$LengthIterator float[] float float float int
      StackMap stack:
            aload 1 /* curve */
            iload 5 /* i */
            faload
            fstore 6 /* x1 */
        start local 6 // float x1
         7: aload 1 /* curve */
            iload 5 /* i */
            iconst_1
            iadd
            faload
            fstore 7 /* y1 */
        start local 7 // float y1
         8: .line 556
            fload 3 /* x0 */
            fload 4 /* y0 */
            fload 6 /* x1 */
            fload 7 /* y1 */
            invokestatic com.sun.openpisces.Helpers.linelen:(FFFF)F
            fstore 8 /* len */
        start local 8 // float len
         9: .line 557
            fload 2 /* polyLen */
            fload 8 /* len */
            fadd
            fstore 2 /* polyLen */
        10: .line 558
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher$LengthIterator.curLeafCtrlPolyLengths:[F
            iload 5 /* i */
            iconst_2
            idiv
            iconst_1
            isub
            fload 8 /* len */
            fastore
        11: .line 559
            fload 6 /* x1 */
            fstore 3 /* x0 */
        12: .line 560
            fload 7 /* y1 */
            fstore 4 /* y0 */
        end local 8 // float len
        end local 7 // float y1
        end local 6 // float x1
        13: .line 554
            iinc 5 /* i */ 2
      StackMap locals:
      StackMap stack:
        14: iload 5 /* i */
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher$LengthIterator.curveType:I
            if_icmplt 6
        end local 5 // int i
        15: .line 564
            aload 1 /* curve */
            iconst_0
            faload
            aload 1 /* curve */
            iconst_1
            faload
            aload 1 /* curve */
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher$LengthIterator.curveType:I
            iconst_2
            isub
            faload
            aload 1 /* curve */
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher$LengthIterator.curveType:I
            iconst_1
            isub
            faload
            invokestatic com.sun.openpisces.Helpers.linelen:(FFFF)F
        16: .line 563
            fstore 5 /* lineLen */
        start local 5 // float lineLen
        17: .line 565
            fload 2 /* polyLen */
            fload 5 /* lineLen */
            fsub
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher$LengthIterator.ERR:F
            fcmpg
            iflt 18
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher$LengthIterator.recLevel:I
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher$LengthIterator.limit:I
            if_icmpne 19
        18: .line 566
      StackMap locals: com.sun.openpisces.Dasher$LengthIterator float[] float float float float
      StackMap stack:
            fload 2 /* polyLen */
            fload 5 /* lineLen */
            fadd
            fconst_2
            fdiv
            freturn
        19: .line 568
      StackMap locals:
      StackMap stack:
            ldc -1.0
            freturn
        end local 5 // float lineLen
        end local 4 // float y0
        end local 3 // float x0
        end local 2 // float polyLen
        end local 1 // float[] curve
        end local 0 // com.sun.openpisces.Dasher$LengthIterator this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   20     0     this  Lcom/sun/openpisces/Dasher$LengthIterator;
            1   20     1    curve  [F
            2   20     2  polyLen  F
            3   20     3       x0  F
            4   20     4       y0  F
            5   15     5        i  I
            7   13     6       x1  F
            8   13     7       y1  F
            9   13     8      len  F
           17   20     5  lineLen  F
}
SourceFile: "Dasher.java"
NestHost: com.sun.openpisces.Dasher
InnerClasses:
  private LengthIterator = com.sun.openpisces.Dasher$LengthIterator of com.sun.openpisces.Dasher
  private final Side = com.sun.openpisces.Dasher$LengthIterator$Side of com.sun.openpisces.Dasher$LengthIterator