public class org.apache.batik.anim.MotionAnimation extends org.apache.batik.anim.InterpolatingAnimation
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.batik.anim.MotionAnimation
  super_class: org.apache.batik.anim.InterpolatingAnimation
{
  protected org.apache.batik.ext.awt.geom.ExtendedGeneralPath path;
    descriptor: Lorg/apache/batik/ext/awt/geom/ExtendedGeneralPath;
    flags: (0x0004) ACC_PROTECTED

  protected org.apache.batik.ext.awt.geom.PathLength pathLength;
    descriptor: Lorg/apache/batik/ext/awt/geom/PathLength;
    flags: (0x0004) ACC_PROTECTED

  protected float[] keyPoints;
    descriptor: [F
    flags: (0x0004) ACC_PROTECTED

  protected boolean rotateAuto;
    descriptor: Z
    flags: (0x0004) ACC_PROTECTED

  protected boolean rotateAutoReverse;
    descriptor: Z
    flags: (0x0004) ACC_PROTECTED

  protected float rotateAngle;
    descriptor: F
    flags: (0x0004) ACC_PROTECTED

  public void <init>(org.apache.batik.anim.timing.TimedElement, org.apache.batik.anim.dom.AnimatableElement, int, float[], float[], boolean, boolean, org.apache.batik.anim.values.AnimatableValue[], org.apache.batik.anim.values.AnimatableValue, org.apache.batik.anim.values.AnimatableValue, org.apache.batik.anim.values.AnimatableValue, org.apache.batik.ext.awt.geom.ExtendedGeneralPath, float[], boolean, boolean, float, short);
    descriptor: (Lorg/apache/batik/anim/timing/TimedElement;Lorg/apache/batik/anim/dom/AnimatableElement;I[F[FZZ[Lorg/apache/batik/anim/values/AnimatableValue;Lorg/apache/batik/anim/values/AnimatableValue;Lorg/apache/batik/anim/values/AnimatableValue;Lorg/apache/batik/anim/values/AnimatableValue;Lorg/apache/batik/ext/awt/geom/ExtendedGeneralPath;[FZZFS)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=24, args_size=18
        start local 0 // org.apache.batik.anim.MotionAnimation this
        start local 1 // org.apache.batik.anim.timing.TimedElement timedElement
        start local 2 // org.apache.batik.anim.dom.AnimatableElement animatableElement
        start local 3 // int calcMode
        start local 4 // float[] keyTimes
        start local 5 // float[] keySplines
        start local 6 // boolean additive
        start local 7 // boolean cumulative
        start local 8 // org.apache.batik.anim.values.AnimatableValue[] values
        start local 9 // org.apache.batik.anim.values.AnimatableValue from
        start local 10 // org.apache.batik.anim.values.AnimatableValue to
        start local 11 // org.apache.batik.anim.values.AnimatableValue by
        start local 12 // org.apache.batik.ext.awt.geom.ExtendedGeneralPath path
        start local 13 // float[] keyPoints
        start local 14 // boolean rotateAuto
        start local 15 // boolean rotateAutoReverse
        start local 16 // float rotateAngle
        start local 17 // short rotateAngleUnit
         0: .line 94
            aload 0 /* this */
            aload 1 /* timedElement */
            aload 2 /* animatableElement */
            iload 3 /* calcMode */
            aload 4 /* keyTimes */
            aload 5 /* keySplines */
         1: .line 95
            iload 6 /* additive */
            iload 7 /* cumulative */
            invokespecial org.apache.batik.anim.InterpolatingAnimation.<init>:(Lorg/apache/batik/anim/timing/TimedElement;Lorg/apache/batik/anim/dom/AnimatableElement;I[F[FZZ)V
         2: .line 96
            aload 0 /* this */
            iload 14 /* rotateAuto */
            putfield org.apache.batik.anim.MotionAnimation.rotateAuto:Z
         3: .line 97
            aload 0 /* this */
            iload 15 /* rotateAutoReverse */
            putfield org.apache.batik.anim.MotionAnimation.rotateAutoReverse:Z
         4: .line 98
            aload 0 /* this */
            fload 16 /* rotateAngle */
            iload 17 /* rotateAngleUnit */
            invokestatic org.apache.batik.anim.values.AnimatableAngleValue.rad:(FS)F
            putfield org.apache.batik.anim.MotionAnimation.rotateAngle:F
         5: .line 100
            aload 12 /* path */
            ifnonnull 51
         6: .line 101
            new org.apache.batik.ext.awt.geom.ExtendedGeneralPath
            dup
            invokespecial org.apache.batik.ext.awt.geom.ExtendedGeneralPath.<init>:()V
            astore 12 /* path */
         7: .line 102
            aload 8 /* values */
            ifnull 8
            aload 8 /* values */
            arraylength
            ifne 43
         8: .line 103
      StackMap locals: org.apache.batik.anim.MotionAnimation org.apache.batik.anim.timing.TimedElement org.apache.batik.anim.dom.AnimatableElement int float[] float[] int int org.apache.batik.anim.values.AnimatableValue[] org.apache.batik.anim.values.AnimatableValue org.apache.batik.anim.values.AnimatableValue org.apache.batik.anim.values.AnimatableValue org.apache.batik.ext.awt.geom.ExtendedGeneralPath float[] int int float int
      StackMap stack:
            aload 9 /* from */
            ifnull 25
         9: .line 104
            aload 9 /* from */
            checkcast org.apache.batik.anim.values.AnimatableMotionPointValue
            astore 18 /* fromPt */
        start local 18 // org.apache.batik.anim.values.AnimatableMotionPointValue fromPt
        10: .line 105
            aload 18 /* fromPt */
            invokevirtual org.apache.batik.anim.values.AnimatableMotionPointValue.getX:()F
            fstore 19 /* x */
        start local 19 // float x
        11: .line 106
            aload 18 /* fromPt */
            invokevirtual org.apache.batik.anim.values.AnimatableMotionPointValue.getY:()F
            fstore 20 /* y */
        start local 20 // float y
        12: .line 107
            aload 12 /* path */
            fload 19 /* x */
            fload 20 /* y */
            invokevirtual org.apache.batik.ext.awt.geom.ExtendedGeneralPath.moveTo:(FF)V
        13: .line 108
            aload 10 /* to */
            ifnull 17
        14: .line 109
            aload 10 /* to */
            checkcast org.apache.batik.anim.values.AnimatableMotionPointValue
            astore 21 /* toPt */
        start local 21 // org.apache.batik.anim.values.AnimatableMotionPointValue toPt
        15: .line 110
            aload 12 /* path */
            aload 21 /* toPt */
            invokevirtual org.apache.batik.anim.values.AnimatableMotionPointValue.getX:()F
            aload 21 /* toPt */
            invokevirtual org.apache.batik.anim.values.AnimatableMotionPointValue.getY:()F
            invokevirtual org.apache.batik.ext.awt.geom.ExtendedGeneralPath.lineTo:(FF)V
        end local 21 // org.apache.batik.anim.values.AnimatableMotionPointValue toPt
        16: .line 111
            goto 51
      StackMap locals: org.apache.batik.anim.values.AnimatableMotionPointValue float float
      StackMap stack:
        17: aload 11 /* by */
            ifnull 21
        18: .line 112
            aload 11 /* by */
            checkcast org.apache.batik.anim.values.AnimatableMotionPointValue
            astore 21 /* byPt */
        start local 21 // org.apache.batik.anim.values.AnimatableMotionPointValue byPt
        19: .line 113
            aload 12 /* path */
            fload 19 /* x */
            aload 21 /* byPt */
            invokevirtual org.apache.batik.anim.values.AnimatableMotionPointValue.getX:()F
            fadd
            fload 20 /* y */
            aload 21 /* byPt */
            invokevirtual org.apache.batik.anim.values.AnimatableMotionPointValue.getY:()F
            fadd
            invokevirtual org.apache.batik.ext.awt.geom.ExtendedGeneralPath.lineTo:(FF)V
        end local 21 // org.apache.batik.anim.values.AnimatableMotionPointValue byPt
        20: .line 114
            goto 51
        21: .line 115
      StackMap locals:
      StackMap stack:
            aload 1 /* timedElement */
        22: .line 116
            ldc "values.to.by.path.missing"
        23: .line 117
            iconst_1
            anewarray java.lang.Object
        24: .line 115
            invokevirtual org.apache.batik.anim.timing.TimedElement.createException:(Ljava/lang/String;[Ljava/lang/Object;)Lorg/apache/batik/anim/AnimationException;
            athrow
        end local 20 // float y
        end local 19 // float x
        end local 18 // org.apache.batik.anim.values.AnimatableMotionPointValue fromPt
        25: .line 120
      StackMap locals:
      StackMap stack:
            aload 10 /* to */
            ifnull 33
        26: .line 122
            aload 2 /* animatableElement */
            invokeinterface org.apache.batik.anim.dom.AnimatableElement.getUnderlyingValue:()Lorg/apache/batik/anim/values/AnimatableValue;
        27: .line 121
            checkcast org.apache.batik.anim.values.AnimatableMotionPointValue
            astore 18 /* unPt */
        start local 18 // org.apache.batik.anim.values.AnimatableMotionPointValue unPt
        28: .line 123
            aload 10 /* to */
            checkcast org.apache.batik.anim.values.AnimatableMotionPointValue
            astore 19 /* toPt */
        start local 19 // org.apache.batik.anim.values.AnimatableMotionPointValue toPt
        29: .line 124
            aload 12 /* path */
            aload 18 /* unPt */
            invokevirtual org.apache.batik.anim.values.AnimatableMotionPointValue.getX:()F
            aload 18 /* unPt */
            invokevirtual org.apache.batik.anim.values.AnimatableMotionPointValue.getY:()F
            invokevirtual org.apache.batik.ext.awt.geom.ExtendedGeneralPath.moveTo:(FF)V
        30: .line 125
            aload 12 /* path */
            aload 19 /* toPt */
            invokevirtual org.apache.batik.anim.values.AnimatableMotionPointValue.getX:()F
            aload 19 /* toPt */
            invokevirtual org.apache.batik.anim.values.AnimatableMotionPointValue.getY:()F
            invokevirtual org.apache.batik.ext.awt.geom.ExtendedGeneralPath.lineTo:(FF)V
        31: .line 126
            aload 0 /* this */
            iconst_0
            putfield org.apache.batik.anim.MotionAnimation.cumulative:Z
        end local 19 // org.apache.batik.anim.values.AnimatableMotionPointValue toPt
        end local 18 // org.apache.batik.anim.values.AnimatableMotionPointValue unPt
        32: .line 127
            goto 51
      StackMap locals:
      StackMap stack:
        33: aload 11 /* by */
            ifnull 39
        34: .line 128
            aload 11 /* by */
            checkcast org.apache.batik.anim.values.AnimatableMotionPointValue
            astore 18 /* byPt */
        start local 18 // org.apache.batik.anim.values.AnimatableMotionPointValue byPt
        35: .line 129
            aload 12 /* path */
            fconst_0
            fconst_0
            invokevirtual org.apache.batik.ext.awt.geom.ExtendedGeneralPath.moveTo:(FF)V
        36: .line 130
            aload 12 /* path */
            aload 18 /* byPt */
            invokevirtual org.apache.batik.anim.values.AnimatableMotionPointValue.getX:()F
            aload 18 /* byPt */
            invokevirtual org.apache.batik.anim.values.AnimatableMotionPointValue.getY:()F
            invokevirtual org.apache.batik.ext.awt.geom.ExtendedGeneralPath.lineTo:(FF)V
        37: .line 131
            aload 0 /* this */
            iconst_1
            putfield org.apache.batik.anim.MotionAnimation.additive:Z
        end local 18 // org.apache.batik.anim.values.AnimatableMotionPointValue byPt
        38: .line 132
            goto 51
        39: .line 133
      StackMap locals:
      StackMap stack:
            aload 1 /* timedElement */
        40: .line 134
            ldc "values.to.by.path.missing"
        41: .line 135
            iconst_1
            anewarray java.lang.Object
        42: .line 133
            invokevirtual org.apache.batik.anim.timing.TimedElement.createException:(Ljava/lang/String;[Ljava/lang/Object;)Lorg/apache/batik/anim/AnimationException;
            athrow
        43: .line 139
      StackMap locals:
      StackMap stack:
            aload 8 /* values */
            iconst_0
            aaload
            checkcast org.apache.batik.anim.values.AnimatableMotionPointValue
            astore 18 /* pt */
        start local 18 // org.apache.batik.anim.values.AnimatableMotionPointValue pt
        44: .line 140
            aload 12 /* path */
            aload 18 /* pt */
            invokevirtual org.apache.batik.anim.values.AnimatableMotionPointValue.getX:()F
            aload 18 /* pt */
            invokevirtual org.apache.batik.anim.values.AnimatableMotionPointValue.getY:()F
            invokevirtual org.apache.batik.ext.awt.geom.ExtendedGeneralPath.moveTo:(FF)V
        45: .line 141
            iconst_1
            istore 19 /* i */
        start local 19 // int i
        46: goto 50
        47: .line 142
      StackMap locals: org.apache.batik.anim.values.AnimatableMotionPointValue int
      StackMap stack:
            aload 8 /* values */
            iload 19 /* i */
            aaload
            checkcast org.apache.batik.anim.values.AnimatableMotionPointValue
            astore 18 /* pt */
        48: .line 143
            aload 12 /* path */
            aload 18 /* pt */
            invokevirtual org.apache.batik.anim.values.AnimatableMotionPointValue.getX:()F
            aload 18 /* pt */
            invokevirtual org.apache.batik.anim.values.AnimatableMotionPointValue.getY:()F
            invokevirtual org.apache.batik.ext.awt.geom.ExtendedGeneralPath.lineTo:(FF)V
        49: .line 141
            iinc 19 /* i */ 1
      StackMap locals:
      StackMap stack:
        50: iload 19 /* i */
            aload 8 /* values */
            arraylength
            if_icmplt 47
        end local 19 // int i
        end local 18 // org.apache.batik.anim.values.AnimatableMotionPointValue pt
        51: .line 147
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 12 /* path */
            putfield org.apache.batik.anim.MotionAnimation.path:Lorg/apache/batik/ext/awt/geom/ExtendedGeneralPath;
        52: .line 148
            aload 0 /* this */
            new org.apache.batik.ext.awt.geom.PathLength
            dup
            aload 12 /* path */
            invokespecial org.apache.batik.ext.awt.geom.PathLength.<init>:(Ljava/awt/Shape;)V
            putfield org.apache.batik.anim.MotionAnimation.pathLength:Lorg/apache/batik/ext/awt/geom/PathLength;
        53: .line 149
            iconst_0
            istore 18 /* segments */
        start local 18 // int segments
        54: .line 150
            aload 12 /* path */
            invokevirtual org.apache.batik.ext.awt.geom.ExtendedGeneralPath.getExtendedPathIterator:()Lorg/apache/batik/ext/awt/geom/ExtendedPathIterator;
            astore 19 /* epi */
        start local 19 // org.apache.batik.ext.awt.geom.ExtendedPathIterator epi
        55: .line 151
            goto 60
        56: .line 152
      StackMap locals: int org.apache.batik.ext.awt.geom.ExtendedPathIterator
      StackMap stack:
            aload 19 /* epi */
            invokeinterface org.apache.batik.ext.awt.geom.ExtendedPathIterator.currentSegment:()I
            istore 20 /* type */
        start local 20 // int type
        57: .line 153
            iload 20 /* type */
            ifeq 59
        58: .line 154
            iinc 18 /* segments */ 1
        59: .line 156
      StackMap locals: int
      StackMap stack:
            aload 19 /* epi */
            invokeinterface org.apache.batik.ext.awt.geom.ExtendedPathIterator.next:()V
        end local 20 // int type
        60: .line 151
      StackMap locals:
      StackMap stack:
            aload 19 /* epi */
            invokeinterface org.apache.batik.ext.awt.geom.ExtendedPathIterator.isDone:()Z
            ifeq 56
        61: .line 159
            aload 13 /* keyPoints */
            ifnonnull 62
            iload 18 /* segments */
            iconst_1
            iadd
            goto 63
      StackMap locals:
      StackMap stack:
        62: aload 13 /* keyPoints */
            arraylength
      StackMap locals:
      StackMap stack: int
        63: istore 20 /* count */
        start local 20 // int count
        64: .line 160
            aload 0 /* this */
            getfield org.apache.batik.anim.MotionAnimation.pathLength:Lorg/apache/batik/ext/awt/geom/PathLength;
            invokevirtual org.apache.batik.ext.awt.geom.PathLength.lengthOfPath:()F
            fstore 21 /* totalLength */
        start local 21 // float totalLength
        65: .line 161
            aload 0 /* this */
            getfield org.apache.batik.anim.MotionAnimation.keyTimes:[F
            ifnull 72
            iload 3 /* calcMode */
            iconst_2
            if_icmpeq 72
        66: .line 162
            aload 0 /* this */
            getfield org.apache.batik.anim.MotionAnimation.keyTimes:[F
            arraylength
            iload 20 /* count */
            if_icmpeq 104
        67: .line 163
            aload 1 /* timedElement */
        68: .line 164
            ldc "attribute.malformed"
        69: .line 165
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_1
        70: .line 166
            ldc "keyTimes"
            aastore
        71: .line 163
            invokevirtual org.apache.batik.anim.timing.TimedElement.createException:(Ljava/lang/String;[Ljava/lang/Object;)Lorg/apache/batik/anim/AnimationException;
            athrow
        72: .line 169
      StackMap locals: int float
      StackMap stack:
            iload 3 /* calcMode */
            iconst_1
            if_icmpeq 73
            iload 3 /* calcMode */
            iconst_3
            if_icmpne 80
        73: .line 170
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 20 /* count */
            newarray 6
            putfield org.apache.batik.anim.MotionAnimation.keyTimes:[F
        74: .line 171
            iconst_0
            istore 22 /* i */
        start local 22 // int i
        75: goto 78
        76: .line 172
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.anim.MotionAnimation.keyTimes:[F
            iload 22 /* i */
            iload 22 /* i */
            i2f
            iload 20 /* count */
            iconst_1
            isub
            i2f
            fdiv
            fastore
        77: .line 171
            iinc 22 /* i */ 1
      StackMap locals:
      StackMap stack:
        78: iload 22 /* i */
            iload 20 /* count */
            if_icmplt 76
        end local 22 // int i
        79: .line 174
            goto 104
      StackMap locals:
      StackMap stack:
        80: iload 3 /* calcMode */
            ifne 88
        81: .line 175
            aload 0 /* this */
            iload 20 /* count */
            newarray 6
            putfield org.apache.batik.anim.MotionAnimation.keyTimes:[F
        82: .line 176
            iconst_0
            istore 22 /* i */
        start local 22 // int i
        83: goto 86
        84: .line 177
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.anim.MotionAnimation.keyTimes:[F
            iload 22 /* i */
            iload 22 /* i */
            i2f
            iload 20 /* count */
            i2f
            fdiv
            fastore
        85: .line 176
            iinc 22 /* i */ 1
      StackMap locals:
      StackMap stack:
        86: iload 22 /* i */
            iload 20 /* count */
            if_icmplt 84
        end local 22 // int i
        87: .line 179
            goto 104
        88: .line 182
      StackMap locals:
      StackMap stack:
            aload 12 /* path */
            invokevirtual org.apache.batik.ext.awt.geom.ExtendedGeneralPath.getExtendedPathIterator:()Lorg/apache/batik/ext/awt/geom/ExtendedPathIterator;
            astore 19 /* epi */
        89: .line 183
            aload 0 /* this */
            iload 20 /* count */
            newarray 6
            putfield org.apache.batik.anim.MotionAnimation.keyTimes:[F
        90: .line 184
            iconst_0
            istore 22 /* j */
        start local 22 // int j
        91: .line 185
            iconst_0
            istore 23 /* i */
        start local 23 // int i
        92: goto 102
        93: .line 188
      StackMap locals: int int
      StackMap stack:
            iinc 22 /* j */ 1
        94: .line 189
            aload 19 /* epi */
            invokeinterface org.apache.batik.ext.awt.geom.ExtendedPathIterator.next:()V
        95: .line 186
      StackMap locals:
      StackMap stack:
            aload 19 /* epi */
            invokeinterface org.apache.batik.ext.awt.geom.ExtendedPathIterator.currentSegment:()I
            ifeq 93
        96: .line 191
            aload 0 /* this */
            getfield org.apache.batik.anim.MotionAnimation.keyTimes:[F
            iload 23 /* i */
        97: .line 192
            aload 0 /* this */
            getfield org.apache.batik.anim.MotionAnimation.pathLength:Lorg/apache/batik/ext/awt/geom/PathLength;
            iload 22 /* j */
            invokevirtual org.apache.batik.ext.awt.geom.PathLength.getLengthAtSegment:(I)F
            fload 21 /* totalLength */
            fdiv
        98: .line 191
            fastore
        99: .line 193
            iinc 22 /* j */ 1
       100: .line 194
            aload 19 /* epi */
            invokeinterface org.apache.batik.ext.awt.geom.ExtendedPathIterator.next:()V
       101: .line 185
            iinc 23 /* i */ 1
      StackMap locals:
      StackMap stack:
       102: iload 23 /* i */
            iload 20 /* count */
            iconst_1
            isub
            if_icmplt 95
        end local 23 // int i
       103: .line 196
            aload 0 /* this */
            getfield org.apache.batik.anim.MotionAnimation.keyTimes:[F
            iload 20 /* count */
            iconst_1
            isub
            fconst_1
            fastore
        end local 22 // int j
       104: .line 200
      StackMap locals:
      StackMap stack:
            aload 13 /* keyPoints */
            ifnull 111
       105: .line 201
            aload 13 /* keyPoints */
            arraylength
            aload 0 /* this */
            getfield org.apache.batik.anim.MotionAnimation.keyTimes:[F
            arraylength
            if_icmpeq 125
       106: .line 202
            aload 1 /* timedElement */
       107: .line 203
            ldc "attribute.malformed"
       108: .line 204
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_1
       109: .line 205
            ldc "keyPoints"
            aastore
       110: .line 202
            invokevirtual org.apache.batik.anim.timing.TimedElement.createException:(Ljava/lang/String;[Ljava/lang/Object;)Lorg/apache/batik/anim/AnimationException;
            athrow
       111: .line 208
      StackMap locals:
      StackMap stack:
            aload 12 /* path */
            invokevirtual org.apache.batik.ext.awt.geom.ExtendedGeneralPath.getExtendedPathIterator:()Lorg/apache/batik/ext/awt/geom/ExtendedPathIterator;
            astore 19 /* epi */
       112: .line 209
            iload 20 /* count */
            newarray 6
            astore 13 /* keyPoints */
       113: .line 210
            iconst_0
            istore 22 /* j */
        start local 22 // int j
       114: .line 211
            iconst_0
            istore 23 /* i */
        start local 23 // int i
       115: goto 123
       116: .line 214
      StackMap locals: int int
      StackMap stack:
            iinc 22 /* j */ 1
       117: .line 215
            aload 19 /* epi */
            invokeinterface org.apache.batik.ext.awt.geom.ExtendedPathIterator.next:()V
       118: .line 212
      StackMap locals:
      StackMap stack:
            aload 19 /* epi */
            invokeinterface org.apache.batik.ext.awt.geom.ExtendedPathIterator.currentSegment:()I
            ifeq 116
       119: .line 217
            aload 13 /* keyPoints */
            iload 23 /* i */
            aload 0 /* this */
            getfield org.apache.batik.anim.MotionAnimation.pathLength:Lorg/apache/batik/ext/awt/geom/PathLength;
            iload 22 /* j */
            invokevirtual org.apache.batik.ext.awt.geom.PathLength.getLengthAtSegment:(I)F
            fload 21 /* totalLength */
            fdiv
            fastore
       120: .line 218
            iinc 22 /* j */ 1
       121: .line 219
            aload 19 /* epi */
            invokeinterface org.apache.batik.ext.awt.geom.ExtendedPathIterator.next:()V
       122: .line 211
            iinc 23 /* i */ 1
      StackMap locals:
      StackMap stack:
       123: iload 23 /* i */
            iload 20 /* count */
            iconst_1
            isub
            if_icmplt 118
        end local 23 // int i
       124: .line 221
            aload 13 /* keyPoints */
            iload 20 /* count */
            iconst_1
            isub
            fconst_1
            fastore
        end local 22 // int j
       125: .line 223
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 13 /* keyPoints */
            putfield org.apache.batik.anim.MotionAnimation.keyPoints:[F
       126: .line 224
            return
        end local 21 // float totalLength
        end local 20 // int count
        end local 19 // org.apache.batik.ext.awt.geom.ExtendedPathIterator epi
        end local 18 // int segments
        end local 17 // short rotateAngleUnit
        end local 16 // float rotateAngle
        end local 15 // boolean rotateAutoReverse
        end local 14 // boolean rotateAuto
        end local 13 // float[] keyPoints
        end local 12 // org.apache.batik.ext.awt.geom.ExtendedGeneralPath path
        end local 11 // org.apache.batik.anim.values.AnimatableValue by
        end local 10 // org.apache.batik.anim.values.AnimatableValue to
        end local 9 // org.apache.batik.anim.values.AnimatableValue from
        end local 8 // org.apache.batik.anim.values.AnimatableValue[] values
        end local 7 // boolean cumulative
        end local 6 // boolean additive
        end local 5 // float[] keySplines
        end local 4 // float[] keyTimes
        end local 3 // int calcMode
        end local 2 // org.apache.batik.anim.dom.AnimatableElement animatableElement
        end local 1 // org.apache.batik.anim.timing.TimedElement timedElement
        end local 0 // org.apache.batik.anim.MotionAnimation this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0  127     0               this  Lorg/apache/batik/anim/MotionAnimation;
            0  127     1       timedElement  Lorg/apache/batik/anim/timing/TimedElement;
            0  127     2  animatableElement  Lorg/apache/batik/anim/dom/AnimatableElement;
            0  127     3           calcMode  I
            0  127     4           keyTimes  [F
            0  127     5         keySplines  [F
            0  127     6           additive  Z
            0  127     7         cumulative  Z
            0  127     8             values  [Lorg/apache/batik/anim/values/AnimatableValue;
            0  127     9               from  Lorg/apache/batik/anim/values/AnimatableValue;
            0  127    10                 to  Lorg/apache/batik/anim/values/AnimatableValue;
            0  127    11                 by  Lorg/apache/batik/anim/values/AnimatableValue;
            0  127    12               path  Lorg/apache/batik/ext/awt/geom/ExtendedGeneralPath;
            0  127    13          keyPoints  [F
            0  127    14         rotateAuto  Z
            0  127    15  rotateAutoReverse  Z
            0  127    16        rotateAngle  F
            0  127    17    rotateAngleUnit  S
           10   25    18             fromPt  Lorg/apache/batik/anim/values/AnimatableMotionPointValue;
           11   25    19                  x  F
           12   25    20                  y  F
           15   16    21               toPt  Lorg/apache/batik/anim/values/AnimatableMotionPointValue;
           19   20    21               byPt  Lorg/apache/batik/anim/values/AnimatableMotionPointValue;
           28   32    18               unPt  Lorg/apache/batik/anim/values/AnimatableMotionPointValue;
           29   32    19               toPt  Lorg/apache/batik/anim/values/AnimatableMotionPointValue;
           35   38    18               byPt  Lorg/apache/batik/anim/values/AnimatableMotionPointValue;
           44   51    18                 pt  Lorg/apache/batik/anim/values/AnimatableMotionPointValue;
           46   51    19                  i  I
           54  127    18           segments  I
           55  127    19                epi  Lorg/apache/batik/ext/awt/geom/ExtendedPathIterator;
           57   60    20               type  I
           64  127    20              count  I
           65  127    21        totalLength  F
           75   79    22                  i  I
           83   87    22                  i  I
           91  104    22                  j  I
           92  103    23                  i  I
          114  125    22                  j  I
          115  124    23                  i  I
    MethodParameters:
                   Name  Flags
      timedElement       
      animatableElement  
      calcMode           
      keyTimes           
      keySplines         
      additive           
      cumulative         
      values             
      from               
      to                 
      by                 
      path               
      keyPoints          
      rotateAuto         
      rotateAutoReverse  
      rotateAngle        
      rotateAngleUnit    

  protected void sampledAtUnitTime(float, int);
    descriptor: (FI)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=7, locals=15, args_size=3
        start local 0 // org.apache.batik.anim.MotionAnimation this
        start local 1 // float unitTime
        start local 2 // int repeatIteration
         0: .line 232
            fconst_0
            fstore 5 /* interpolation */
        start local 5 // float interpolation
         1: .line 233
            fload 1 /* unitTime */
            fconst_1
            fcmpl
            ifeq 53
         2: .line 234
            iconst_0
            istore 6 /* keyTimeIndex */
        start local 6 // int keyTimeIndex
         3: .line 235
            goto 5
         4: .line 237
      StackMap locals: org.apache.batik.anim.MotionAnimation float int top top float int
      StackMap stack:
            iinc 6 /* keyTimeIndex */ 1
         5: .line 235
      StackMap locals:
      StackMap stack:
            iload 6 /* keyTimeIndex */
            aload 0 /* this */
            getfield org.apache.batik.anim.MotionAnimation.keyTimes:[F
            arraylength
            iconst_1
            isub
            if_icmpge 8
         6: .line 236
            fload 1 /* unitTime */
            aload 0 /* this */
            getfield org.apache.batik.anim.MotionAnimation.keyTimes:[F
            iload 6 /* keyTimeIndex */
            iconst_1
            iadd
            faload
         7: .line 235
            fcmpl
            ifge 4
         8: .line 239
      StackMap locals:
      StackMap stack:
            iload 6 /* keyTimeIndex */
            aload 0 /* this */
            getfield org.apache.batik.anim.MotionAnimation.keyTimes:[F
            arraylength
            iconst_1
            isub
            if_icmpne 12
            aload 0 /* this */
            getfield org.apache.batik.anim.MotionAnimation.calcMode:I
            ifne 12
         9: .line 240
            aload 0 /* this */
            getfield org.apache.batik.anim.MotionAnimation.keyTimes:[F
            arraylength
            iconst_2
            isub
            istore 6 /* keyTimeIndex */
        10: .line 241
            fconst_1
            fstore 5 /* interpolation */
        11: .line 242
            goto 36
        12: .line 243
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.anim.MotionAnimation.calcMode:I
            iconst_1
            if_icmpeq 14
            aload 0 /* this */
            getfield org.apache.batik.anim.MotionAnimation.calcMode:I
            iconst_2
            if_icmpeq 14
        13: .line 244
            aload 0 /* this */
            getfield org.apache.batik.anim.MotionAnimation.calcMode:I
            iconst_3
            if_icmpne 36
        14: .line 245
      StackMap locals:
      StackMap stack:
            fload 1 /* unitTime */
            fconst_0
            fcmpl
            ifne 17
        15: .line 246
            fconst_0
            fstore 5 /* interpolation */
        16: .line 247
            goto 20
        17: .line 248
      StackMap locals:
      StackMap stack:
            fload 1 /* unitTime */
            aload 0 /* this */
            getfield org.apache.batik.anim.MotionAnimation.keyTimes:[F
            iload 6 /* keyTimeIndex */
            faload
            fsub
        18: .line 249
            aload 0 /* this */
            getfield org.apache.batik.anim.MotionAnimation.keyTimes:[F
            iload 6 /* keyTimeIndex */
            iconst_1
            iadd
            faload
            aload 0 /* this */
            getfield org.apache.batik.anim.MotionAnimation.keyTimes:[F
            iload 6 /* keyTimeIndex */
            faload
            fsub
        19: .line 248
            fdiv
            fstore 5 /* interpolation */
        20: .line 251
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.anim.MotionAnimation.calcMode:I
            iconst_3
            if_icmpne 36
            fload 1 /* unitTime */
            fconst_0
            fcmpl
            ifeq 36
        21: .line 254
            aload 0 /* this */
            getfield org.apache.batik.anim.MotionAnimation.keySplineCubics:[Lorg/apache/batik/ext/awt/geom/Cubic;
            iload 6 /* keyTimeIndex */
            aaload
            astore 7 /* c */
        start local 7 // org.apache.batik.ext.awt.geom.Cubic c
        22: .line 255
            ldc 0.001
            fstore 8 /* tolerance */
        start local 8 // float tolerance
        23: .line 256
            fconst_0
            fstore 9 /* min */
        start local 9 // float min
        24: .line 257
            fconst_1
            fstore 10 /* max */
        start local 10 // float max
        25: .line 260
      StackMap locals: org.apache.batik.anim.MotionAnimation float int top top float int org.apache.batik.ext.awt.geom.Cubic float float float
      StackMap stack:
            fload 9 /* min */
            fload 10 /* max */
            fadd
            fconst_2
            fdiv
            fstore 12 /* t */
        start local 12 // float t
        26: .line 261
            aload 7 /* c */
            fload 12 /* t */
            f2d
            invokevirtual org.apache.batik.ext.awt.geom.Cubic.eval:(D)Ljava/awt/geom/Point2D$Double;
            astore 11 /* p */
        start local 11 // java.awt.geom.Point2D$Double p
        27: .line 262
            aload 11 /* p */
            invokevirtual java.awt.geom.Point2D$Double.getX:()D
            dstore 13 /* x */
        start local 13 // double x
        28: .line 263
            dload 13 /* x */
            fload 5 /* interpolation */
            f2d
            dsub
            invokestatic java.lang.Math.abs:(D)D
            fload 8 /* tolerance */
            f2d
            dcmpg
            ifge 30
        29: .line 264
            goto 35
        30: .line 266
      StackMap locals: java.awt.geom.Point2D$Double float double
      StackMap stack:
            dload 13 /* x */
            fload 5 /* interpolation */
            f2d
            dcmpg
            ifge 33
        31: .line 267
            fload 12 /* t */
            fstore 9 /* min */
        32: .line 268
            goto 25
        33: .line 269
      StackMap locals:
      StackMap stack:
            fload 12 /* t */
            fstore 10 /* max */
        end local 13 // double x
        end local 12 // float t
        end local 11 // java.awt.geom.Point2D$Double p
        34: .line 259
            goto 25
        start local 11 // java.awt.geom.Point2D$Double p
        35: .line 272
      StackMap locals:
      StackMap stack:
            aload 11 /* p */
            invokevirtual java.awt.geom.Point2D$Double.getY:()D
            d2f
            fstore 5 /* interpolation */
        end local 11 // java.awt.geom.Point2D$Double p
        end local 10 // float max
        end local 9 // float min
        end local 8 // float tolerance
        end local 7 // org.apache.batik.ext.awt.geom.Cubic c
        36: .line 276
      StackMap locals: org.apache.batik.anim.MotionAnimation float int top top float int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.anim.MotionAnimation.keyPoints:[F
            iload 6 /* keyTimeIndex */
            faload
            fstore 7 /* point */
        start local 7 // float point
        37: .line 277
            fload 5 /* interpolation */
            fconst_0
            fcmpl
            ifeq 41
        38: .line 278
            fload 7 /* point */
            fload 5 /* interpolation */
        39: .line 279
            aload 0 /* this */
            getfield org.apache.batik.anim.MotionAnimation.keyPoints:[F
            iload 6 /* keyTimeIndex */
            iconst_1
            iadd
            faload
            aload 0 /* this */
            getfield org.apache.batik.anim.MotionAnimation.keyPoints:[F
            iload 6 /* keyTimeIndex */
            faload
            fsub
        40: .line 278
            fmul
            fadd
            fstore 7 /* point */
        41: .line 281
      StackMap locals: float
      StackMap stack:
            fload 7 /* point */
            aload 0 /* this */
            getfield org.apache.batik.anim.MotionAnimation.pathLength:Lorg/apache/batik/ext/awt/geom/PathLength;
            invokevirtual org.apache.batik.ext.awt.geom.PathLength.lengthOfPath:()F
            fmul
            fstore 7 /* point */
        42: .line 282
            aload 0 /* this */
            getfield org.apache.batik.anim.MotionAnimation.pathLength:Lorg/apache/batik/ext/awt/geom/PathLength;
            fload 7 /* point */
            invokevirtual org.apache.batik.ext.awt.geom.PathLength.pointAtLength:(F)Ljava/awt/geom/Point2D;
            astore 8 /* p */
        start local 8 // java.awt.geom.Point2D p
        43: .line 284
            aload 0 /* this */
            getfield org.apache.batik.anim.MotionAnimation.rotateAuto:Z
            ifeq 48
        44: .line 285
            aload 0 /* this */
            getfield org.apache.batik.anim.MotionAnimation.pathLength:Lorg/apache/batik/ext/awt/geom/PathLength;
            fload 7 /* point */
            invokevirtual org.apache.batik.ext.awt.geom.PathLength.angleAtLength:(F)F
            fstore 9 /* ang */
        start local 9 // float ang
        45: .line 286
            aload 0 /* this */
            getfield org.apache.batik.anim.MotionAnimation.rotateAutoReverse:Z
            ifeq 49
        46: .line 287
            fload 9 /* ang */
            f2d
            ldc 3.141592653589793
            dadd
            d2f
            fstore 9 /* ang */
        47: .line 289
            goto 49
        end local 9 // float ang
        48: .line 290
      StackMap locals: java.awt.geom.Point2D
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.anim.MotionAnimation.rotateAngle:F
            fstore 9 /* ang */
        start local 9 // float ang
        49: .line 292
      StackMap locals: float
      StackMap stack:
            new org.apache.batik.anim.values.AnimatableMotionPointValue
            dup
            aconst_null
            aload 8 /* p */
            invokevirtual java.awt.geom.Point2D.getX:()D
            d2f
        50: .line 293
            aload 8 /* p */
            invokevirtual java.awt.geom.Point2D.getY:()D
            d2f
            fload 9 /* ang */
        51: .line 292
            invokespecial org.apache.batik.anim.values.AnimatableMotionPointValue.<init>:(Lorg/apache/batik/anim/dom/AnimationTarget;FFF)V
            astore 3 /* value */
        end local 9 // float ang
        end local 8 // java.awt.geom.Point2D p
        end local 7 // float point
        end local 6 // int keyTimeIndex
        start local 3 // org.apache.batik.anim.values.AnimatableValue value
        52: .line 294
            goto 63
        end local 3 // org.apache.batik.anim.values.AnimatableValue value
        53: .line 295
      StackMap locals: org.apache.batik.anim.MotionAnimation float int top top float
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.anim.MotionAnimation.pathLength:Lorg/apache/batik/ext/awt/geom/PathLength;
            aload 0 /* this */
            getfield org.apache.batik.anim.MotionAnimation.pathLength:Lorg/apache/batik/ext/awt/geom/PathLength;
            invokevirtual org.apache.batik.ext.awt.geom.PathLength.lengthOfPath:()F
            invokevirtual org.apache.batik.ext.awt.geom.PathLength.pointAtLength:(F)Ljava/awt/geom/Point2D;
            astore 6 /* p */
        start local 6 // java.awt.geom.Point2D p
        54: .line 297
            aload 0 /* this */
            getfield org.apache.batik.anim.MotionAnimation.rotateAuto:Z
            ifeq 59
        55: .line 298
            aload 0 /* this */
            getfield org.apache.batik.anim.MotionAnimation.pathLength:Lorg/apache/batik/ext/awt/geom/PathLength;
            aload 0 /* this */
            getfield org.apache.batik.anim.MotionAnimation.pathLength:Lorg/apache/batik/ext/awt/geom/PathLength;
            invokevirtual org.apache.batik.ext.awt.geom.PathLength.lengthOfPath:()F
            invokevirtual org.apache.batik.ext.awt.geom.PathLength.angleAtLength:(F)F
            fstore 7 /* ang */
        start local 7 // float ang
        56: .line 299
            aload 0 /* this */
            getfield org.apache.batik.anim.MotionAnimation.rotateAutoReverse:Z
            ifeq 60
        57: .line 300
            fload 7 /* ang */
            f2d
            ldc 3.141592653589793
            dadd
            d2f
            fstore 7 /* ang */
        58: .line 302
            goto 60
        end local 7 // float ang
        59: .line 303
      StackMap locals: java.awt.geom.Point2D
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.anim.MotionAnimation.rotateAngle:F
            fstore 7 /* ang */
        start local 7 // float ang
        60: .line 305
      StackMap locals: float
      StackMap stack:
            new org.apache.batik.anim.values.AnimatableMotionPointValue
            dup
            aconst_null
            aload 6 /* p */
            invokevirtual java.awt.geom.Point2D.getX:()D
            d2f
        61: .line 306
            aload 6 /* p */
            invokevirtual java.awt.geom.Point2D.getY:()D
            d2f
            fload 7 /* ang */
        62: .line 305
            invokespecial org.apache.batik.anim.values.AnimatableMotionPointValue.<init>:(Lorg/apache/batik/anim/dom/AnimationTarget;FFF)V
            astore 3 /* value */
        end local 7 // float ang
        end local 6 // java.awt.geom.Point2D p
        start local 3 // org.apache.batik.anim.values.AnimatableValue value
        63: .line 308
      StackMap locals: org.apache.batik.anim.MotionAnimation float int org.apache.batik.anim.values.AnimatableValue top float
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.anim.MotionAnimation.cumulative:Z
            ifeq 75
        64: .line 309
            aload 0 /* this */
            getfield org.apache.batik.anim.MotionAnimation.pathLength:Lorg/apache/batik/ext/awt/geom/PathLength;
            aload 0 /* this */
            getfield org.apache.batik.anim.MotionAnimation.pathLength:Lorg/apache/batik/ext/awt/geom/PathLength;
            invokevirtual org.apache.batik.ext.awt.geom.PathLength.lengthOfPath:()F
            invokevirtual org.apache.batik.ext.awt.geom.PathLength.pointAtLength:(F)Ljava/awt/geom/Point2D;
            astore 6 /* p */
        start local 6 // java.awt.geom.Point2D p
        65: .line 311
            aload 0 /* this */
            getfield org.apache.batik.anim.MotionAnimation.rotateAuto:Z
            ifeq 70
        66: .line 312
            aload 0 /* this */
            getfield org.apache.batik.anim.MotionAnimation.pathLength:Lorg/apache/batik/ext/awt/geom/PathLength;
            aload 0 /* this */
            getfield org.apache.batik.anim.MotionAnimation.pathLength:Lorg/apache/batik/ext/awt/geom/PathLength;
            invokevirtual org.apache.batik.ext.awt.geom.PathLength.lengthOfPath:()F
            invokevirtual org.apache.batik.ext.awt.geom.PathLength.angleAtLength:(F)F
            fstore 7 /* ang */
        start local 7 // float ang
        67: .line 313
            aload 0 /* this */
            getfield org.apache.batik.anim.MotionAnimation.rotateAutoReverse:Z
            ifeq 71
        68: .line 314
            fload 7 /* ang */
            f2d
            ldc 3.141592653589793
            dadd
            d2f
            fstore 7 /* ang */
        69: .line 316
            goto 71
        end local 7 // float ang
        70: .line 317
      StackMap locals: java.awt.geom.Point2D
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.anim.MotionAnimation.rotateAngle:F
            fstore 7 /* ang */
        start local 7 // float ang
        71: .line 319
      StackMap locals: float
      StackMap stack:
            new org.apache.batik.anim.values.AnimatableMotionPointValue
            dup
            aconst_null
            aload 6 /* p */
            invokevirtual java.awt.geom.Point2D.getX:()D
            d2f
        72: .line 320
            aload 6 /* p */
            invokevirtual java.awt.geom.Point2D.getY:()D
            d2f
            fload 7 /* ang */
        73: .line 319
            invokespecial org.apache.batik.anim.values.AnimatableMotionPointValue.<init>:(Lorg/apache/batik/anim/dom/AnimationTarget;FFF)V
            astore 4 /* accumulation */
        end local 7 // float ang
        end local 6 // java.awt.geom.Point2D p
        start local 4 // org.apache.batik.anim.values.AnimatableValue accumulation
        74: .line 321
            goto 76
        end local 4 // org.apache.batik.anim.values.AnimatableValue accumulation
        75: .line 322
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 4 /* accumulation */
        start local 4 // org.apache.batik.anim.values.AnimatableValue accumulation
        76: .line 325
      StackMap locals: org.apache.batik.anim.MotionAnimation float int org.apache.batik.anim.values.AnimatableValue org.apache.batik.anim.values.AnimatableValue float
      StackMap stack:
            aload 0 /* this */
            aload 3 /* value */
            aload 0 /* this */
            getfield org.apache.batik.anim.MotionAnimation.value:Lorg/apache/batik/anim/values/AnimatableValue;
            aconst_null
            fload 5 /* interpolation */
        77: .line 326
            aload 4 /* accumulation */
            iload 2 /* repeatIteration */
        78: .line 325
            invokevirtual org.apache.batik.anim.values.AnimatableValue.interpolate:(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;
            putfield org.apache.batik.anim.MotionAnimation.value:Lorg/apache/batik/anim/values/AnimatableValue;
        79: .line 327
            aload 0 /* this */
            getfield org.apache.batik.anim.MotionAnimation.value:Lorg/apache/batik/anim/values/AnimatableValue;
            invokevirtual org.apache.batik.anim.values.AnimatableValue.hasChanged:()Z
            ifeq 81
        80: .line 328
            aload 0 /* this */
            invokevirtual org.apache.batik.anim.MotionAnimation.markDirty:()V
        81: .line 330
      StackMap locals:
      StackMap stack:
            return
        end local 5 // float interpolation
        end local 4 // org.apache.batik.anim.values.AnimatableValue accumulation
        end local 3 // org.apache.batik.anim.values.AnimatableValue value
        end local 2 // int repeatIteration
        end local 1 // float unitTime
        end local 0 // org.apache.batik.anim.MotionAnimation this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   82     0             this  Lorg/apache/batik/anim/MotionAnimation;
            0   82     1         unitTime  F
            0   82     2  repeatIteration  I
           52   53     3            value  Lorg/apache/batik/anim/values/AnimatableValue;
           63   82     3            value  Lorg/apache/batik/anim/values/AnimatableValue;
           74   75     4     accumulation  Lorg/apache/batik/anim/values/AnimatableValue;
           76   82     4     accumulation  Lorg/apache/batik/anim/values/AnimatableValue;
            1   82     5    interpolation  F
            3   52     6     keyTimeIndex  I
           22   36     7                c  Lorg/apache/batik/ext/awt/geom/Cubic;
           23   36     8        tolerance  F
           24   36     9              min  F
           25   36    10              max  F
           27   34    11                p  Ljava/awt/geom/Point2D$Double;
           35   36    11                p  Ljava/awt/geom/Point2D$Double;
           26   34    12                t  F
           28   34    13                x  D
           37   52     7            point  F
           43   52     8                p  Ljava/awt/geom/Point2D;
           45   48     9              ang  F
           49   52     9              ang  F
           54   63     6                p  Ljava/awt/geom/Point2D;
           56   59     7              ang  F
           60   63     7              ang  F
           65   74     6                p  Ljava/awt/geom/Point2D;
           67   70     7              ang  F
           71   74     7              ang  F
    MethodParameters:
                 Name  Flags
      unitTime         
      repeatIteration  
}
SourceFile: "MotionAnimation.java"
InnerClasses:
  public Double = java.awt.geom.Point2D$Double of java.awt.geom.Point2D