public class org.apache.batik.anim.values.AnimatablePreserveAspectRatioValue 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.AnimatablePreserveAspectRatioValue
  super_class: org.apache.batik.anim.values.AnimatableValue
{
  protected static final java.lang.String[] ALIGN_VALUES;
    descriptor: [Ljava/lang/String;
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL

  protected static final java.lang.String[] MEET_OR_SLICE_VALUES;
    descriptor: [Ljava/lang/String;
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL

  protected short align;
    descriptor: S
    flags: (0x0004) ACC_PROTECTED

  protected short meetOrSlice;
    descriptor: S
    flags: (0x0004) ACC_PROTECTED

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 37
            bipush 11
            anewarray java.lang.String
            dup
            iconst_1
         1: .line 39
            ldc "none"
            aastore
            dup
            iconst_2
         2: .line 40
            ldc "xMinYMin"
            aastore
            dup
            iconst_3
         3: .line 41
            ldc "xMidYMin"
            aastore
            dup
            iconst_4
         4: .line 42
            ldc "xMaxYMin"
            aastore
            dup
            iconst_5
         5: .line 43
            ldc "xMinYMid"
            aastore
            dup
            bipush 6
         6: .line 44
            ldc "xMidYMid"
            aastore
            dup
            bipush 7
         7: .line 45
            ldc "xMaxYMid"
            aastore
            dup
            bipush 8
         8: .line 46
            ldc "xMinYMax"
            aastore
            dup
            bipush 9
         9: .line 47
            ldc "xMidYMax"
            aastore
            dup
            bipush 10
        10: .line 48
            ldc "xMaxYMax"
            aastore
        11: .line 37
            putstatic org.apache.batik.anim.values.AnimatablePreserveAspectRatioValue.ALIGN_VALUES:[Ljava/lang/String;
        12: .line 54
            iconst_3
            anewarray java.lang.String
            dup
            iconst_1
        13: .line 56
            ldc "meet"
            aastore
            dup
            iconst_2
        14: .line 57
            ldc "slice"
            aastore
        15: .line 54
            putstatic org.apache.batik.anim.values.AnimatablePreserveAspectRatioValue.MEET_OR_SLICE_VALUES:[Ljava/lang/String;
        16: .line 58
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  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.AnimatablePreserveAspectRatioValue this
        start local 1 // org.apache.batik.anim.dom.AnimationTarget target
         0: .line 74
            aload 0 /* this */
            aload 1 /* target */
            invokespecial org.apache.batik.anim.values.AnimatableValue.<init>:(Lorg/apache/batik/anim/dom/AnimationTarget;)V
         1: .line 75
            return
        end local 1 // org.apache.batik.anim.dom.AnimationTarget target
        end local 0 // org.apache.batik.anim.values.AnimatablePreserveAspectRatioValue this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/apache/batik/anim/values/AnimatablePreserveAspectRatioValue;
            0    2     1  target  Lorg/apache/batik/anim/dom/AnimationTarget;
    MethodParameters:
        Name  Flags
      target  

  public void <init>(org.apache.batik.anim.dom.AnimationTarget, short, short);
    descriptor: (Lorg/apache/batik/anim/dom/AnimationTarget;SS)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.apache.batik.anim.values.AnimatablePreserveAspectRatioValue this
        start local 1 // org.apache.batik.anim.dom.AnimationTarget target
        start local 2 // short align
        start local 3 // short meetOrSlice
         0: .line 82
            aload 0 /* this */
            aload 1 /* target */
            invokespecial org.apache.batik.anim.values.AnimatableValue.<init>:(Lorg/apache/batik/anim/dom/AnimationTarget;)V
         1: .line 83
            aload 0 /* this */
            iload 2 /* align */
            putfield org.apache.batik.anim.values.AnimatablePreserveAspectRatioValue.align:S
         2: .line 84
            aload 0 /* this */
            iload 3 /* meetOrSlice */
            putfield org.apache.batik.anim.values.AnimatablePreserveAspectRatioValue.meetOrSlice:S
         3: .line 85
            return
        end local 3 // short meetOrSlice
        end local 2 // short align
        end local 1 // org.apache.batik.anim.dom.AnimationTarget target
        end local 0 // org.apache.batik.anim.values.AnimatablePreserveAspectRatioValue this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0         this  Lorg/apache/batik/anim/values/AnimatablePreserveAspectRatioValue;
            0    4     1       target  Lorg/apache/batik/anim/dom/AnimationTarget;
            0    4     2        align  S
            0    4     3  meetOrSlice  S
    MethodParameters:
             Name  Flags
      target       
      align        
      meetOrSlice  

  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=10, args_size=6
        start local 0 // org.apache.batik.anim.values.AnimatablePreserveAspectRatioValue 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 96
            aload 1 /* result */
            ifnonnull 3
         1: .line 97
            new org.apache.batik.anim.values.AnimatablePreserveAspectRatioValue
            dup
            aload 0 /* this */
            getfield org.apache.batik.anim.values.AnimatablePreserveAspectRatioValue.target:Lorg/apache/batik/anim/dom/AnimationTarget;
            invokespecial org.apache.batik.anim.values.AnimatablePreserveAspectRatioValue.<init>:(Lorg/apache/batik/anim/dom/AnimationTarget;)V
            astore 6 /* res */
        start local 6 // org.apache.batik.anim.values.AnimatablePreserveAspectRatioValue res
         2: .line 98
            goto 4
        end local 6 // org.apache.batik.anim.values.AnimatablePreserveAspectRatioValue res
         3: .line 99
      StackMap locals:
      StackMap stack:
            aload 1 /* result */
            checkcast org.apache.batik.anim.values.AnimatablePreserveAspectRatioValue
            astore 6 /* res */
        start local 6 // org.apache.batik.anim.values.AnimatablePreserveAspectRatioValue res
         4: .line 103
      StackMap locals: org.apache.batik.anim.values.AnimatablePreserveAspectRatioValue
      StackMap stack:
            aload 2 /* to */
            ifnull 10
            fload 3 /* interpolation */
            f2d
            ldc 0.5
            dcmpl
            iflt 10
         5: .line 105
            aload 2 /* to */
            checkcast org.apache.batik.anim.values.AnimatablePreserveAspectRatioValue
         6: .line 104
            astore 9 /* toValue */
        start local 9 // org.apache.batik.anim.values.AnimatablePreserveAspectRatioValue toValue
         7: .line 106
            aload 9 /* toValue */
            getfield org.apache.batik.anim.values.AnimatablePreserveAspectRatioValue.align:S
            istore 7 /* newAlign */
        start local 7 // short newAlign
         8: .line 107
            aload 9 /* toValue */
            getfield org.apache.batik.anim.values.AnimatablePreserveAspectRatioValue.meetOrSlice:S
            istore 8 /* newMeetOrSlice */
        end local 9 // org.apache.batik.anim.values.AnimatablePreserveAspectRatioValue toValue
        start local 8 // short newMeetOrSlice
         9: .line 108
            goto 12
        end local 8 // short newMeetOrSlice
        end local 7 // short newAlign
        10: .line 109
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.anim.values.AnimatablePreserveAspectRatioValue.align:S
            istore 7 /* newAlign */
        start local 7 // short newAlign
        11: .line 110
            aload 0 /* this */
            getfield org.apache.batik.anim.values.AnimatablePreserveAspectRatioValue.meetOrSlice:S
            istore 8 /* newMeetOrSlice */
        start local 8 // short newMeetOrSlice
        12: .line 113
      StackMap locals: int int
      StackMap stack:
            aload 6 /* res */
            getfield org.apache.batik.anim.values.AnimatablePreserveAspectRatioValue.align:S
            iload 7 /* newAlign */
            if_icmpne 13
            aload 6 /* res */
            getfield org.apache.batik.anim.values.AnimatablePreserveAspectRatioValue.meetOrSlice:S
            iload 8 /* newMeetOrSlice */
            if_icmpeq 16
        13: .line 114
      StackMap locals:
      StackMap stack:
            aload 6 /* res */
            aload 0 /* this */
            getfield org.apache.batik.anim.values.AnimatablePreserveAspectRatioValue.align:S
            putfield org.apache.batik.anim.values.AnimatablePreserveAspectRatioValue.align:S
        14: .line 115
            aload 6 /* res */
            aload 0 /* this */
            getfield org.apache.batik.anim.values.AnimatablePreserveAspectRatioValue.meetOrSlice:S
            putfield org.apache.batik.anim.values.AnimatablePreserveAspectRatioValue.meetOrSlice:S
        15: .line 116
            aload 6 /* res */
            iconst_1
            putfield org.apache.batik.anim.values.AnimatablePreserveAspectRatioValue.hasChanged:Z
        16: .line 118
      StackMap locals:
      StackMap stack:
            aload 6 /* res */
            areturn
        end local 8 // short newMeetOrSlice
        end local 7 // short newAlign
        end local 6 // org.apache.batik.anim.values.AnimatablePreserveAspectRatioValue 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.AnimatablePreserveAspectRatioValue this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   17     0            this  Lorg/apache/batik/anim/values/AnimatablePreserveAspectRatioValue;
            0   17     1          result  Lorg/apache/batik/anim/values/AnimatableValue;
            0   17     2              to  Lorg/apache/batik/anim/values/AnimatableValue;
            0   17     3   interpolation  F
            0   17     4    accumulation  Lorg/apache/batik/anim/values/AnimatableValue;
            0   17     5      multiplier  I
            2    3     6             res  Lorg/apache/batik/anim/values/AnimatablePreserveAspectRatioValue;
            4   17     6             res  Lorg/apache/batik/anim/values/AnimatablePreserveAspectRatioValue;
            8   10     7        newAlign  S
           11   17     7        newAlign  S
            9   10     8  newMeetOrSlice  S
           12   17     8  newMeetOrSlice  S
            7    9     9         toValue  Lorg/apache/batik/anim/values/AnimatablePreserveAspectRatioValue;
    MethodParameters:
               Name  Flags
      result         
      to             
      interpolation  
      accumulation   
      multiplier     

  public short getAlign();
    descriptor: ()S
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.batik.anim.values.AnimatablePreserveAspectRatioValue this
         0: .line 125
            aload 0 /* this */
            getfield org.apache.batik.anim.values.AnimatablePreserveAspectRatioValue.align:S
            ireturn
        end local 0 // org.apache.batik.anim.values.AnimatablePreserveAspectRatioValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/batik/anim/values/AnimatablePreserveAspectRatioValue;

  public short getMeetOrSlice();
    descriptor: ()S
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.batik.anim.values.AnimatablePreserveAspectRatioValue this
         0: .line 132
            aload 0 /* this */
            getfield org.apache.batik.anim.values.AnimatablePreserveAspectRatioValue.meetOrSlice:S
            ireturn
        end local 0 // org.apache.batik.anim.values.AnimatablePreserveAspectRatioValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/batik/anim/values/AnimatablePreserveAspectRatioValue;

  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.AnimatablePreserveAspectRatioValue this
         0: .line 140
            iconst_0
            ireturn
        end local 0 // org.apache.batik.anim.values.AnimatablePreserveAspectRatioValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/batik/anim/values/AnimatablePreserveAspectRatioValue;

  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.AnimatablePreserveAspectRatioValue this
        start local 1 // org.apache.batik.anim.values.AnimatableValue other
         0: .line 148
            fconst_0
            freturn
        end local 1 // org.apache.batik.anim.values.AnimatableValue other
        end local 0 // org.apache.batik.anim.values.AnimatablePreserveAspectRatioValue this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/apache/batik/anim/values/AnimatablePreserveAspectRatioValue;
            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=5, locals=1, args_size=1
        start local 0 // org.apache.batik.anim.values.AnimatablePreserveAspectRatioValue this
         0: .line 155
            new org.apache.batik.anim.values.AnimatablePreserveAspectRatioValue
            dup
         1: .line 156
            aload 0 /* this */
            getfield org.apache.batik.anim.values.AnimatablePreserveAspectRatioValue.target:Lorg/apache/batik/anim/dom/AnimationTarget;
            iconst_1
         2: .line 157
            iconst_1
         3: .line 155
            invokespecial org.apache.batik.anim.values.AnimatablePreserveAspectRatioValue.<init>:(Lorg/apache/batik/anim/dom/AnimationTarget;SS)V
            areturn
        end local 0 // org.apache.batik.anim.values.AnimatablePreserveAspectRatioValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/apache/batik/anim/values/AnimatablePreserveAspectRatioValue;

  public java.lang.String toStringRep();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.apache.batik.anim.values.AnimatablePreserveAspectRatioValue this
         0: .line 164
            aload 0 /* this */
            getfield org.apache.batik.anim.values.AnimatablePreserveAspectRatioValue.align:S
            iconst_1
            if_icmplt 1
            aload 0 /* this */
            getfield org.apache.batik.anim.values.AnimatablePreserveAspectRatioValue.align:S
            bipush 10
            if_icmple 2
         1: .line 165
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
         2: .line 167
      StackMap locals:
      StackMap stack:
            getstatic org.apache.batik.anim.values.AnimatablePreserveAspectRatioValue.ALIGN_VALUES:[Ljava/lang/String;
            aload 0 /* this */
            getfield org.apache.batik.anim.values.AnimatablePreserveAspectRatioValue.align:S
            aaload
            astore 1 /* value */
        start local 1 // java.lang.String value
         3: .line 168
            aload 0 /* this */
            getfield org.apache.batik.anim.values.AnimatablePreserveAspectRatioValue.align:S
            iconst_1
            if_icmpne 5
         4: .line 169
            aload 1 /* value */
            areturn
         5: .line 171
      StackMap locals: java.lang.String
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.anim.values.AnimatablePreserveAspectRatioValue.meetOrSlice:S
            iconst_1
            if_icmplt 6
            aload 0 /* this */
            getfield org.apache.batik.anim.values.AnimatablePreserveAspectRatioValue.meetOrSlice:S
            iconst_2
            if_icmple 7
         6: .line 172
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
         7: .line 174
      StackMap locals:
      StackMap stack:
            new java.lang.StringBuilder
            dup
            aload 1 /* value */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            bipush 32
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            getstatic org.apache.batik.anim.values.AnimatablePreserveAspectRatioValue.MEET_OR_SLICE_VALUES:[Ljava/lang/String;
            aload 0 /* this */
            getfield org.apache.batik.anim.values.AnimatablePreserveAspectRatioValue.meetOrSlice:S
            aaload
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 1 // java.lang.String value
        end local 0 // org.apache.batik.anim.values.AnimatablePreserveAspectRatioValue this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Lorg/apache/batik/anim/values/AnimatablePreserveAspectRatioValue;
            3    8     1  value  Ljava/lang/String;
}
SourceFile: "AnimatablePreserveAspectRatioValue.java"