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 // org.apache.batik.anim.values.AnimatableMotionPointValue this
        start local 1 // org.apache.batik.anim.dom.AnimationTarget target
         0: .line 50
            aload 0 /* this */
            aload 1 /* target */
            invokespecial org.apache.batik.anim.values.AnimatableValue.<init>:(Lorg/apache/batik/anim/dom/AnimationTarget;)V
         1: .line 51
            return
        end local 1 // org.apache.batik.anim.dom.AnimationTarget target
        end local 0 // org.apache.batik.anim.values.AnimatableMotionPointValue this
      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 // org.apache.batik.anim.values.AnimatableMotionPointValue this
        start local 1 // org.apache.batik.anim.dom.AnimationTarget target
        start local 2 // float x
        start local 3 // float y
        start local 4 // float angle
         0: .line 58
            aload 0 /* this */
            aload 1 /* target */
            invokespecial org.apache.batik.anim.values.AnimatableValue.<init>:(Lorg/apache/batik/anim/dom/AnimationTarget;)V
         1: .line 59
            aload 0 /* this */
            fload 2 /* x */
            putfield org.apache.batik.anim.values.AnimatableMotionPointValue.x:F
         2: .line 60
            aload 0 /* this */
            fload 3 /* y */
            putfield org.apache.batik.anim.values.AnimatableMotionPointValue.y:F
         3: .line 61
            aload 0 /* this */
            fload 4 /* angle */
            putfield org.apache.batik.anim.values.AnimatableMotionPointValue.angle:F
         4: .line 62
            return
        end local 4 // float angle
        end local 3 // float y
        end local 2 // float x
        end local 1 // org.apache.batik.anim.dom.AnimationTarget target
        end local 0 // org.apache.batik.anim.values.AnimatableMotionPointValue this
      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 // org.apache.batik.anim.values.AnimatableMotionPointValue this
        start local 1 // org.apache.batik.anim.values.AnimatableValue result
        start local 2 // org.apache.batik.anim.values.AnimatableValue to
        start local 3 // float interpolation
        start local 4 // org.apache.batik.anim.values.AnimatableValue accumulation
        start local 5 // int multiplier
         0: .line 73
            aload 1 /* result */
            ifnonnull 3
         1: .line 74
            new org.apache.batik.anim.values.AnimatableMotionPointValue
            dup
            aload 0 /* this */
            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 /* res */
        start local 6 // org.apache.batik.anim.values.AnimatableMotionPointValue res
         2: .line 75
            goto 4
        end local 6 // org.apache.batik.anim.values.AnimatableMotionPointValue res
         3: .line 76
      StackMap locals:
      StackMap stack:
            aload 1 /* result */
            checkcast org.apache.batik.anim.values.AnimatableMotionPointValue
            astore 6 /* res */
        start local 6 // org.apache.batik.anim.values.AnimatableMotionPointValue res
         4: .line 79
      StackMap locals: org.apache.batik.anim.values.AnimatableMotionPointValue
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.anim.values.AnimatableMotionPointValue.x:F
            fstore 7 /* newX */
        start local 7 // float newX
         5: aload 0 /* this */
            getfield org.apache.batik.anim.values.AnimatableMotionPointValue.y:F
            fstore 8 /* newY */
        start local 8 // float newY
         6: aload 0 /* this */
            getfield org.apache.batik.anim.values.AnimatableMotionPointValue.angle:F
            fstore 9 /* newAngle */
        start local 9 // float newAngle
         7: .line 80
            iconst_1
            istore 10 /* angleCount */
        start local 10 // int angleCount
         8: .line 82
            aload 2 /* to */
            ifnull 15
         9: .line 84
            aload 2 /* to */
            checkcast org.apache.batik.anim.values.AnimatableMotionPointValue
        10: .line 83
            astore 11 /* toValue */
        start local 11 // org.apache.batik.anim.values.AnimatableMotionPointValue toValue
        11: .line 85
            fload 7 /* newX */
            fload 3 /* interpolation */
            aload 11 /* toValue */
            getfield org.apache.batik.anim.values.AnimatableMotionPointValue.x:F
            aload 0 /* this */
            getfield org.apache.batik.anim.values.AnimatableMotionPointValue.x:F
            fsub
            fmul
            fadd
            fstore 7 /* newX */
        12: .line 86
            fload 8 /* newY */
            fload 3 /* interpolation */
            aload 11 /* toValue */
            getfield org.apache.batik.anim.values.AnimatableMotionPointValue.y:F
            aload 0 /* this */
            getfield org.apache.batik.anim.values.AnimatableMotionPointValue.y:F
            fsub
            fmul
            fadd
            fstore 8 /* newY */
        13: .line 87
            fload 9 /* newAngle */
            aload 11 /* toValue */
            getfield org.apache.batik.anim.values.AnimatableMotionPointValue.angle:F
            fadd
            fstore 9 /* newAngle */
        14: .line 88
            iinc 10 /* angleCount */ 1
        end local 11 // org.apache.batik.anim.values.AnimatableMotionPointValue toValue
        15: .line 90
      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 /* accumulation */
            ifnull 22
            iload 5 /* multiplier */
            ifeq 22
        16: .line 92
            aload 4 /* accumulation */
            checkcast org.apache.batik.anim.values.AnimatableMotionPointValue
        17: .line 91
            astore 11 /* accValue */
        start local 11 // org.apache.batik.anim.values.AnimatableMotionPointValue accValue
        18: .line 93
            fload 7 /* newX */
            iload 5 /* multiplier */
            i2f
            aload 11 /* accValue */
            getfield org.apache.batik.anim.values.AnimatableMotionPointValue.x:F
            fmul
            fadd
            fstore 7 /* newX */
        19: .line 94
            fload 8 /* newY */
            iload 5 /* multiplier */
            i2f
            aload 11 /* accValue */
            getfield org.apache.batik.anim.values.AnimatableMotionPointValue.y:F
            fmul
            fadd
            fstore 8 /* newY */
        20: .line 95
            fload 9 /* newAngle */
            aload 11 /* accValue */
            getfield org.apache.batik.anim.values.AnimatableMotionPointValue.angle:F
            fadd
            fstore 9 /* newAngle */
        21: .line 96
            iinc 10 /* angleCount */ 1
        end local 11 // org.apache.batik.anim.values.AnimatableMotionPointValue accValue
        22: .line 98
      StackMap locals:
      StackMap stack:
            fload 9 /* newAngle */
            iload 10 /* angleCount */
            i2f
            fdiv
            fstore 9 /* newAngle */
        23: .line 100
            aload 6 /* res */
            getfield org.apache.batik.anim.values.AnimatableMotionPointValue.x:F
            fload 7 /* newX */
            fcmpl
            ifne 24
            aload 6 /* res */
            getfield org.apache.batik.anim.values.AnimatableMotionPointValue.y:F
            fload 8 /* newY */
            fcmpl
            ifne 24
            aload 6 /* res */
            getfield org.apache.batik.anim.values.AnimatableMotionPointValue.angle:F
            fload 9 /* newAngle */
            fcmpl
            ifeq 28
        24: .line 101
      StackMap locals:
      StackMap stack:
            aload 6 /* res */
            fload 7 /* newX */
            putfield org.apache.batik.anim.values.AnimatableMotionPointValue.x:F
        25: .line 102
            aload 6 /* res */
            fload 8 /* newY */
            putfield org.apache.batik.anim.values.AnimatableMotionPointValue.y:F
        26: .line 103
            aload 6 /* res */
            fload 9 /* newAngle */
            putfield org.apache.batik.anim.values.AnimatableMotionPointValue.angle:F
        27: .line 104
            aload 6 /* res */
            iconst_1
            putfield org.apache.batik.anim.values.AnimatableMotionPointValue.hasChanged:Z
        28: .line 106
      StackMap locals:
      StackMap stack:
            aload 6 /* res */
            areturn
        end local 10 // int angleCount
        end local 9 // float newAngle
        end local 8 // float newY
        end local 7 // float newX
        end local 6 // org.apache.batik.anim.values.AnimatableMotionPointValue res
        end local 5 // int multiplier
        end local 4 // org.apache.batik.anim.values.AnimatableValue accumulation
        end local 3 // float interpolation
        end local 2 // org.apache.batik.anim.values.AnimatableValue to
        end local 1 // org.apache.batik.anim.values.AnimatableValue result
        end local 0 // org.apache.batik.anim.values.AnimatableMotionPointValue this
      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 // org.apache.batik.anim.values.AnimatableMotionPointValue this
         0: .line 113
            aload 0 /* this */
            getfield org.apache.batik.anim.values.AnimatableMotionPointValue.x:F
            freturn
        end local 0 // org.apache.batik.anim.values.AnimatableMotionPointValue this
      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 // org.apache.batik.anim.values.AnimatableMotionPointValue this
         0: .line 120
            aload 0 /* this */
            getfield org.apache.batik.anim.values.AnimatableMotionPointValue.y:F
            freturn
        end local 0 // org.apache.batik.anim.values.AnimatableMotionPointValue this
      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 // org.apache.batik.anim.values.AnimatableMotionPointValue this
         0: .line 127
            aload 0 /* this */
            getfield org.apache.batik.anim.values.AnimatableMotionPointValue.angle:F
            freturn
        end local 0 // org.apache.batik.anim.values.AnimatableMotionPointValue this
      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 // org.apache.batik.anim.values.AnimatableMotionPointValue this
         0: .line 135
            iconst_1
            ireturn
        end local 0 // org.apache.batik.anim.values.AnimatableMotionPointValue this
      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 // org.apache.batik.anim.values.AnimatableMotionPointValue this
        start local 1 // org.apache.batik.anim.values.AnimatableValue other
         0: .line 143
            aload 1 /* other */
            checkcast org.apache.batik.anim.values.AnimatableMotionPointValue
            astore 2 /* o */
        start local 2 // org.apache.batik.anim.values.AnimatableMotionPointValue o
         1: .line 144
            aload 0 /* this */
            getfield org.apache.batik.anim.values.AnimatableMotionPointValue.x:F
            aload 2 /* o */
            getfield org.apache.batik.anim.values.AnimatableMotionPointValue.x:F
            fsub
            fstore 3 /* dx */
        start local 3 // float dx
         2: .line 145
            aload 0 /* this */
            getfield org.apache.batik.anim.values.AnimatableMotionPointValue.y:F
            aload 2 /* o */
            getfield org.apache.batik.anim.values.AnimatableMotionPointValue.y:F
            fsub
            fstore 4 /* dy */
        start local 4 // float dy
         3: .line 146
            fload 3 /* dx */
            fload 3 /* dx */
            fmul
            fload 4 /* dy */
            fload 4 /* dy */
            fmul
            fadd
            f2d
            invokestatic java.lang.Math.sqrt:(D)D
            d2f
            freturn
        end local 4 // float dy
        end local 3 // float dx
        end local 2 // org.apache.batik.anim.values.AnimatableMotionPointValue o
        end local 1 // org.apache.batik.anim.values.AnimatableValue other
        end local 0 // org.apache.batik.anim.values.AnimatableMotionPointValue this
      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 // org.apache.batik.anim.values.AnimatableMotionPointValue this
         0: .line 153
            new org.apache.batik.anim.values.AnimatableMotionPointValue
            dup
            aload 0 /* this */
            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 // org.apache.batik.anim.values.AnimatableMotionPointValue this
      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 // org.apache.batik.anim.values.AnimatableMotionPointValue this
         0: .line 160
            new java.lang.StringBuffer
            dup
            invokespecial java.lang.StringBuffer.<init>:()V
            astore 1 /* sb */
        start local 1 // java.lang.StringBuffer sb
         1: .line 161
            aload 1 /* sb */
            aload 0 /* this */
            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: .line 162
            aload 1 /* sb */
            bipush 44
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
         3: .line 163
            aload 1 /* sb */
            aload 0 /* this */
            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: .line 164
            aload 1 /* sb */
            bipush 44
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
         5: .line 165
            aload 1 /* sb */
            aload 0 /* this */
            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: .line 166
            aload 1 /* sb */
            ldc "rad"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         7: .line 167
            aload 1 /* sb */
            invokevirtual java.lang.StringBuffer.toString:()Ljava/lang/String;
            areturn
        end local 1 // java.lang.StringBuffer sb
        end local 0 // org.apache.batik.anim.values.AnimatableMotionPointValue this
      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"