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 // org.apache.batik.anim.values.AnimatableRectValue this
        start local 1 // org.apache.batik.anim.dom.AnimationTarget target
         0: .line 55
            aload 0 /* this */
            aload 1 /* target */
            invokespecial org.apache.batik.anim.values.AnimatableValue.<init>:(Lorg/apache/batik/anim/dom/AnimationTarget;)V
         1: .line 56
            return
        end local 1 // org.apache.batik.anim.dom.AnimationTarget target
        end local 0 // org.apache.batik.anim.values.AnimatableRectValue this
      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 // org.apache.batik.anim.values.AnimatableRectValue 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 w
        start local 5 // float h
         0: .line 63
            aload 0 /* this */
            aload 1 /* target */
            invokespecial org.apache.batik.anim.values.AnimatableValue.<init>:(Lorg/apache/batik/anim/dom/AnimationTarget;)V
         1: .line 64
            aload 0 /* this */
            fload 2 /* x */
            putfield org.apache.batik.anim.values.AnimatableRectValue.x:F
         2: .line 65
            aload 0 /* this */
            fload 3 /* y */
            putfield org.apache.batik.anim.values.AnimatableRectValue.y:F
         3: .line 66
            aload 0 /* this */
            fload 4 /* w */
            putfield org.apache.batik.anim.values.AnimatableRectValue.width:F
         4: .line 67
            aload 0 /* this */
            fload 5 /* h */
            putfield org.apache.batik.anim.values.AnimatableRectValue.height:F
         5: .line 68
            return
        end local 5 // float h
        end local 4 // float w
        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.AnimatableRectValue this
      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 // org.apache.batik.anim.values.AnimatableRectValue 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 80
            aload 1 /* result */
            ifnonnull 3
         1: .line 81
            new org.apache.batik.anim.values.AnimatableRectValue
            dup
            aload 0 /* this */
            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 /* res */
        start local 6 // org.apache.batik.anim.values.AnimatableRectValue res
         2: .line 82
            goto 4
        end local 6 // org.apache.batik.anim.values.AnimatableRectValue res
         3: .line 83
      StackMap locals:
      StackMap stack:
            aload 1 /* result */
            checkcast org.apache.batik.anim.values.AnimatableRectValue
            astore 6 /* res */
        start local 6 // org.apache.batik.anim.values.AnimatableRectValue res
         4: .line 86
      StackMap locals: org.apache.batik.anim.values.AnimatableRectValue
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.anim.values.AnimatableRectValue.x:F
            fstore 7 /* newX */
        start local 7 // float newX
         5: aload 0 /* this */
            getfield org.apache.batik.anim.values.AnimatableRectValue.y:F
            fstore 8 /* newY */
        start local 8 // float newY
         6: aload 0 /* this */
            getfield org.apache.batik.anim.values.AnimatableRectValue.width:F
            fstore 9 /* newWidth */
        start local 9 // float newWidth
         7: aload 0 /* this */
            getfield org.apache.batik.anim.values.AnimatableRectValue.height:F
            fstore 10 /* newHeight */
        start local 10 // float newHeight
         8: .line 87
            aload 2 /* to */
            ifnull 14
         9: .line 88
            aload 2 /* to */
            checkcast org.apache.batik.anim.values.AnimatableRectValue
            astore 11 /* toValue */
        start local 11 // org.apache.batik.anim.values.AnimatableRectValue toValue
        10: .line 89
            fload 7 /* newX */
            fload 3 /* interpolation */
            aload 11 /* toValue */
            getfield org.apache.batik.anim.values.AnimatableRectValue.x:F
            aload 0 /* this */
            getfield org.apache.batik.anim.values.AnimatableRectValue.x:F
            fsub
            fmul
            fadd
            fstore 7 /* newX */
        11: .line 90
            fload 8 /* newY */
            fload 3 /* interpolation */
            aload 11 /* toValue */
            getfield org.apache.batik.anim.values.AnimatableRectValue.y:F
            aload 0 /* this */
            getfield org.apache.batik.anim.values.AnimatableRectValue.y:F
            fsub
            fmul
            fadd
            fstore 8 /* newY */
        12: .line 91
            fload 9 /* newWidth */
            fload 3 /* interpolation */
            aload 11 /* toValue */
            getfield org.apache.batik.anim.values.AnimatableRectValue.width:F
            aload 0 /* this */
            getfield org.apache.batik.anim.values.AnimatableRectValue.width:F
            fsub
            fmul
            fadd
            fstore 9 /* newWidth */
        13: .line 92
            fload 10 /* newHeight */
            fload 3 /* interpolation */
            aload 11 /* toValue */
            getfield org.apache.batik.anim.values.AnimatableRectValue.height:F
            aload 0 /* this */
            getfield org.apache.batik.anim.values.AnimatableRectValue.height:F
            fsub
            fmul
            fadd
            fstore 10 /* newHeight */
        end local 11 // org.apache.batik.anim.values.AnimatableRectValue toValue
        14: .line 94
      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 /* accumulation */
            ifnull 20
            iload 5 /* multiplier */
            ifeq 20
        15: .line 95
            aload 4 /* accumulation */
            checkcast org.apache.batik.anim.values.AnimatableRectValue
            astore 11 /* accValue */
        start local 11 // org.apache.batik.anim.values.AnimatableRectValue accValue
        16: .line 96
            fload 7 /* newX */
            iload 5 /* multiplier */
            i2f
            aload 11 /* accValue */
            getfield org.apache.batik.anim.values.AnimatableRectValue.x:F
            fmul
            fadd
            fstore 7 /* newX */
        17: .line 97
            fload 8 /* newY */
            iload 5 /* multiplier */
            i2f
            aload 11 /* accValue */
            getfield org.apache.batik.anim.values.AnimatableRectValue.y:F
            fmul
            fadd
            fstore 8 /* newY */
        18: .line 98
            fload 9 /* newWidth */
            iload 5 /* multiplier */
            i2f
            aload 11 /* accValue */
            getfield org.apache.batik.anim.values.AnimatableRectValue.width:F
            fmul
            fadd
            fstore 9 /* newWidth */
        19: .line 99
            fload 10 /* newHeight */
            iload 5 /* multiplier */
            i2f
            aload 11 /* accValue */
            getfield org.apache.batik.anim.values.AnimatableRectValue.height:F
            fmul
            fadd
            fstore 10 /* newHeight */
        end local 11 // org.apache.batik.anim.values.AnimatableRectValue accValue
        20: .line 101
      StackMap locals:
      StackMap stack:
            aload 6 /* res */
            getfield org.apache.batik.anim.values.AnimatableRectValue.x:F
            fload 7 /* newX */
            fcmpl
            ifne 22
            aload 6 /* res */
            getfield org.apache.batik.anim.values.AnimatableRectValue.y:F
            fload 8 /* newY */
            fcmpl
            ifne 22
        21: .line 102
            aload 6 /* res */
            getfield org.apache.batik.anim.values.AnimatableRectValue.width:F
            fload 9 /* newWidth */
            fcmpl
            ifne 22
            aload 6 /* res */
            getfield org.apache.batik.anim.values.AnimatableRectValue.height:F
            fload 10 /* newHeight */
            fcmpl
            ifeq 27
        22: .line 103
      StackMap locals:
      StackMap stack:
            aload 6 /* res */
            fload 7 /* newX */
            putfield org.apache.batik.anim.values.AnimatableRectValue.x:F
        23: .line 104
            aload 6 /* res */
            fload 8 /* newY */
            putfield org.apache.batik.anim.values.AnimatableRectValue.y:F
        24: .line 105
            aload 6 /* res */
            fload 9 /* newWidth */
            putfield org.apache.batik.anim.values.AnimatableRectValue.width:F
        25: .line 106
            aload 6 /* res */
            fload 10 /* newHeight */
            putfield org.apache.batik.anim.values.AnimatableRectValue.height:F
        26: .line 107
            aload 6 /* res */
            iconst_1
            putfield org.apache.batik.anim.values.AnimatableRectValue.hasChanged:Z
        27: .line 109
      StackMap locals:
      StackMap stack:
            aload 6 /* res */
            areturn
        end local 10 // float newHeight
        end local 9 // float newWidth
        end local 8 // float newY
        end local 7 // float newX
        end local 6 // org.apache.batik.anim.values.AnimatableRectValue 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.AnimatableRectValue this
      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 // org.apache.batik.anim.values.AnimatableRectValue this
         0: .line 116
            aload 0 /* this */
            getfield org.apache.batik.anim.values.AnimatableRectValue.x:F
            freturn
        end local 0 // org.apache.batik.anim.values.AnimatableRectValue this
      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 // org.apache.batik.anim.values.AnimatableRectValue this
         0: .line 123
            aload 0 /* this */
            getfield org.apache.batik.anim.values.AnimatableRectValue.y:F
            freturn
        end local 0 // org.apache.batik.anim.values.AnimatableRectValue this
      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 // org.apache.batik.anim.values.AnimatableRectValue this
         0: .line 130
            aload 0 /* this */
            getfield org.apache.batik.anim.values.AnimatableRectValue.width:F
            freturn
        end local 0 // org.apache.batik.anim.values.AnimatableRectValue this
      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 // org.apache.batik.anim.values.AnimatableRectValue this
         0: .line 137
            aload 0 /* this */
            getfield org.apache.batik.anim.values.AnimatableRectValue.height:F
            freturn
        end local 0 // org.apache.batik.anim.values.AnimatableRectValue this
      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 // org.apache.batik.anim.values.AnimatableRectValue this
         0: .line 145
            iconst_0
            ireturn
        end local 0 // org.apache.batik.anim.values.AnimatableRectValue this
      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 // org.apache.batik.anim.values.AnimatableRectValue this
        start local 1 // org.apache.batik.anim.values.AnimatableValue other
         0: .line 153
            fconst_0
            freturn
        end local 1 // org.apache.batik.anim.values.AnimatableValue other
        end local 0 // org.apache.batik.anim.values.AnimatableRectValue this
      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 // org.apache.batik.anim.values.AnimatableRectValue this
         0: .line 160
            new org.apache.batik.anim.values.AnimatableRectValue
            dup
            aload 0 /* this */
            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 // org.apache.batik.anim.values.AnimatableRectValue this
      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 // org.apache.batik.anim.values.AnimatableRectValue this
         0: .line 167
            new java.lang.StringBuffer
            dup
            invokespecial java.lang.StringBuffer.<init>:()V
            astore 1 /* sb */
        start local 1 // java.lang.StringBuffer sb
         1: .line 168
            aload 1 /* sb */
            aload 0 /* this */
            getfield org.apache.batik.anim.values.AnimatableRectValue.x:F
            invokevirtual java.lang.StringBuffer.append:(F)Ljava/lang/StringBuffer;
            pop
         2: .line 169
            aload 1 /* sb */
            bipush 44
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
         3: .line 170
            aload 1 /* sb */
            aload 0 /* this */
            getfield org.apache.batik.anim.values.AnimatableRectValue.y:F
            invokevirtual java.lang.StringBuffer.append:(F)Ljava/lang/StringBuffer;
            pop
         4: .line 171
            aload 1 /* sb */
            bipush 44
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
         5: .line 172
            aload 1 /* sb */
            aload 0 /* this */
            getfield org.apache.batik.anim.values.AnimatableRectValue.width:F
            invokevirtual java.lang.StringBuffer.append:(F)Ljava/lang/StringBuffer;
            pop
         6: .line 173
            aload 1 /* sb */
            bipush 44
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
         7: .line 174
            aload 1 /* sb */
            aload 0 /* this */
            getfield org.apache.batik.anim.values.AnimatableRectValue.height:F
            invokevirtual java.lang.StringBuffer.append:(F)Ljava/lang/StringBuffer;
            pop
         8: .line 175
            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.AnimatableRectValue this
      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"