public final class com.sun.openpisces.Dasher implements com.sun.javafx.geom.PathConsumer2D
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.sun.openpisces.Dasher
  super_class: java.lang.Object
{
  private final com.sun.javafx.geom.PathConsumer2D out;
    descriptor: Lcom/sun/javafx/geom/PathConsumer2D;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  static float MAX_CYCLES;
    descriptor: F
    flags: (0x0008) ACC_STATIC

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

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

  private com.sun.openpisces.Dasher$LengthIterator li;
    descriptor: Lcom/sun/openpisces/Dasher$LengthIterator;
    flags: (0x0002) ACC_PRIVATE

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 85
            ldc 1.6E7
            putstatic com.sun.openpisces.Dasher.MAX_CYCLES:F
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(com.sun.javafx.geom.PathConsumer2D, float[], float);
    descriptor: (Lcom/sun/javafx/geom/PathConsumer2D;[FF)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // com.sun.openpisces.Dasher this
        start local 1 // com.sun.javafx.geom.PathConsumer2D out
        start local 2 // float[] dash
        start local 3 // float phase
         0: .line 70
            aload 0 /* this */
            aload 1 /* out */
            invokespecial com.sun.openpisces.Dasher.<init>:(Lcom/sun/javafx/geom/PathConsumer2D;)V
         1: .line 71
            aload 0 /* this */
            aload 2 /* dash */
            fload 3 /* phase */
            invokevirtual com.sun.openpisces.Dasher.reset:([FF)V
         2: .line 72
            return
        end local 3 // float phase
        end local 2 // float[] dash
        end local 1 // com.sun.javafx.geom.PathConsumer2D out
        end local 0 // com.sun.openpisces.Dasher this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/sun/openpisces/Dasher;
            0    3     1    out  Lcom/sun/javafx/geom/PathConsumer2D;
            0    3     2   dash  [F
            0    3     3  phase  F
    MethodParameters:
       Name  Flags
      out    
      dash   
      phase  

  public void <init>(com.sun.javafx.geom.PathConsumer2D);
    descriptor: (Lcom/sun/javafx/geom/PathConsumer2D;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.openpisces.Dasher this
        start local 1 // com.sun.javafx.geom.PathConsumer2D out
         0: .line 74
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 177
            aload 0 /* this */
            bipush 7
            newarray 6
            putfield com.sun.openpisces.Dasher.firstSegmentsBuffer:[F
         2: .line 178
            aload 0 /* this */
            iconst_0
            putfield com.sun.openpisces.Dasher.firstSegidx:I
         3: .line 259
            aload 0 /* this */
            aconst_null
            putfield com.sun.openpisces.Dasher.li:Lcom/sun/openpisces/Dasher$LengthIterator;
         4: .line 75
            aload 0 /* this */
            aload 1 /* out */
            putfield com.sun.openpisces.Dasher.out:Lcom/sun/javafx/geom/PathConsumer2D;
         5: .line 79
            aload 0 /* this */
            bipush 16
            newarray 6
            putfield com.sun.openpisces.Dasher.curCurvepts:[F
         6: .line 80
            return
        end local 1 // com.sun.javafx.geom.PathConsumer2D out
        end local 0 // com.sun.openpisces.Dasher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/sun/openpisces/Dasher;
            0    7     1   out  Lcom/sun/javafx/geom/PathConsumer2D;
    MethodParameters:
      Name  Flags
      out   

  public void reset(float[], float);
    descriptor: ([FF)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=9, args_size=3
        start local 0 // com.sun.openpisces.Dasher this
        start local 1 // float[] dash
        start local 2 // float phase
         0: .line 88
            iconst_0
            istore 3 /* sidx */
        start local 3 // int sidx
         1: .line 89
            aload 0 /* this */
            iconst_1
            putfield com.sun.openpisces.Dasher.dashOn:Z
         2: .line 90
            fconst_0
            fstore 4 /* sum */
        start local 4 // float sum
         3: .line 91
            aload 1 /* dash */
            dup
            astore 8
            arraylength
            istore 7
            iconst_0
            istore 6
            goto 7
      StackMap locals: com.sun.openpisces.Dasher float[] float int float top int int float[]
      StackMap stack:
         4: aload 8
            iload 6
            faload
            fstore 5 /* d */
        start local 5 // float d
         5: .line 92
            fload 4 /* sum */
            fload 5 /* d */
            fadd
            fstore 4 /* sum */
        end local 5 // float d
         6: .line 91
            iinc 6 1
      StackMap locals:
      StackMap stack:
         7: iload 6
            iload 7
            if_icmplt 4
         8: .line 94
            fload 2 /* phase */
            fload 4 /* sum */
            fdiv
            fstore 5 /* cycles */
        start local 5 // float cycles
         9: .line 95
            fload 2 /* phase */
            fconst_0
            fcmpg
            ifge 27
        10: .line 96
            fload 5 /* cycles */
            fneg
            getstatic com.sun.openpisces.Dasher.MAX_CYCLES:F
            fcmpl
            iflt 13
        11: .line 97
            fconst_0
            fstore 2 /* phase */
        12: .line 98
            goto 45
        13: .line 99
      StackMap locals: com.sun.openpisces.Dasher float[] float int float float
      StackMap stack:
            fload 5 /* cycles */
            fneg
            f2d
            invokestatic java.lang.Math.floor:(D)D
            d2i
            istore 6 /* fullcycles */
        start local 6 // int fullcycles
        14: .line 100
            iload 6 /* fullcycles */
            aload 1 /* dash */
            arraylength
            iand
            iconst_1
            iand
            ifeq 18
        15: .line 101
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher.dashOn:Z
            ifeq 16
            iconst_0
            goto 17
      StackMap locals: com.sun.openpisces.Dasher float[] float int float float int
      StackMap stack: com.sun.openpisces.Dasher
        16: iconst_1
      StackMap locals: com.sun.openpisces.Dasher float[] float int float float int
      StackMap stack: com.sun.openpisces.Dasher int
        17: putfield com.sun.openpisces.Dasher.dashOn:Z
        18: .line 103
      StackMap locals:
      StackMap stack:
            fload 2 /* phase */
            iload 6 /* fullcycles */
            i2f
            fload 4 /* sum */
            fmul
            fadd
            fstore 2 /* phase */
        19: .line 104
            goto 25
        20: .line 105
      StackMap locals:
      StackMap stack:
            iinc 3 /* sidx */ -1
            iload 3 /* sidx */
            ifge 21
            aload 1 /* dash */
            arraylength
            iconst_1
            isub
            istore 3 /* sidx */
        21: .line 106
      StackMap locals:
      StackMap stack:
            fload 2 /* phase */
            aload 1 /* dash */
            iload 3 /* sidx */
            faload
            fadd
            fstore 2 /* phase */
        22: .line 107
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher.dashOn:Z
            ifeq 23
            iconst_0
            goto 24
      StackMap locals:
      StackMap stack: com.sun.openpisces.Dasher
        23: iconst_1
      StackMap locals: com.sun.openpisces.Dasher float[] float int float float int
      StackMap stack: com.sun.openpisces.Dasher int
        24: putfield com.sun.openpisces.Dasher.dashOn:Z
        25: .line 104
      StackMap locals:
      StackMap stack:
            fload 2 /* phase */
            fconst_0
            fcmpg
            iflt 20
        end local 6 // int fullcycles
        26: .line 110
            goto 45
      StackMap locals:
      StackMap stack:
        27: fload 2 /* phase */
            fconst_0
            fcmpl
            ifle 45
        28: .line 111
            fload 5 /* cycles */
            getstatic com.sun.openpisces.Dasher.MAX_CYCLES:F
            fcmpl
            iflt 31
        29: .line 112
            fconst_0
            fstore 2 /* phase */
        30: .line 113
            goto 45
        31: .line 114
      StackMap locals:
      StackMap stack:
            fload 5 /* cycles */
            f2d
            invokestatic java.lang.Math.floor:(D)D
            d2i
            istore 6 /* fullcycles */
        start local 6 // int fullcycles
        32: .line 115
            iload 6 /* fullcycles */
            aload 1 /* dash */
            arraylength
            iand
            iconst_1
            iand
            ifeq 36
        33: .line 116
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher.dashOn:Z
            ifeq 34
            iconst_0
            goto 35
      StackMap locals: com.sun.openpisces.Dasher float[] float int float float int
      StackMap stack: com.sun.openpisces.Dasher
        34: iconst_1
      StackMap locals: com.sun.openpisces.Dasher float[] float int float float int
      StackMap stack: com.sun.openpisces.Dasher int
        35: putfield com.sun.openpisces.Dasher.dashOn:Z
        36: .line 118
      StackMap locals:
      StackMap stack:
            fload 2 /* phase */
            iload 6 /* fullcycles */
            i2f
            fload 4 /* sum */
            fmul
            fsub
            fstore 2 /* phase */
        37: .line 120
            goto 43
        start local 7 // float d
        38: .line 121
      StackMap locals: float
      StackMap stack:
            fload 2 /* phase */
            fload 7 /* d */
            fsub
            fstore 2 /* phase */
        39: .line 122
            iload 3 /* sidx */
            iconst_1
            iadd
            aload 1 /* dash */
            arraylength
            irem
            istore 3 /* sidx */
        40: .line 123
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher.dashOn:Z
            ifeq 41
            iconst_0
            goto 42
      StackMap locals:
      StackMap stack: com.sun.openpisces.Dasher
        41: iconst_1
      StackMap locals: com.sun.openpisces.Dasher float[] float int float float int float
      StackMap stack: com.sun.openpisces.Dasher int
        42: putfield com.sun.openpisces.Dasher.dashOn:Z
        end local 7 // float d
        43: .line 120
      StackMap locals:
      StackMap stack:
            fload 2 /* phase */
            aload 1 /* dash */
            iload 3 /* sidx */
            faload
            dup
            fstore 7 /* d */
        start local 7 // float d
        44: fcmpl
            ifge 38
        end local 7 // float d
        end local 6 // int fullcycles
        45: .line 128
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* dash */
            putfield com.sun.openpisces.Dasher.dash:[F
        46: .line 129
            aload 0 /* this */
            aload 0 /* this */
            fload 2 /* phase */
            dup_x1
            putfield com.sun.openpisces.Dasher.phase:F
            putfield com.sun.openpisces.Dasher.startPhase:F
        47: .line 130
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher.dashOn:Z
            putfield com.sun.openpisces.Dasher.startDashOn:Z
        48: .line 131
            aload 0 /* this */
            iload 3 /* sidx */
            putfield com.sun.openpisces.Dasher.startIdx:I
        49: .line 132
            aload 0 /* this */
            iconst_1
            putfield com.sun.openpisces.Dasher.starting:Z
        50: .line 133
            return
        end local 5 // float cycles
        end local 4 // float sum
        end local 3 // int sidx
        end local 2 // float phase
        end local 1 // float[] dash
        end local 0 // com.sun.openpisces.Dasher this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   51     0        this  Lcom/sun/openpisces/Dasher;
            0   51     1        dash  [F
            0   51     2       phase  F
            1   51     3        sidx  I
            3   51     4         sum  F
            5    6     5           d  F
            9   51     5      cycles  F
           14   26     6  fullcycles  I
           32   45     6  fullcycles  I
           38   43     7           d  F
           44   45     7           d  F
    MethodParameters:
       Name  Flags
      dash   
      phase  

  public void moveTo(float, float);
    descriptor: (FF)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.sun.openpisces.Dasher this
        start local 1 // float x0
        start local 2 // float y0
         0: .line 136
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher.firstSegidx:I
            ifle 3
         1: .line 137
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher.out:Lcom/sun/javafx/geom/PathConsumer2D;
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher.sx:F
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher.sy:F
            invokeinterface com.sun.javafx.geom.PathConsumer2D.moveTo:(FF)V
         2: .line 138
            aload 0 /* this */
            invokevirtual com.sun.openpisces.Dasher.emitFirstSegments:()V
         3: .line 140
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield com.sun.openpisces.Dasher.needsMoveTo:Z
         4: .line 141
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher.startIdx:I
            putfield com.sun.openpisces.Dasher.idx:I
         5: .line 142
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher.startDashOn:Z
            putfield com.sun.openpisces.Dasher.dashOn:Z
         6: .line 143
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher.startPhase:F
            putfield com.sun.openpisces.Dasher.phase:F
         7: .line 144
            aload 0 /* this */
            aload 0 /* this */
            fload 1 /* x0 */
            dup_x1
            putfield com.sun.openpisces.Dasher.x0:F
            putfield com.sun.openpisces.Dasher.sx:F
         8: .line 145
            aload 0 /* this */
            aload 0 /* this */
            fload 2 /* y0 */
            dup_x1
            putfield com.sun.openpisces.Dasher.y0:F
            putfield com.sun.openpisces.Dasher.sy:F
         9: .line 146
            aload 0 /* this */
            iconst_1
            putfield com.sun.openpisces.Dasher.starting:Z
        10: .line 147
            return
        end local 2 // float y0
        end local 1 // float x0
        end local 0 // com.sun.openpisces.Dasher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lcom/sun/openpisces/Dasher;
            0   11     1    x0  F
            0   11     2    y0  F
    MethodParameters:
      Name  Flags
      x0    
      y0    

  private void emitSeg(float[], int, int);
    descriptor: ([FII)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=9, locals=4, args_size=4
        start local 0 // com.sun.openpisces.Dasher this
        start local 1 // float[] buf
        start local 2 // int off
        start local 3 // int type
         0: .line 150
            iload 3 /* type */
            tableswitch { // 4 - 8
                    4: 10
                    5: 11
                    6: 6
                    7: 11
                    8: 1
              default: 11
          }
         1: .line 152
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher.out:Lcom/sun/javafx/geom/PathConsumer2D;
            aload 1 /* buf */
            iload 2 /* off */
            iconst_0
            iadd
            faload
            aload 1 /* buf */
            iload 2 /* off */
            iconst_1
            iadd
            faload
         2: .line 153
            aload 1 /* buf */
            iload 2 /* off */
            iconst_2
            iadd
            faload
            aload 1 /* buf */
            iload 2 /* off */
            iconst_3
            iadd
            faload
         3: .line 154
            aload 1 /* buf */
            iload 2 /* off */
            iconst_4
            iadd
            faload
            aload 1 /* buf */
            iload 2 /* off */
            iconst_5
            iadd
            faload
         4: .line 152
            invokeinterface com.sun.javafx.geom.PathConsumer2D.curveTo:(FFFFFF)V
         5: .line 155
            goto 11
         6: .line 157
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher.out:Lcom/sun/javafx/geom/PathConsumer2D;
            aload 1 /* buf */
            iload 2 /* off */
            iconst_0
            iadd
            faload
            aload 1 /* buf */
            iload 2 /* off */
            iconst_1
            iadd
            faload
         7: .line 158
            aload 1 /* buf */
            iload 2 /* off */
            iconst_2
            iadd
            faload
            aload 1 /* buf */
            iload 2 /* off */
            iconst_3
            iadd
            faload
         8: .line 157
            invokeinterface com.sun.javafx.geom.PathConsumer2D.quadTo:(FFFF)V
         9: .line 159
            goto 11
        10: .line 161
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher.out:Lcom/sun/javafx/geom/PathConsumer2D;
            aload 1 /* buf */
            iload 2 /* off */
            faload
            aload 1 /* buf */
            iload 2 /* off */
            iconst_1
            iadd
            faload
            invokeinterface com.sun.javafx.geom.PathConsumer2D.lineTo:(FF)V
        11: .line 163
      StackMap locals:
      StackMap stack:
            return
        end local 3 // int type
        end local 2 // int off
        end local 1 // float[] buf
        end local 0 // com.sun.openpisces.Dasher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lcom/sun/openpisces/Dasher;
            0   12     1   buf  [F
            0   12     2   off  I
            0   12     3  type  I
    MethodParameters:
      Name  Flags
      buf   
      off   
      type  

  private void emitFirstSegments();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // com.sun.openpisces.Dasher this
         0: .line 166
            iconst_0
            istore 1 /* i */
        start local 1 // int i
         1: goto 4
         2: .line 167
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher.firstSegmentsBuffer:[F
            iload 1 /* i */
            iconst_1
            iadd
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher.firstSegmentsBuffer:[F
            iload 1 /* i */
            faload
            f2i
            invokevirtual com.sun.openpisces.Dasher.emitSeg:([FII)V
         3: .line 168
            iload 1 /* i */
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher.firstSegmentsBuffer:[F
            iload 1 /* i */
            faload
            f2i
            iconst_1
            isub
            iadd
            istore 1 /* i */
         4: .line 166
      StackMap locals:
      StackMap stack:
            iload 1 /* i */
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher.firstSegidx:I
            if_icmplt 2
        end local 1 // int i
         5: .line 170
            aload 0 /* this */
            iconst_0
            putfield com.sun.openpisces.Dasher.firstSegidx:I
         6: .line 171
            return
        end local 0 // com.sun.openpisces.Dasher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/sun/openpisces/Dasher;
            1    5     1     i  I

  private void goTo(float[], int, int);
    descriptor: ([FII)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=6, args_size=4
        start local 0 // com.sun.openpisces.Dasher this
        start local 1 // float[] pts
        start local 2 // int off
        start local 3 // int type
         0: .line 182
            aload 1 /* pts */
            iload 2 /* off */
            iload 3 /* type */
            iadd
            iconst_4
            isub
            faload
            fstore 4 /* x */
        start local 4 // float x
         1: .line 183
            aload 1 /* pts */
            iload 2 /* off */
            iload 3 /* type */
            iadd
            iconst_3
            isub
            faload
            fstore 5 /* y */
        start local 5 // float y
         2: .line 184
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher.dashOn:Z
            ifeq 18
         3: .line 185
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher.starting:Z
            ifeq 13
         4: .line 186
            aload 0 /* this */
         5: .line 187
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher.firstSegmentsBuffer:[F
         6: .line 188
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher.firstSegidx:I
            iload 3 /* type */
            iconst_1
            isub
         7: .line 187
            invokestatic com.sun.openpisces.Helpers.widenArray:([FII)[F
         8: .line 186
            putfield com.sun.openpisces.Dasher.firstSegmentsBuffer:[F
         9: .line 189
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher.firstSegmentsBuffer:[F
            aload 0 /* this */
            dup
            getfield com.sun.openpisces.Dasher.firstSegidx:I
            dup_x1
            iconst_1
            iadd
            putfield com.sun.openpisces.Dasher.firstSegidx:I
            iload 3 /* type */
            i2f
            fastore
        10: .line 190
            aload 1 /* pts */
            iload 2 /* off */
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher.firstSegmentsBuffer:[F
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher.firstSegidx:I
            iload 3 /* type */
            iconst_2
            isub
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        11: .line 191
            aload 0 /* this */
            dup
            getfield com.sun.openpisces.Dasher.firstSegidx:I
            iload 3 /* type */
            iconst_2
            isub
            iadd
            putfield com.sun.openpisces.Dasher.firstSegidx:I
        12: .line 192
            goto 20
        13: .line 193
      StackMap locals: float float
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher.needsMoveTo:Z
            ifeq 16
        14: .line 194
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher.out:Lcom/sun/javafx/geom/PathConsumer2D;
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher.x0:F
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher.y0:F
            invokeinterface com.sun.javafx.geom.PathConsumer2D.moveTo:(FF)V
        15: .line 195
            aload 0 /* this */
            iconst_0
            putfield com.sun.openpisces.Dasher.needsMoveTo:Z
        16: .line 197
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* pts */
            iload 2 /* off */
            iload 3 /* type */
            invokevirtual com.sun.openpisces.Dasher.emitSeg:([FII)V
        17: .line 199
            goto 20
        18: .line 200
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield com.sun.openpisces.Dasher.starting:Z
        19: .line 201
            aload 0 /* this */
            iconst_1
            putfield com.sun.openpisces.Dasher.needsMoveTo:Z
        20: .line 203
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            fload 4 /* x */
            putfield com.sun.openpisces.Dasher.x0:F
        21: .line 204
            aload 0 /* this */
            fload 5 /* y */
            putfield com.sun.openpisces.Dasher.y0:F
        22: .line 205
            return
        end local 5 // float y
        end local 4 // float x
        end local 3 // int type
        end local 2 // int off
        end local 1 // float[] pts
        end local 0 // com.sun.openpisces.Dasher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   23     0  this  Lcom/sun/openpisces/Dasher;
            0   23     1   pts  [F
            0   23     2   off  I
            0   23     3  type  I
            1   23     4     x  F
            2   23     5     y  F
    MethodParameters:
      Name  Flags
      pts   
      off   
      type  final

  public void lineTo(float, float);
    descriptor: (FF)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=12, args_size=3
        start local 0 // com.sun.openpisces.Dasher this
        start local 1 // float x1
        start local 2 // float y1
         0: .line 208
            fload 1 /* x1 */
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher.x0:F
            fsub
            fstore 3 /* dx */
        start local 3 // float dx
         1: .line 209
            fload 2 /* y1 */
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher.y0:F
            fsub
            fstore 4 /* dy */
        start local 4 // float dy
         2: .line 211
            fload 3 /* dx */
            fload 3 /* dx */
            fmul
            fload 4 /* dy */
            fload 4 /* dy */
            fmul
            fadd
            f2d
            invokestatic java.lang.Math.sqrt:(D)D
            d2f
            fstore 5 /* len */
        start local 5 // float len
         3: .line 213
            fload 5 /* len */
            fconst_0
            fcmpl
            ifne 5
         4: .line 214
            return
         5: .line 219
      StackMap locals: float float float
      StackMap stack:
            fload 3 /* dx */
            fload 5 /* len */
            fdiv
            fstore 6 /* cx */
        start local 6 // float cx
         6: .line 220
            fload 4 /* dy */
            fload 5 /* len */
            fdiv
            fstore 7 /* cy */
        start local 7 // float cy
         7: .line 223
      StackMap locals: float float
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher.dash:[F
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher.idx:I
            faload
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher.phase:F
            fsub
            fstore 8 /* leftInThisDashSegment */
        start local 8 // float leftInThisDashSegment
         8: .line 224
            fload 5 /* len */
            fload 8 /* leftInThisDashSegment */
            fcmpg
            ifgt 20
         9: .line 225
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher.curCurvepts:[F
            iconst_0
            fload 1 /* x1 */
            fastore
        10: .line 226
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher.curCurvepts:[F
            iconst_1
            fload 2 /* y1 */
            fastore
        11: .line 227
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher.curCurvepts:[F
            iconst_0
            iconst_4
            invokevirtual com.sun.openpisces.Dasher.goTo:([FII)V
        12: .line 229
            aload 0 /* this */
            dup
            getfield com.sun.openpisces.Dasher.phase:F
            fload 5 /* len */
            fadd
            putfield com.sun.openpisces.Dasher.phase:F
        13: .line 230
            fload 5 /* len */
            fload 8 /* leftInThisDashSegment */
            fcmpl
            ifne 19
        14: .line 231
            aload 0 /* this */
            fconst_0
            putfield com.sun.openpisces.Dasher.phase:F
        15: .line 232
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher.idx:I
            iconst_1
            iadd
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher.dash:[F
            arraylength
            irem
            putfield com.sun.openpisces.Dasher.idx:I
        16: .line 233
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher.dashOn:Z
            ifeq 17
            iconst_0
            goto 18
      StackMap locals: com.sun.openpisces.Dasher float float float float float float float float
      StackMap stack: com.sun.openpisces.Dasher
        17: iconst_1
      StackMap locals: com.sun.openpisces.Dasher float float float float float float float float
      StackMap stack: com.sun.openpisces.Dasher int
        18: putfield com.sun.openpisces.Dasher.dashOn:Z
        19: .line 235
      StackMap locals:
      StackMap stack:
            return
        20: .line 238
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher.dash:[F
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher.idx:I
            faload
            fload 6 /* cx */
            fmul
            fstore 9 /* dashdx */
        start local 9 // float dashdx
        21: .line 239
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher.dash:[F
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher.idx:I
            faload
            fload 7 /* cy */
            fmul
            fstore 10 /* dashdy */
        start local 10 // float dashdy
        22: .line 240
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher.phase:F
            fconst_0
            fcmpl
            ifne 26
        23: .line 241
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher.curCurvepts:[F
            iconst_0
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher.x0:F
            fload 9 /* dashdx */
            fadd
            fastore
        24: .line 242
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher.curCurvepts:[F
            iconst_1
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher.y0:F
            fload 10 /* dashdy */
            fadd
            fastore
        25: .line 243
            goto 29
        26: .line 244
      StackMap locals: float float
      StackMap stack:
            fload 8 /* leftInThisDashSegment */
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher.dash:[F
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher.idx:I
            faload
            fdiv
            fstore 11 /* p */
        start local 11 // float p
        27: .line 245
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher.curCurvepts:[F
            iconst_0
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher.x0:F
            fload 11 /* p */
            fload 9 /* dashdx */
            fmul
            fadd
            fastore
        28: .line 246
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher.curCurvepts:[F
            iconst_1
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher.y0:F
            fload 11 /* p */
            fload 10 /* dashdy */
            fmul
            fadd
            fastore
        end local 11 // float p
        29: .line 249
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher.curCurvepts:[F
            iconst_0
            iconst_4
            invokevirtual com.sun.openpisces.Dasher.goTo:([FII)V
        30: .line 251
            fload 5 /* len */
            fload 8 /* leftInThisDashSegment */
            fsub
            fstore 5 /* len */
        31: .line 253
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher.idx:I
            iconst_1
            iadd
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher.dash:[F
            arraylength
            irem
            putfield com.sun.openpisces.Dasher.idx:I
        32: .line 254
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher.dashOn:Z
            ifeq 33
            iconst_0
            goto 34
      StackMap locals:
      StackMap stack: com.sun.openpisces.Dasher
        33: iconst_1
      StackMap locals: com.sun.openpisces.Dasher float float float float float float float float float float
      StackMap stack: com.sun.openpisces.Dasher int
        34: putfield com.sun.openpisces.Dasher.dashOn:Z
        35: .line 255
            aload 0 /* this */
            fconst_0
            putfield com.sun.openpisces.Dasher.phase:F
        end local 10 // float dashdy
        end local 9 // float dashdx
        end local 8 // float leftInThisDashSegment
        36: .line 222
            goto 7
        end local 7 // float cy
        end local 6 // float cx
        end local 5 // float len
        end local 4 // float dy
        end local 3 // float dx
        end local 2 // float y1
        end local 1 // float x1
        end local 0 // com.sun.openpisces.Dasher this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   37     0                   this  Lcom/sun/openpisces/Dasher;
            0   37     1                     x1  F
            0   37     2                     y1  F
            1   37     3                     dx  F
            2   37     4                     dy  F
            3   37     5                    len  F
            6   37     6                     cx  F
            7   37     7                     cy  F
            8   36     8  leftInThisDashSegment  F
           21   36     9                 dashdx  F
           22   36    10                 dashdy  F
           27   29    11                      p  F
    MethodParameters:
      Name  Flags
      x1    
      y1    

  private void somethingTo(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=8, locals=6, args_size=2
        start local 0 // com.sun.openpisces.Dasher this
        start local 1 // int type
         0: .line 264
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher.curCurvepts:[F
            iload 1 /* type */
            invokestatic com.sun.openpisces.Dasher.pointCurve:([FI)Z
            ifeq 2
         1: .line 265
            return
         2: .line 267
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher.li:Lcom/sun/openpisces/Dasher$LengthIterator;
            ifnonnull 4
         3: .line 268
            aload 0 /* this */
            new com.sun.openpisces.Dasher$LengthIterator
            dup
            iconst_4
            ldc 0.01
            invokespecial com.sun.openpisces.Dasher$LengthIterator.<init>:(IF)V
            putfield com.sun.openpisces.Dasher.li:Lcom/sun/openpisces/Dasher$LengthIterator;
         4: .line 270
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher.li:Lcom/sun/openpisces/Dasher$LengthIterator;
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher.curCurvepts:[F
            iload 1 /* type */
            invokevirtual com.sun.openpisces.Dasher$LengthIterator.initializeIterationOnCurve:([FI)V
         5: .line 272
            iconst_0
            istore 2 /* curCurveoff */
        start local 2 // int curCurveoff
         6: .line 273
            fconst_0
            fstore 3 /* lastSplitT */
        start local 3 // float lastSplitT
         7: .line 274
            fconst_0
            fstore 4 /* t */
        start local 4 // float t
         8: .line 275
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher.dash:[F
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher.idx:I
            faload
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher.phase:F
            fsub
            fstore 5 /* leftInThisDashSegment */
        start local 5 // float leftInThisDashSegment
         9: .line 276
            goto 25
        10: .line 277
      StackMap locals: com.sun.openpisces.Dasher int int float float float
      StackMap stack:
            fload 4 /* t */
            fconst_0
            fcmpl
            ifeq 19
        11: .line 278
            fload 4 /* t */
            fload 3 /* lastSplitT */
            fsub
            fconst_1
            fload 3 /* lastSplitT */
            fsub
            fdiv
        12: .line 279
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher.curCurvepts:[F
            iload 2 /* curCurveoff */
        13: .line 280
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher.curCurvepts:[F
            iconst_0
        14: .line 281
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher.curCurvepts:[F
            iload 1 /* type */
            iload 1 /* type */
        15: .line 278
            invokestatic com.sun.openpisces.Helpers.subdivideAt:(F[FI[FI[FII)V
        16: .line 282
            fload 4 /* t */
            fstore 3 /* lastSplitT */
        17: .line 283
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher.curCurvepts:[F
            iconst_2
            iload 1 /* type */
            invokevirtual com.sun.openpisces.Dasher.goTo:([FII)V
        18: .line 284
            iload 1 /* type */
            istore 2 /* curCurveoff */
        19: .line 287
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher.idx:I
            iconst_1
            iadd
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher.dash:[F
            arraylength
            irem
            putfield com.sun.openpisces.Dasher.idx:I
        20: .line 288
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher.dashOn:Z
            ifeq 21
            iconst_0
            goto 22
      StackMap locals:
      StackMap stack: com.sun.openpisces.Dasher
        21: iconst_1
      StackMap locals: com.sun.openpisces.Dasher int int float float float
      StackMap stack: com.sun.openpisces.Dasher int
        22: putfield com.sun.openpisces.Dasher.dashOn:Z
        23: .line 289
            aload 0 /* this */
            fconst_0
            putfield com.sun.openpisces.Dasher.phase:F
        24: .line 290
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher.dash:[F
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher.idx:I
            faload
            fstore 5 /* leftInThisDashSegment */
        25: .line 276
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher.li:Lcom/sun/openpisces/Dasher$LengthIterator;
            fload 5 /* leftInThisDashSegment */
            invokevirtual com.sun.openpisces.Dasher$LengthIterator.next:(F)F
            dup
            fstore 4 /* t */
            fconst_1
            fcmpg
            iflt 10
        26: .line 292
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher.curCurvepts:[F
            iload 2 /* curCurveoff */
            iconst_2
            iadd
            iload 1 /* type */
            invokevirtual com.sun.openpisces.Dasher.goTo:([FII)V
        27: .line 293
            aload 0 /* this */
            dup
            getfield com.sun.openpisces.Dasher.phase:F
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher.li:Lcom/sun/openpisces/Dasher$LengthIterator;
            invokevirtual com.sun.openpisces.Dasher$LengthIterator.lastSegLen:()F
            fadd
            putfield com.sun.openpisces.Dasher.phase:F
        28: .line 294
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher.phase:F
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher.dash:[F
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher.idx:I
            faload
            fcmpl
            iflt 34
        29: .line 295
            aload 0 /* this */
            fconst_0
            putfield com.sun.openpisces.Dasher.phase:F
        30: .line 296
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher.idx:I
            iconst_1
            iadd
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher.dash:[F
            arraylength
            irem
            putfield com.sun.openpisces.Dasher.idx:I
        31: .line 297
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher.dashOn:Z
            ifeq 32
            iconst_0
            goto 33
      StackMap locals:
      StackMap stack: com.sun.openpisces.Dasher
        32: iconst_1
      StackMap locals: com.sun.openpisces.Dasher int int float float float
      StackMap stack: com.sun.openpisces.Dasher int
        33: putfield com.sun.openpisces.Dasher.dashOn:Z
        34: .line 299
      StackMap locals:
      StackMap stack:
            return
        end local 5 // float leftInThisDashSegment
        end local 4 // float t
        end local 3 // float lastSplitT
        end local 2 // int curCurveoff
        end local 1 // int type
        end local 0 // com.sun.openpisces.Dasher this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   35     0                   this  Lcom/sun/openpisces/Dasher;
            0   35     1                   type  I
            6   35     2            curCurveoff  I
            7   35     3             lastSplitT  F
            8   35     4                      t  F
            9   35     5  leftInThisDashSegment  F
    MethodParameters:
      Name  Flags
      type  

  private static boolean pointCurve(float[], int);
    descriptor: ([FI)Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // float[] curve
        start local 1 // int type
         0: .line 302
            iconst_2
            istore 2 /* i */
        start local 2 // int i
         1: goto 5
         2: .line 303
      StackMap locals: int
      StackMap stack:
            aload 0 /* curve */
            iload 2 /* i */
            faload
            aload 0 /* curve */
            iload 2 /* i */
            iconst_2
            isub
            faload
            fcmpl
            ifeq 4
         3: .line 304
            iconst_0
            ireturn
         4: .line 302
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 2 /* i */
            iload 1 /* type */
            if_icmplt 2
        end local 2 // int i
         6: .line 307
            iconst_1
            ireturn
        end local 1 // int type
        end local 0 // float[] curve
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0  curve  [F
            0    7     1   type  I
            1    6     2      i  I
    MethodParameters:
       Name  Flags
      curve  
      type   

  public void curveTo(float, float, float, float, float, float);
    descriptor: (FFFFFF)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=7, args_size=7
        start local 0 // com.sun.openpisces.Dasher this
        start local 1 // float x1
        start local 2 // float y1
        start local 3 // float x2
        start local 4 // float y2
        start local 5 // float x3
        start local 6 // float y3
         0: .line 577
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher.curCurvepts:[F
            iconst_0
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher.x0:F
            fastore
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher.curCurvepts:[F
            iconst_1
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher.y0:F
            fastore
         1: .line 578
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher.curCurvepts:[F
            iconst_2
            fload 1 /* x1 */
            fastore
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher.curCurvepts:[F
            iconst_3
            fload 2 /* y1 */
            fastore
         2: .line 579
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher.curCurvepts:[F
            iconst_4
            fload 3 /* x2 */
            fastore
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher.curCurvepts:[F
            iconst_5
            fload 4 /* y2 */
            fastore
         3: .line 580
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher.curCurvepts:[F
            bipush 6
            fload 5 /* x3 */
            fastore
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher.curCurvepts:[F
            bipush 7
            fload 6 /* y3 */
            fastore
         4: .line 581
            aload 0 /* this */
            bipush 8
            invokevirtual com.sun.openpisces.Dasher.somethingTo:(I)V
         5: .line 582
            return
        end local 6 // float y3
        end local 5 // float x3
        end local 4 // float y2
        end local 3 // float x2
        end local 2 // float y1
        end local 1 // float x1
        end local 0 // com.sun.openpisces.Dasher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/sun/openpisces/Dasher;
            0    6     1    x1  F
            0    6     2    y1  F
            0    6     3    x2  F
            0    6     4    y2  F
            0    6     5    x3  F
            0    6     6    y3  F
    MethodParameters:
      Name  Flags
      x1    
      y1    
      x2    
      y2    
      x3    
      y3    

  public void quadTo(float, float, float, float);
    descriptor: (FFFF)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // com.sun.openpisces.Dasher this
        start local 1 // float x1
        start local 2 // float y1
        start local 3 // float x2
        start local 4 // float y2
         0: .line 586
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher.curCurvepts:[F
            iconst_0
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher.x0:F
            fastore
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher.curCurvepts:[F
            iconst_1
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher.y0:F
            fastore
         1: .line 587
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher.curCurvepts:[F
            iconst_2
            fload 1 /* x1 */
            fastore
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher.curCurvepts:[F
            iconst_3
            fload 2 /* y1 */
            fastore
         2: .line 588
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher.curCurvepts:[F
            iconst_4
            fload 3 /* x2 */
            fastore
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher.curCurvepts:[F
            iconst_5
            fload 4 /* y2 */
            fastore
         3: .line 589
            aload 0 /* this */
            bipush 6
            invokevirtual com.sun.openpisces.Dasher.somethingTo:(I)V
         4: .line 590
            return
        end local 4 // float y2
        end local 3 // float x2
        end local 2 // float y1
        end local 1 // float x1
        end local 0 // com.sun.openpisces.Dasher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/openpisces/Dasher;
            0    5     1    x1  F
            0    5     2    y1  F
            0    5     3    x2  F
            0    5     4    y2  F
    MethodParameters:
      Name  Flags
      x1    
      y1    
      x2    
      y2    

  public void closePath();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.openpisces.Dasher this
         0: .line 593
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher.sx:F
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher.sy:F
            invokevirtual com.sun.openpisces.Dasher.lineTo:(FF)V
         1: .line 594
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher.firstSegidx:I
            ifle 5
         2: .line 595
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher.dashOn:Z
            ifeq 3
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher.needsMoveTo:Z
            ifeq 4
         3: .line 596
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher.out:Lcom/sun/javafx/geom/PathConsumer2D;
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher.sx:F
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher.sy:F
            invokeinterface com.sun.javafx.geom.PathConsumer2D.moveTo:(FF)V
         4: .line 598
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.openpisces.Dasher.emitFirstSegments:()V
         5: .line 600
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher.sx:F
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher.sy:F
            invokevirtual com.sun.openpisces.Dasher.moveTo:(FF)V
         6: .line 601
            return
        end local 0 // com.sun.openpisces.Dasher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/sun/openpisces/Dasher;

  public void pathDone();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.openpisces.Dasher this
         0: .line 604
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher.firstSegidx:I
            ifle 3
         1: .line 605
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher.out:Lcom/sun/javafx/geom/PathConsumer2D;
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher.sx:F
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher.sy:F
            invokeinterface com.sun.javafx.geom.PathConsumer2D.moveTo:(FF)V
         2: .line 606
            aload 0 /* this */
            invokevirtual com.sun.openpisces.Dasher.emitFirstSegments:()V
         3: .line 608
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.openpisces.Dasher.out:Lcom/sun/javafx/geom/PathConsumer2D;
            invokeinterface com.sun.javafx.geom.PathConsumer2D.pathDone:()V
         4: .line 609
            return
        end local 0 // com.sun.openpisces.Dasher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/openpisces/Dasher;
}
SourceFile: "Dasher.java"
NestMembers:
  com.sun.openpisces.Dasher$LengthIterator  com.sun.openpisces.Dasher$LengthIterator$Side
InnerClasses:
  private LengthIterator = com.sun.openpisces.Dasher$LengthIterator of com.sun.openpisces.Dasher