public class org.apache.batik.anim.values.AnimatableMotionPointValue extends org.apache.batik.anim.values.AnimatableValue
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.apache.batik.anim.values.AnimatableMotionPointValue
super_class: org.apache.batik.anim.values.AnimatableValue
{
protected float x;
descriptor: F
flags: (0x0004) ACC_PROTECTED
protected float y;
descriptor: F
flags: (0x0004) ACC_PROTECTED
protected float angle;
descriptor: F
flags: (0x0004) ACC_PROTECTED
protected void <init>(org.apache.batik.anim.dom.AnimationTarget);
descriptor: (Lorg/apache/batik/anim/dom/AnimationTarget;)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokespecial org.apache.batik.anim.values.AnimatableValue.<init>:(Lorg/apache/batik/anim/dom/AnimationTarget;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/apache/batik/anim/values/AnimatableMotionPointValue;
0 2 1 target Lorg/apache/batik/anim/dom/AnimationTarget;
MethodParameters:
Name Flags
target
public void <init>(org.apache.batik.anim.dom.AnimationTarget, float, float, float);
descriptor: (Lorg/apache/batik/anim/dom/AnimationTarget;FFF)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
aload 1
invokespecial org.apache.batik.anim.values.AnimatableValue.<init>:(Lorg/apache/batik/anim/dom/AnimationTarget;)V
1: aload 0
fload 2
putfield org.apache.batik.anim.values.AnimatableMotionPointValue.x:F
2: aload 0
fload 3
putfield org.apache.batik.anim.values.AnimatableMotionPointValue.y:F
3: aload 0
fload 4
putfield org.apache.batik.anim.values.AnimatableMotionPointValue.angle:F
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 Lorg/apache/batik/anim/values/AnimatableMotionPointValue;
0 5 1 target Lorg/apache/batik/anim/dom/AnimationTarget;
0 5 2 x F
0 5 3 y F
0 5 4 angle F
MethodParameters:
Name Flags
target
x
y
angle
public org.apache.batik.anim.values.AnimatableValue interpolate(org.apache.batik.anim.values.AnimatableValue, org.apache.batik.anim.values.AnimatableValue, float, org.apache.batik.anim.values.AnimatableValue, int);
descriptor: (Lorg/apache/batik/anim/values/AnimatableValue;Lorg/apache/batik/anim/values/AnimatableValue;FLorg/apache/batik/anim/values/AnimatableValue;I)Lorg/apache/batik/anim/values/AnimatableValue;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=12, args_size=6
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 0: aload 1
ifnonnull 3
1: new org.apache.batik.anim.values.AnimatableMotionPointValue
dup
aload 0
getfield org.apache.batik.anim.values.AnimatableMotionPointValue.target:Lorg/apache/batik/anim/dom/AnimationTarget;
invokespecial org.apache.batik.anim.values.AnimatableMotionPointValue.<init>:(Lorg/apache/batik/anim/dom/AnimationTarget;)V
astore 6
start local 6 2: goto 4
end local 6 3: StackMap locals:
StackMap stack:
aload 1
checkcast org.apache.batik.anim.values.AnimatableMotionPointValue
astore 6
start local 6 4: StackMap locals: org.apache.batik.anim.values.AnimatableMotionPointValue
StackMap stack:
aload 0
getfield org.apache.batik.anim.values.AnimatableMotionPointValue.x:F
fstore 7
start local 7 5: aload 0
getfield org.apache.batik.anim.values.AnimatableMotionPointValue.y:F
fstore 8
start local 8 6: aload 0
getfield org.apache.batik.anim.values.AnimatableMotionPointValue.angle:F
fstore 9
start local 9 7: iconst_1
istore 10
start local 10 8: aload 2
ifnull 15
9: aload 2
checkcast org.apache.batik.anim.values.AnimatableMotionPointValue
10: astore 11
start local 11 11: fload 7
fload 3
aload 11
getfield org.apache.batik.anim.values.AnimatableMotionPointValue.x:F
aload 0
getfield org.apache.batik.anim.values.AnimatableMotionPointValue.x:F
fsub
fmul
fadd
fstore 7
12: fload 8
fload 3
aload 11
getfield org.apache.batik.anim.values.AnimatableMotionPointValue.y:F
aload 0
getfield org.apache.batik.anim.values.AnimatableMotionPointValue.y:F
fsub
fmul
fadd
fstore 8
13: fload 9
aload 11
getfield org.apache.batik.anim.values.AnimatableMotionPointValue.angle:F
fadd
fstore 9
14: iinc 10 1
end local 11 15: StackMap locals: org.apache.batik.anim.values.AnimatableMotionPointValue org.apache.batik.anim.values.AnimatableValue org.apache.batik.anim.values.AnimatableValue float org.apache.batik.anim.values.AnimatableValue int org.apache.batik.anim.values.AnimatableMotionPointValue float float float int
StackMap stack:
aload 4
ifnull 22
iload 5
ifeq 22
16: aload 4
checkcast org.apache.batik.anim.values.AnimatableMotionPointValue
17: astore 11
start local 11 18: fload 7
iload 5
i2f
aload 11
getfield org.apache.batik.anim.values.AnimatableMotionPointValue.x:F
fmul
fadd
fstore 7
19: fload 8
iload 5
i2f
aload 11
getfield org.apache.batik.anim.values.AnimatableMotionPointValue.y:F
fmul
fadd
fstore 8
20: fload 9
aload 11
getfield org.apache.batik.anim.values.AnimatableMotionPointValue.angle:F
fadd
fstore 9
21: iinc 10 1
end local 11 22: StackMap locals:
StackMap stack:
fload 9
iload 10
i2f
fdiv
fstore 9
23: aload 6
getfield org.apache.batik.anim.values.AnimatableMotionPointValue.x:F
fload 7
fcmpl
ifne 24
aload 6
getfield org.apache.batik.anim.values.AnimatableMotionPointValue.y:F
fload 8
fcmpl
ifne 24
aload 6
getfield org.apache.batik.anim.values.AnimatableMotionPointValue.angle:F
fload 9
fcmpl
ifeq 28
24: StackMap locals:
StackMap stack:
aload 6
fload 7
putfield org.apache.batik.anim.values.AnimatableMotionPointValue.x:F
25: aload 6
fload 8
putfield org.apache.batik.anim.values.AnimatableMotionPointValue.y:F
26: aload 6
fload 9
putfield org.apache.batik.anim.values.AnimatableMotionPointValue.angle:F
27: aload 6
iconst_1
putfield org.apache.batik.anim.values.AnimatableMotionPointValue.hasChanged:Z
28: StackMap locals:
StackMap stack:
aload 6
areturn
end local 10 end local 9 end local 8 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 29 0 this Lorg/apache/batik/anim/values/AnimatableMotionPointValue;
0 29 1 result Lorg/apache/batik/anim/values/AnimatableValue;
0 29 2 to Lorg/apache/batik/anim/values/AnimatableValue;
0 29 3 interpolation F
0 29 4 accumulation Lorg/apache/batik/anim/values/AnimatableValue;
0 29 5 multiplier I
2 3 6 res Lorg/apache/batik/anim/values/AnimatableMotionPointValue;
4 29 6 res Lorg/apache/batik/anim/values/AnimatableMotionPointValue;
5 29 7 newX F
6 29 8 newY F
7 29 9 newAngle F
8 29 10 angleCount I
11 15 11 toValue Lorg/apache/batik/anim/values/AnimatableMotionPointValue;
18 22 11 accValue Lorg/apache/batik/anim/values/AnimatableMotionPointValue;
MethodParameters:
Name Flags
result
to
interpolation
accumulation
multiplier
public float getX();
descriptor: ()F
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.apache.batik.anim.values.AnimatableMotionPointValue.x:F
freturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/batik/anim/values/AnimatableMotionPointValue;
public float getY();
descriptor: ()F
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.apache.batik.anim.values.AnimatableMotionPointValue.y:F
freturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/batik/anim/values/AnimatableMotionPointValue;
public float getAngle();
descriptor: ()F
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.apache.batik.anim.values.AnimatableMotionPointValue.angle:F
freturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/batik/anim/values/AnimatableMotionPointValue;
public boolean canPace();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: iconst_1
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/batik/anim/values/AnimatableMotionPointValue;
public float distanceTo(org.apache.batik.anim.values.AnimatableValue);
descriptor: (Lorg/apache/batik/anim/values/AnimatableValue;)F
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=5, args_size=2
start local 0 start local 1 0: aload 1
checkcast org.apache.batik.anim.values.AnimatableMotionPointValue
astore 2
start local 2 1: aload 0
getfield org.apache.batik.anim.values.AnimatableMotionPointValue.x:F
aload 2
getfield org.apache.batik.anim.values.AnimatableMotionPointValue.x:F
fsub
fstore 3
start local 3 2: aload 0
getfield org.apache.batik.anim.values.AnimatableMotionPointValue.y:F
aload 2
getfield org.apache.batik.anim.values.AnimatableMotionPointValue.y:F
fsub
fstore 4
start local 4 3: fload 3
fload 3
fmul
fload 4
fload 4
fmul
fadd
f2d
invokestatic java.lang.Math.sqrt:(D)D
d2f
freturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/apache/batik/anim/values/AnimatableMotionPointValue;
0 4 1 other Lorg/apache/batik/anim/values/AnimatableValue;
1 4 2 o Lorg/apache/batik/anim/values/AnimatableMotionPointValue;
2 4 3 dx F
3 4 4 dy F
MethodParameters:
Name Flags
other
public org.apache.batik.anim.values.AnimatableValue getZeroValue();
descriptor: ()Lorg/apache/batik/anim/values/AnimatableValue;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=1, args_size=1
start local 0 0: new org.apache.batik.anim.values.AnimatableMotionPointValue
dup
aload 0
getfield org.apache.batik.anim.values.AnimatableMotionPointValue.target:Lorg/apache/batik/anim/dom/AnimationTarget;
fconst_0
fconst_0
fconst_0
invokespecial org.apache.batik.anim.values.AnimatableMotionPointValue.<init>:(Lorg/apache/batik/anim/dom/AnimationTarget;FFF)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/batik/anim/values/AnimatableMotionPointValue;
public java.lang.String toStringRep();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: new java.lang.StringBuffer
dup
invokespecial java.lang.StringBuffer.<init>:()V
astore 1
start local 1 1: aload 1
aload 0
getfield org.apache.batik.anim.values.AnimatableMotionPointValue.x:F
invokestatic org.apache.batik.anim.values.AnimatableMotionPointValue.formatNumber:(F)Ljava/lang/String;
invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
pop
2: aload 1
bipush 44
invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
pop
3: aload 1
aload 0
getfield org.apache.batik.anim.values.AnimatableMotionPointValue.y:F
invokestatic org.apache.batik.anim.values.AnimatableMotionPointValue.formatNumber:(F)Ljava/lang/String;
invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
pop
4: aload 1
bipush 44
invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
pop
5: aload 1
aload 0
getfield org.apache.batik.anim.values.AnimatableMotionPointValue.angle:F
invokestatic org.apache.batik.anim.values.AnimatableMotionPointValue.formatNumber:(F)Ljava/lang/String;
invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
pop
6: aload 1
ldc "rad"
invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
pop
7: aload 1
invokevirtual java.lang.StringBuffer.toString:()Ljava/lang/String;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lorg/apache/batik/anim/values/AnimatableMotionPointValue;
1 8 1 sb Ljava/lang/StringBuffer;
}
SourceFile: "AnimatableMotionPointValue.java"