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 0: aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 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 start local 1 0: aload 0
invokestatic com.sun.scenario.animation.shared.ClipInterpolator.getRealKeyFrameCount:([Ljavafx/animation/KeyFrame;)I
iconst_2
if_icmpne 4
aload 0
arraylength
iconst_1
if_icmpne 2
new com.sun.scenario.animation.shared.SimpleClipInterpolator
dup
1: aload 0
iconst_0
aaload
aload 1
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
iconst_0
aaload
3: aload 0
iconst_1
aaload
aload 1
iconst_1
laload
invokespecial com.sun.scenario.animation.shared.SimpleClipInterpolator.<init>:(Ljavafx/animation/KeyFrame;Ljavafx/animation/KeyFrame;J)V
goto 5
4: StackMap locals:
StackMap stack:
new com.sun.scenario.animation.shared.GeneralClipInterpolator
dup
aload 0
aload 1
invokespecial com.sun.scenario.animation.shared.GeneralClipInterpolator.<init>:([Ljavafx/animation/KeyFrame;[J)V
5: StackMap locals:
StackMap stack: com.sun.scenario.animation.shared.ClipInterpolator
areturn
end local 1 end local 0 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 0: aload 0
arraylength
istore 1
start local 1 1: iload 1
ifne 2
iconst_0
goto 5
StackMap locals: int
StackMap stack:
2: aload 0
iconst_0
aaload
invokevirtual javafx.animation.KeyFrame.getTime:()Ljavafx/util/Duration;
3: getstatic javafx.util.Duration.ZERO:Ljavafx/util/Duration;
invokevirtual javafx.util.Duration.greaterThan:(Ljavafx/util/Duration;)Z
ifeq 4
iload 1
iconst_1
iadd
goto 5
StackMap locals:
StackMap stack:
4: iload 1
5: StackMap locals:
StackMap stack: int
ireturn
end local 1 end local 0 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"