public class org.apache.batik.anim.values.AnimatableRectValue 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.AnimatableRectValue
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 width;
descriptor: F
flags: (0x0004) ACC_PROTECTED
protected float height;
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/AnimatableRectValue;
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, float);
descriptor: (Lorg/apache/batik/anim/dom/AnimationTarget;FFFF)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=6, args_size=6
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 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.AnimatableRectValue.x:F
2: aload 0
fload 3
putfield org.apache.batik.anim.values.AnimatableRectValue.y:F
3: aload 0
fload 4
putfield org.apache.batik.anim.values.AnimatableRectValue.width:F
4: aload 0
fload 5
putfield org.apache.batik.anim.values.AnimatableRectValue.height:F
5: 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 6 0 this Lorg/apache/batik/anim/values/AnimatableRectValue;
0 6 1 target Lorg/apache/batik/anim/dom/AnimationTarget;
0 6 2 x F
0 6 3 y F
0 6 4 w F
0 6 5 h F
MethodParameters:
Name Flags
target
x
y
w
h
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.AnimatableRectValue
dup
aload 0
getfield org.apache.batik.anim.values.AnimatableRectValue.target:Lorg/apache/batik/anim/dom/AnimationTarget;
invokespecial org.apache.batik.anim.values.AnimatableRectValue.<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.AnimatableRectValue
astore 6
start local 6 4: StackMap locals: org.apache.batik.anim.values.AnimatableRectValue
StackMap stack:
aload 0
getfield org.apache.batik.anim.values.AnimatableRectValue.x:F
fstore 7
start local 7 5: aload 0
getfield org.apache.batik.anim.values.AnimatableRectValue.y:F
fstore 8
start local 8 6: aload 0
getfield org.apache.batik.anim.values.AnimatableRectValue.width:F
fstore 9
start local 9 7: aload 0
getfield org.apache.batik.anim.values.AnimatableRectValue.height:F
fstore 10
start local 10 8: aload 2
ifnull 14
9: aload 2
checkcast org.apache.batik.anim.values.AnimatableRectValue
astore 11
start local 11 10: fload 7
fload 3
aload 11
getfield org.apache.batik.anim.values.AnimatableRectValue.x:F
aload 0
getfield org.apache.batik.anim.values.AnimatableRectValue.x:F
fsub
fmul
fadd
fstore 7
11: fload 8
fload 3
aload 11
getfield org.apache.batik.anim.values.AnimatableRectValue.y:F
aload 0
getfield org.apache.batik.anim.values.AnimatableRectValue.y:F
fsub
fmul
fadd
fstore 8
12: fload 9
fload 3
aload 11
getfield org.apache.batik.anim.values.AnimatableRectValue.width:F
aload 0
getfield org.apache.batik.anim.values.AnimatableRectValue.width:F
fsub
fmul
fadd
fstore 9
13: fload 10
fload 3
aload 11
getfield org.apache.batik.anim.values.AnimatableRectValue.height:F
aload 0
getfield org.apache.batik.anim.values.AnimatableRectValue.height:F
fsub
fmul
fadd
fstore 10
end local 11 14: StackMap locals: org.apache.batik.anim.values.AnimatableRectValue 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.AnimatableRectValue float float float float
StackMap stack:
aload 4
ifnull 20
iload 5
ifeq 20
15: aload 4
checkcast org.apache.batik.anim.values.AnimatableRectValue
astore 11
start local 11 16: fload 7
iload 5
i2f
aload 11
getfield org.apache.batik.anim.values.AnimatableRectValue.x:F
fmul
fadd
fstore 7
17: fload 8
iload 5
i2f
aload 11
getfield org.apache.batik.anim.values.AnimatableRectValue.y:F
fmul
fadd
fstore 8
18: fload 9
iload 5
i2f
aload 11
getfield org.apache.batik.anim.values.AnimatableRectValue.width:F
fmul
fadd
fstore 9
19: fload 10
iload 5
i2f
aload 11
getfield org.apache.batik.anim.values.AnimatableRectValue.height:F
fmul
fadd
fstore 10
end local 11 20: StackMap locals:
StackMap stack:
aload 6
getfield org.apache.batik.anim.values.AnimatableRectValue.x:F
fload 7
fcmpl
ifne 22
aload 6
getfield org.apache.batik.anim.values.AnimatableRectValue.y:F
fload 8
fcmpl
ifne 22
21: aload 6
getfield org.apache.batik.anim.values.AnimatableRectValue.width:F
fload 9
fcmpl
ifne 22
aload 6
getfield org.apache.batik.anim.values.AnimatableRectValue.height:F
fload 10
fcmpl
ifeq 27
22: StackMap locals:
StackMap stack:
aload 6
fload 7
putfield org.apache.batik.anim.values.AnimatableRectValue.x:F
23: aload 6
fload 8
putfield org.apache.batik.anim.values.AnimatableRectValue.y:F
24: aload 6
fload 9
putfield org.apache.batik.anim.values.AnimatableRectValue.width:F
25: aload 6
fload 10
putfield org.apache.batik.anim.values.AnimatableRectValue.height:F
26: aload 6
iconst_1
putfield org.apache.batik.anim.values.AnimatableRectValue.hasChanged:Z
27: 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 28 0 this Lorg/apache/batik/anim/values/AnimatableRectValue;
0 28 1 result Lorg/apache/batik/anim/values/AnimatableValue;
0 28 2 to Lorg/apache/batik/anim/values/AnimatableValue;
0 28 3 interpolation F
0 28 4 accumulation Lorg/apache/batik/anim/values/AnimatableValue;
0 28 5 multiplier I
2 3 6 res Lorg/apache/batik/anim/values/AnimatableRectValue;
4 28 6 res Lorg/apache/batik/anim/values/AnimatableRectValue;
5 28 7 newX F
6 28 8 newY F
7 28 9 newWidth F
8 28 10 newHeight F
10 14 11 toValue Lorg/apache/batik/anim/values/AnimatableRectValue;
16 20 11 accValue Lorg/apache/batik/anim/values/AnimatableRectValue;
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.AnimatableRectValue.x:F
freturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/batik/anim/values/AnimatableRectValue;
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.AnimatableRectValue.y:F
freturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/batik/anim/values/AnimatableRectValue;
public float getWidth();
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.AnimatableRectValue.width:F
freturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/batik/anim/values/AnimatableRectValue;
public float getHeight();
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.AnimatableRectValue.height:F
freturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/batik/anim/values/AnimatableRectValue;
public boolean canPace();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/batik/anim/values/AnimatableRectValue;
public float distanceTo(org.apache.batik.anim.values.AnimatableValue);
descriptor: (Lorg/apache/batik/anim/values/AnimatableValue;)F
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=2, args_size=2
start local 0 start local 1 0: fconst_0
freturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/batik/anim/values/AnimatableRectValue;
0 1 1 other Lorg/apache/batik/anim/values/AnimatableValue;
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=7, locals=1, args_size=1
start local 0 0: new org.apache.batik.anim.values.AnimatableRectValue
dup
aload 0
getfield org.apache.batik.anim.values.AnimatableRectValue.target:Lorg/apache/batik/anim/dom/AnimationTarget;
fconst_0
fconst_0
fconst_0
fconst_0
invokespecial org.apache.batik.anim.values.AnimatableRectValue.<init>:(Lorg/apache/batik/anim/dom/AnimationTarget;FFFF)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/batik/anim/values/AnimatableRectValue;
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.AnimatableRectValue.x:F
invokevirtual java.lang.StringBuffer.append:(F)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.AnimatableRectValue.y:F
invokevirtual java.lang.StringBuffer.append:(F)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.AnimatableRectValue.width:F
invokevirtual java.lang.StringBuffer.append:(F)Ljava/lang/StringBuffer;
pop
6: aload 1
bipush 44
invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
pop
7: aload 1
aload 0
getfield org.apache.batik.anim.values.AnimatableRectValue.height:F
invokevirtual java.lang.StringBuffer.append:(F)Ljava/lang/StringBuffer;
pop
8: aload 1
invokevirtual java.lang.StringBuffer.toString:()Ljava/lang/String;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lorg/apache/batik/anim/values/AnimatableRectValue;
1 9 1 sb Ljava/lang/StringBuffer;
}
SourceFile: "AnimatableRectValue.java"