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: 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 start local 1 start local 2 start local 3 0: aload 0
aload 1
invokespecial com.sun.openpisces.Dasher.<init>:(Lcom/sun/javafx/geom/PathConsumer2D;)V
1: aload 0
aload 2
fload 3
invokevirtual com.sun.openpisces.Dasher.reset:([FF)V
2: return
end local 3 end local 2 end local 1 end local 0 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 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
bipush 7
newarray 6
putfield com.sun.openpisces.Dasher.firstSegmentsBuffer:[F
2: aload 0
iconst_0
putfield com.sun.openpisces.Dasher.firstSegidx:I
3: aload 0
aconst_null
putfield com.sun.openpisces.Dasher.li:Lcom/sun/openpisces/Dasher$LengthIterator;
4: aload 0
aload 1
putfield com.sun.openpisces.Dasher.out:Lcom/sun/javafx/geom/PathConsumer2D;
5: aload 0
bipush 16
newarray 6
putfield com.sun.openpisces.Dasher.curCurvepts:[F
6: return
end local 1 end local 0 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 start local 1 start local 2 0: iconst_0
istore 3
start local 3 1: aload 0
iconst_1
putfield com.sun.openpisces.Dasher.dashOn:Z
2: fconst_0
fstore 4
start local 4 3: aload 1
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
start local 5 5: fload 4
fload 5
fadd
fstore 4
end local 5 6: iinc 6 1
StackMap locals:
StackMap stack:
7: iload 6
iload 7
if_icmplt 4
8: fload 2
fload 4
fdiv
fstore 5
start local 5 9: fload 2
fconst_0
fcmpg
ifge 27
10: fload 5
fneg
getstatic com.sun.openpisces.Dasher.MAX_CYCLES:F
fcmpl
iflt 13
11: fconst_0
fstore 2
12: goto 45
13: StackMap locals: com.sun.openpisces.Dasher float[] float int float float
StackMap stack:
fload 5
fneg
f2d
invokestatic java.lang.Math.floor:(D)D
d2i
istore 6
start local 6 14: iload 6
aload 1
arraylength
iand
iconst_1
iand
ifeq 18
15: aload 0
aload 0
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: StackMap locals:
StackMap stack:
fload 2
iload 6
i2f
fload 4
fmul
fadd
fstore 2
19: goto 25
20: StackMap locals:
StackMap stack:
iinc 3 -1
iload 3
ifge 21
aload 1
arraylength
iconst_1
isub
istore 3
21: StackMap locals:
StackMap stack:
fload 2
aload 1
iload 3
faload
fadd
fstore 2
22: aload 0
aload 0
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: StackMap locals:
StackMap stack:
fload 2
fconst_0
fcmpg
iflt 20
end local 6 26: goto 45
StackMap locals:
StackMap stack:
27: fload 2
fconst_0
fcmpl
ifle 45
28: fload 5
getstatic com.sun.openpisces.Dasher.MAX_CYCLES:F
fcmpl
iflt 31
29: fconst_0
fstore 2
30: goto 45
31: StackMap locals:
StackMap stack:
fload 5
f2d
invokestatic java.lang.Math.floor:(D)D
d2i
istore 6
start local 6 32: iload 6
aload 1
arraylength
iand
iconst_1
iand
ifeq 36
33: aload 0
aload 0
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: StackMap locals:
StackMap stack:
fload 2
iload 6
i2f
fload 4
fmul
fsub
fstore 2
37: goto 43
start local 7 38: StackMap locals: float
StackMap stack:
fload 2
fload 7
fsub
fstore 2
39: iload 3
iconst_1
iadd
aload 1
arraylength
irem
istore 3
40: aload 0
aload 0
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 43: StackMap locals:
StackMap stack:
fload 2
aload 1
iload 3
faload
dup
fstore 7
start local 7 44: fcmpl
ifge 38
end local 7 end local 6 45: StackMap locals:
StackMap stack:
aload 0
aload 1
putfield com.sun.openpisces.Dasher.dash:[F
46: aload 0
aload 0
fload 2
dup_x1
putfield com.sun.openpisces.Dasher.phase:F
putfield com.sun.openpisces.Dasher.startPhase:F
47: aload 0
aload 0
getfield com.sun.openpisces.Dasher.dashOn:Z
putfield com.sun.openpisces.Dasher.startDashOn:Z
48: aload 0
iload 3
putfield com.sun.openpisces.Dasher.startIdx:I
49: aload 0
iconst_1
putfield com.sun.openpisces.Dasher.starting:Z
50: return
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 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 start local 1 start local 2 0: aload 0
getfield com.sun.openpisces.Dasher.firstSegidx:I
ifle 3
1: aload 0
getfield com.sun.openpisces.Dasher.out:Lcom/sun/javafx/geom/PathConsumer2D;
aload 0
getfield com.sun.openpisces.Dasher.sx:F
aload 0
getfield com.sun.openpisces.Dasher.sy:F
invokeinterface com.sun.javafx.geom.PathConsumer2D.moveTo:(FF)V
2: aload 0
invokevirtual com.sun.openpisces.Dasher.emitFirstSegments:()V
3: StackMap locals:
StackMap stack:
aload 0
iconst_1
putfield com.sun.openpisces.Dasher.needsMoveTo:Z
4: aload 0
aload 0
getfield com.sun.openpisces.Dasher.startIdx:I
putfield com.sun.openpisces.Dasher.idx:I
5: aload 0
aload 0
getfield com.sun.openpisces.Dasher.startDashOn:Z
putfield com.sun.openpisces.Dasher.dashOn:Z
6: aload 0
aload 0
getfield com.sun.openpisces.Dasher.startPhase:F
putfield com.sun.openpisces.Dasher.phase:F
7: aload 0
aload 0
fload 1
dup_x1
putfield com.sun.openpisces.Dasher.x0:F
putfield com.sun.openpisces.Dasher.sx:F
8: aload 0
aload 0
fload 2
dup_x1
putfield com.sun.openpisces.Dasher.y0:F
putfield com.sun.openpisces.Dasher.sy:F
9: aload 0
iconst_1
putfield com.sun.openpisces.Dasher.starting:Z
10: return
end local 2 end local 1 end local 0 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 start local 1 start local 2 start local 3 0: iload 3
tableswitch { // 4 - 8
4: 10
5: 11
6: 6
7: 11
8: 1
default: 11
}
1: StackMap locals:
StackMap stack:
aload 0
getfield com.sun.openpisces.Dasher.out:Lcom/sun/javafx/geom/PathConsumer2D;
aload 1
iload 2
iconst_0
iadd
faload
aload 1
iload 2
iconst_1
iadd
faload
2: aload 1
iload 2
iconst_2
iadd
faload
aload 1
iload 2
iconst_3
iadd
faload
3: aload 1
iload 2
iconst_4
iadd
faload
aload 1
iload 2
iconst_5
iadd
faload
4: invokeinterface com.sun.javafx.geom.PathConsumer2D.curveTo:(FFFFFF)V
5: goto 11
6: StackMap locals:
StackMap stack:
aload 0
getfield com.sun.openpisces.Dasher.out:Lcom/sun/javafx/geom/PathConsumer2D;
aload 1
iload 2
iconst_0
iadd
faload
aload 1
iload 2
iconst_1
iadd
faload
7: aload 1
iload 2
iconst_2
iadd
faload
aload 1
iload 2
iconst_3
iadd
faload
8: invokeinterface com.sun.javafx.geom.PathConsumer2D.quadTo:(FFFF)V
9: goto 11
10: StackMap locals:
StackMap stack:
aload 0
getfield com.sun.openpisces.Dasher.out:Lcom/sun/javafx/geom/PathConsumer2D;
aload 1
iload 2
faload
aload 1
iload 2
iconst_1
iadd
faload
invokeinterface com.sun.javafx.geom.PathConsumer2D.lineTo:(FF)V
11: StackMap locals:
StackMap stack:
return
end local 3 end local 2 end local 1 end local 0 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 0: iconst_0
istore 1
start local 1 1: goto 4
2: StackMap locals: int
StackMap stack:
aload 0
aload 0
getfield com.sun.openpisces.Dasher.firstSegmentsBuffer:[F
iload 1
iconst_1
iadd
aload 0
getfield com.sun.openpisces.Dasher.firstSegmentsBuffer:[F
iload 1
faload
f2i
invokevirtual com.sun.openpisces.Dasher.emitSeg:([FII)V
3: iload 1
aload 0
getfield com.sun.openpisces.Dasher.firstSegmentsBuffer:[F
iload 1
faload
f2i
iconst_1
isub
iadd
istore 1
4: StackMap locals:
StackMap stack:
iload 1
aload 0
getfield com.sun.openpisces.Dasher.firstSegidx:I
if_icmplt 2
end local 1 5: aload 0
iconst_0
putfield com.sun.openpisces.Dasher.firstSegidx:I
6: return
end local 0 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 start local 1 start local 2 start local 3 0: aload 1
iload 2
iload 3
iadd
iconst_4
isub
faload
fstore 4
start local 4 1: aload 1
iload 2
iload 3
iadd
iconst_3
isub
faload
fstore 5
start local 5 2: aload 0
getfield com.sun.openpisces.Dasher.dashOn:Z
ifeq 18
3: aload 0
getfield com.sun.openpisces.Dasher.starting:Z
ifeq 13
4: aload 0
5: aload 0
getfield com.sun.openpisces.Dasher.firstSegmentsBuffer:[F
6: aload 0
getfield com.sun.openpisces.Dasher.firstSegidx:I
iload 3
iconst_1
isub
7: invokestatic com.sun.openpisces.Helpers.widenArray:([FII)[F
8: putfield com.sun.openpisces.Dasher.firstSegmentsBuffer:[F
9: aload 0
getfield com.sun.openpisces.Dasher.firstSegmentsBuffer:[F
aload 0
dup
getfield com.sun.openpisces.Dasher.firstSegidx:I
dup_x1
iconst_1
iadd
putfield com.sun.openpisces.Dasher.firstSegidx:I
iload 3
i2f
fastore
10: aload 1
iload 2
aload 0
getfield com.sun.openpisces.Dasher.firstSegmentsBuffer:[F
aload 0
getfield com.sun.openpisces.Dasher.firstSegidx:I
iload 3
iconst_2
isub
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
11: aload 0
dup
getfield com.sun.openpisces.Dasher.firstSegidx:I
iload 3
iconst_2
isub
iadd
putfield com.sun.openpisces.Dasher.firstSegidx:I
12: goto 20
13: StackMap locals: float float
StackMap stack:
aload 0
getfield com.sun.openpisces.Dasher.needsMoveTo:Z
ifeq 16
14: aload 0
getfield com.sun.openpisces.Dasher.out:Lcom/sun/javafx/geom/PathConsumer2D;
aload 0
getfield com.sun.openpisces.Dasher.x0:F
aload 0
getfield com.sun.openpisces.Dasher.y0:F
invokeinterface com.sun.javafx.geom.PathConsumer2D.moveTo:(FF)V
15: aload 0
iconst_0
putfield com.sun.openpisces.Dasher.needsMoveTo:Z
16: StackMap locals:
StackMap stack:
aload 0
aload 1
iload 2
iload 3
invokevirtual com.sun.openpisces.Dasher.emitSeg:([FII)V
17: goto 20
18: StackMap locals:
StackMap stack:
aload 0
iconst_0
putfield com.sun.openpisces.Dasher.starting:Z
19: aload 0
iconst_1
putfield com.sun.openpisces.Dasher.needsMoveTo:Z
20: StackMap locals:
StackMap stack:
aload 0
fload 4
putfield com.sun.openpisces.Dasher.x0:F
21: aload 0
fload 5
putfield com.sun.openpisces.Dasher.y0:F
22: return
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 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 start local 1 start local 2 0: fload 1
aload 0
getfield com.sun.openpisces.Dasher.x0:F
fsub
fstore 3
start local 3 1: fload 2
aload 0
getfield com.sun.openpisces.Dasher.y0:F
fsub
fstore 4
start local 4 2: fload 3
fload 3
fmul
fload 4
fload 4
fmul
fadd
f2d
invokestatic java.lang.Math.sqrt:(D)D
d2f
fstore 5
start local 5 3: fload 5
fconst_0
fcmpl
ifne 5
4: return
5: StackMap locals: float float float
StackMap stack:
fload 3
fload 5
fdiv
fstore 6
start local 6 6: fload 4
fload 5
fdiv
fstore 7
start local 7 7: StackMap locals: float float
StackMap stack:
aload 0
getfield com.sun.openpisces.Dasher.dash:[F
aload 0
getfield com.sun.openpisces.Dasher.idx:I
faload
aload 0
getfield com.sun.openpisces.Dasher.phase:F
fsub
fstore 8
start local 8 8: fload 5
fload 8
fcmpg
ifgt 20
9: aload 0
getfield com.sun.openpisces.Dasher.curCurvepts:[F
iconst_0
fload 1
fastore
10: aload 0
getfield com.sun.openpisces.Dasher.curCurvepts:[F
iconst_1
fload 2
fastore
11: aload 0
aload 0
getfield com.sun.openpisces.Dasher.curCurvepts:[F
iconst_0
iconst_4
invokevirtual com.sun.openpisces.Dasher.goTo:([FII)V
12: aload 0
dup
getfield com.sun.openpisces.Dasher.phase:F
fload 5
fadd
putfield com.sun.openpisces.Dasher.phase:F
13: fload 5
fload 8
fcmpl
ifne 19
14: aload 0
fconst_0
putfield com.sun.openpisces.Dasher.phase:F
15: aload 0
aload 0
getfield com.sun.openpisces.Dasher.idx:I
iconst_1
iadd
aload 0
getfield com.sun.openpisces.Dasher.dash:[F
arraylength
irem
putfield com.sun.openpisces.Dasher.idx:I
16: aload 0
aload 0
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: StackMap locals:
StackMap stack:
return
20: StackMap locals:
StackMap stack:
aload 0
getfield com.sun.openpisces.Dasher.dash:[F
aload 0
getfield com.sun.openpisces.Dasher.idx:I
faload
fload 6
fmul
fstore 9
start local 9 21: aload 0
getfield com.sun.openpisces.Dasher.dash:[F
aload 0
getfield com.sun.openpisces.Dasher.idx:I
faload
fload 7
fmul
fstore 10
start local 10 22: aload 0
getfield com.sun.openpisces.Dasher.phase:F
fconst_0
fcmpl
ifne 26
23: aload 0
getfield com.sun.openpisces.Dasher.curCurvepts:[F
iconst_0
aload 0
getfield com.sun.openpisces.Dasher.x0:F
fload 9
fadd
fastore
24: aload 0
getfield com.sun.openpisces.Dasher.curCurvepts:[F
iconst_1
aload 0
getfield com.sun.openpisces.Dasher.y0:F
fload 10
fadd
fastore
25: goto 29
26: StackMap locals: float float
StackMap stack:
fload 8
aload 0
getfield com.sun.openpisces.Dasher.dash:[F
aload 0
getfield com.sun.openpisces.Dasher.idx:I
faload
fdiv
fstore 11
start local 11 27: aload 0
getfield com.sun.openpisces.Dasher.curCurvepts:[F
iconst_0
aload 0
getfield com.sun.openpisces.Dasher.x0:F
fload 11
fload 9
fmul
fadd
fastore
28: aload 0
getfield com.sun.openpisces.Dasher.curCurvepts:[F
iconst_1
aload 0
getfield com.sun.openpisces.Dasher.y0:F
fload 11
fload 10
fmul
fadd
fastore
end local 11 29: StackMap locals:
StackMap stack:
aload 0
aload 0
getfield com.sun.openpisces.Dasher.curCurvepts:[F
iconst_0
iconst_4
invokevirtual com.sun.openpisces.Dasher.goTo:([FII)V
30: fload 5
fload 8
fsub
fstore 5
31: aload 0
aload 0
getfield com.sun.openpisces.Dasher.idx:I
iconst_1
iadd
aload 0
getfield com.sun.openpisces.Dasher.dash:[F
arraylength
irem
putfield com.sun.openpisces.Dasher.idx:I
32: aload 0
aload 0
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: aload 0
fconst_0
putfield com.sun.openpisces.Dasher.phase:F
end local 10 end local 9 end local 8 36: goto 7
end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 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 start local 1 0: aload 0
getfield com.sun.openpisces.Dasher.curCurvepts:[F
iload 1
invokestatic com.sun.openpisces.Dasher.pointCurve:([FI)Z
ifeq 2
1: return
2: StackMap locals:
StackMap stack:
aload 0
getfield com.sun.openpisces.Dasher.li:Lcom/sun/openpisces/Dasher$LengthIterator;
ifnonnull 4
3: aload 0
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: StackMap locals:
StackMap stack:
aload 0
getfield com.sun.openpisces.Dasher.li:Lcom/sun/openpisces/Dasher$LengthIterator;
aload 0
getfield com.sun.openpisces.Dasher.curCurvepts:[F
iload 1
invokevirtual com.sun.openpisces.Dasher$LengthIterator.initializeIterationOnCurve:([FI)V
5: iconst_0
istore 2
start local 2 6: fconst_0
fstore 3
start local 3 7: fconst_0
fstore 4
start local 4 8: aload 0
getfield com.sun.openpisces.Dasher.dash:[F
aload 0
getfield com.sun.openpisces.Dasher.idx:I
faload
aload 0
getfield com.sun.openpisces.Dasher.phase:F
fsub
fstore 5
start local 5 9: goto 25
10: StackMap locals: com.sun.openpisces.Dasher int int float float float
StackMap stack:
fload 4
fconst_0
fcmpl
ifeq 19
11: fload 4
fload 3
fsub
fconst_1
fload 3
fsub
fdiv
12: aload 0
getfield com.sun.openpisces.Dasher.curCurvepts:[F
iload 2
13: aload 0
getfield com.sun.openpisces.Dasher.curCurvepts:[F
iconst_0
14: aload 0
getfield com.sun.openpisces.Dasher.curCurvepts:[F
iload 1
iload 1
15: invokestatic com.sun.openpisces.Helpers.subdivideAt:(F[FI[FI[FII)V
16: fload 4
fstore 3
17: aload 0
aload 0
getfield com.sun.openpisces.Dasher.curCurvepts:[F
iconst_2
iload 1
invokevirtual com.sun.openpisces.Dasher.goTo:([FII)V
18: iload 1
istore 2
19: StackMap locals:
StackMap stack:
aload 0
aload 0
getfield com.sun.openpisces.Dasher.idx:I
iconst_1
iadd
aload 0
getfield com.sun.openpisces.Dasher.dash:[F
arraylength
irem
putfield com.sun.openpisces.Dasher.idx:I
20: aload 0
aload 0
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: aload 0
fconst_0
putfield com.sun.openpisces.Dasher.phase:F
24: aload 0
getfield com.sun.openpisces.Dasher.dash:[F
aload 0
getfield com.sun.openpisces.Dasher.idx:I
faload
fstore 5
25: StackMap locals:
StackMap stack:
aload 0
getfield com.sun.openpisces.Dasher.li:Lcom/sun/openpisces/Dasher$LengthIterator;
fload 5
invokevirtual com.sun.openpisces.Dasher$LengthIterator.next:(F)F
dup
fstore 4
fconst_1
fcmpg
iflt 10
26: aload 0
aload 0
getfield com.sun.openpisces.Dasher.curCurvepts:[F
iload 2
iconst_2
iadd
iload 1
invokevirtual com.sun.openpisces.Dasher.goTo:([FII)V
27: aload 0
dup
getfield com.sun.openpisces.Dasher.phase:F
aload 0
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: aload 0
getfield com.sun.openpisces.Dasher.phase:F
aload 0
getfield com.sun.openpisces.Dasher.dash:[F
aload 0
getfield com.sun.openpisces.Dasher.idx:I
faload
fcmpl
iflt 34
29: aload 0
fconst_0
putfield com.sun.openpisces.Dasher.phase:F
30: aload 0
aload 0
getfield com.sun.openpisces.Dasher.idx:I
iconst_1
iadd
aload 0
getfield com.sun.openpisces.Dasher.dash:[F
arraylength
irem
putfield com.sun.openpisces.Dasher.idx:I
31: aload 0
aload 0
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: StackMap locals:
StackMap stack:
return
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 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 start local 1 0: iconst_2
istore 2
start local 2 1: goto 5
2: StackMap locals: int
StackMap stack:
aload 0
iload 2
faload
aload 0
iload 2
iconst_2
isub
faload
fcmpl
ifeq 4
3: iconst_0
ireturn
4: StackMap locals:
StackMap stack:
iinc 2 1
StackMap locals:
StackMap stack:
5: iload 2
iload 1
if_icmplt 2
end local 2 6: iconst_1
ireturn
end local 1 end local 0 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 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 0: aload 0
getfield com.sun.openpisces.Dasher.curCurvepts:[F
iconst_0
aload 0
getfield com.sun.openpisces.Dasher.x0:F
fastore
aload 0
getfield com.sun.openpisces.Dasher.curCurvepts:[F
iconst_1
aload 0
getfield com.sun.openpisces.Dasher.y0:F
fastore
1: aload 0
getfield com.sun.openpisces.Dasher.curCurvepts:[F
iconst_2
fload 1
fastore
aload 0
getfield com.sun.openpisces.Dasher.curCurvepts:[F
iconst_3
fload 2
fastore
2: aload 0
getfield com.sun.openpisces.Dasher.curCurvepts:[F
iconst_4
fload 3
fastore
aload 0
getfield com.sun.openpisces.Dasher.curCurvepts:[F
iconst_5
fload 4
fastore
3: aload 0
getfield com.sun.openpisces.Dasher.curCurvepts:[F
bipush 6
fload 5
fastore
aload 0
getfield com.sun.openpisces.Dasher.curCurvepts:[F
bipush 7
fload 6
fastore
4: aload 0
bipush 8
invokevirtual com.sun.openpisces.Dasher.somethingTo:(I)V
5: return
end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 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 start local 1 start local 2 start local 3 start local 4 0: aload 0
getfield com.sun.openpisces.Dasher.curCurvepts:[F
iconst_0
aload 0
getfield com.sun.openpisces.Dasher.x0:F
fastore
aload 0
getfield com.sun.openpisces.Dasher.curCurvepts:[F
iconst_1
aload 0
getfield com.sun.openpisces.Dasher.y0:F
fastore
1: aload 0
getfield com.sun.openpisces.Dasher.curCurvepts:[F
iconst_2
fload 1
fastore
aload 0
getfield com.sun.openpisces.Dasher.curCurvepts:[F
iconst_3
fload 2
fastore
2: aload 0
getfield com.sun.openpisces.Dasher.curCurvepts:[F
iconst_4
fload 3
fastore
aload 0
getfield com.sun.openpisces.Dasher.curCurvepts:[F
iconst_5
fload 4
fastore
3: aload 0
bipush 6
invokevirtual com.sun.openpisces.Dasher.somethingTo:(I)V
4: return
end local 4 end local 3 end local 2 end local 1 end local 0 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 0: aload 0
aload 0
getfield com.sun.openpisces.Dasher.sx:F
aload 0
getfield com.sun.openpisces.Dasher.sy:F
invokevirtual com.sun.openpisces.Dasher.lineTo:(FF)V
1: aload 0
getfield com.sun.openpisces.Dasher.firstSegidx:I
ifle 5
2: aload 0
getfield com.sun.openpisces.Dasher.dashOn:Z
ifeq 3
aload 0
getfield com.sun.openpisces.Dasher.needsMoveTo:Z
ifeq 4
3: StackMap locals:
StackMap stack:
aload 0
getfield com.sun.openpisces.Dasher.out:Lcom/sun/javafx/geom/PathConsumer2D;
aload 0
getfield com.sun.openpisces.Dasher.sx:F
aload 0
getfield com.sun.openpisces.Dasher.sy:F
invokeinterface com.sun.javafx.geom.PathConsumer2D.moveTo:(FF)V
4: StackMap locals:
StackMap stack:
aload 0
invokevirtual com.sun.openpisces.Dasher.emitFirstSegments:()V
5: StackMap locals:
StackMap stack:
aload 0
aload 0
getfield com.sun.openpisces.Dasher.sx:F
aload 0
getfield com.sun.openpisces.Dasher.sy:F
invokevirtual com.sun.openpisces.Dasher.moveTo:(FF)V
6: return
end local 0 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 0: aload 0
getfield com.sun.openpisces.Dasher.firstSegidx:I
ifle 3
1: aload 0
getfield com.sun.openpisces.Dasher.out:Lcom/sun/javafx/geom/PathConsumer2D;
aload 0
getfield com.sun.openpisces.Dasher.sx:F
aload 0
getfield com.sun.openpisces.Dasher.sy:F
invokeinterface com.sun.javafx.geom.PathConsumer2D.moveTo:(FF)V
2: aload 0
invokevirtual com.sun.openpisces.Dasher.emitFirstSegments:()V
3: StackMap locals:
StackMap stack:
aload 0
getfield com.sun.openpisces.Dasher.out:Lcom/sun/javafx/geom/PathConsumer2D;
invokeinterface com.sun.javafx.geom.PathConsumer2D.pathDone:()V
4: return
end local 0 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