public abstract class com.sun.scenario.animation.shared.ClipInterpolator
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: com.sun.scenario.animation.shared.ClipInterpolator
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.scenario.animation.shared.ClipInterpolator this
         0: .line 31
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.sun.scenario.animation.shared.ClipInterpolator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/scenario/animation/shared/ClipInterpolator;

  static com.sun.scenario.animation.shared.ClipInterpolator create(javafx.animation.KeyFrame[], long[]);
    descriptor: ([Ljavafx/animation/KeyFrame;[J)Lcom/sun/scenario/animation/shared/ClipInterpolator;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // javafx.animation.KeyFrame[] keyFrames
        start local 1 // long[] keyFrameTicks
         0: .line 34
            aload 0 /* keyFrames */
            invokestatic com.sun.scenario.animation.shared.ClipInterpolator.getRealKeyFrameCount:([Ljavafx/animation/KeyFrame;)I
            iconst_2
            if_icmpne 4
            aload 0 /* keyFrames */
            arraylength
            iconst_1
            if_icmpne 2
            new com.sun.scenario.animation.shared.SimpleClipInterpolator
            dup
         1: .line 35
            aload 0 /* keyFrames */
            iconst_0
            aaload
            aload 1 /* keyFrameTicks */
            iconst_0
            laload
            invokespecial com.sun.scenario.animation.shared.SimpleClipInterpolator.<init>:(Ljavafx/animation/KeyFrame;J)V
            goto 5
      StackMap locals:
      StackMap stack:
         2: new com.sun.scenario.animation.shared.SimpleClipInterpolator
            dup
            aload 0 /* keyFrames */
            iconst_0
            aaload
         3: .line 36
            aload 0 /* keyFrames */
            iconst_1
            aaload
            aload 1 /* keyFrameTicks */
            iconst_1
            laload
            invokespecial com.sun.scenario.animation.shared.SimpleClipInterpolator.<init>:(Ljavafx/animation/KeyFrame;Ljavafx/animation/KeyFrame;J)V
            goto 5
         4: .line 37
      StackMap locals:
      StackMap stack:
            new com.sun.scenario.animation.shared.GeneralClipInterpolator
            dup
            aload 0 /* keyFrames */
            aload 1 /* keyFrameTicks */
            invokespecial com.sun.scenario.animation.shared.GeneralClipInterpolator.<init>:([Ljavafx/animation/KeyFrame;[J)V
         5: .line 34
      StackMap locals:
      StackMap stack: com.sun.scenario.animation.shared.ClipInterpolator
            areturn
        end local 1 // long[] keyFrameTicks
        end local 0 // javafx.animation.KeyFrame[] keyFrames
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    6     0      keyFrames  [Ljavafx/animation/KeyFrame;
            0    6     1  keyFrameTicks  [J
    MethodParameters:
               Name  Flags
      keyFrames      
      keyFrameTicks  

  static int getRealKeyFrameCount(javafx.animation.KeyFrame[]);
    descriptor: ([Ljavafx/animation/KeyFrame;)I
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // javafx.animation.KeyFrame[] keyFrames
         0: .line 48
            aload 0 /* keyFrames */
            arraylength
            istore 1 /* length */
        start local 1 // int length
         1: .line 49
            iload 1 /* length */
            ifne 2
            iconst_0
            goto 5
      StackMap locals: int
      StackMap stack:
         2: aload 0 /* keyFrames */
            iconst_0
            aaload
            invokevirtual javafx.animation.KeyFrame.getTime:()Ljavafx/util/Duration;
         3: .line 50
            getstatic javafx.util.Duration.ZERO:Ljavafx/util/Duration;
            invokevirtual javafx.util.Duration.greaterThan:(Ljavafx/util/Duration;)Z
            ifeq 4
            iload 1 /* length */
            iconst_1
            iadd
            goto 5
      StackMap locals:
      StackMap stack:
         4: iload 1 /* length */
         5: .line 49
      StackMap locals:
      StackMap stack: int
            ireturn
        end local 1 // int length
        end local 0 // javafx.animation.KeyFrame[] keyFrames
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0  keyFrames  [Ljavafx/animation/KeyFrame;
            1    6     1     length  I
    MethodParameters:
           Name  Flags
      keyFrames  

  abstract com.sun.scenario.animation.shared.ClipInterpolator setKeyFrames(javafx.animation.KeyFrame[], long[]);
    descriptor: ([Ljavafx/animation/KeyFrame;[J)Lcom/sun/scenario/animation/shared/ClipInterpolator;
    flags: (0x0400) ACC_ABSTRACT
    MethodParameters:
               Name  Flags
      keyFrames      
      keyFrameTicks  

  abstract void interpolate(long);
    descriptor: (J)V
    flags: (0x0400) ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      ticks  

  abstract void validate(boolean);
    descriptor: (Z)V
    flags: (0x0400) ACC_ABSTRACT
    MethodParameters:
           Name  Flags
      forceSync  
}
SourceFile: "ClipInterpolator.java"