public abstract class javafx.animation.Transition extends javafx.animation.Animation
minor version: 0
major version: 59
flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
this_class: javafx.animation.Transition
super_class: javafx.animation.Animation
{
private javafx.beans.property.ObjectProperty<javafx.animation.Interpolator> interpolator;
descriptor: Ljavafx/beans/property/ObjectProperty;
flags: (0x0002) ACC_PRIVATE
Signature: Ljavafx/beans/property/ObjectProperty<Ljavafx/animation/Interpolator;>;
private static final javafx.animation.Interpolator DEFAULT_INTERPOLATOR;
descriptor: Ljavafx/animation/Interpolator;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
private javafx.animation.Interpolator cachedInterpolator;
descriptor: Ljavafx/animation/Interpolator;
flags: (0x0002) ACC_PRIVATE
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: getstatic javafx.animation.Interpolator.EASE_BOTH:Ljavafx/animation/Interpolator;
putstatic javafx.animation.Transition.DEFAULT_INTERPOLATOR:Ljavafx/animation/Interpolator;
return
LocalVariableTable:
Start End Slot Name Signature
public final void setInterpolator(javafx.animation.Interpolator);
descriptor: (Ljavafx/animation/Interpolator;)V
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield javafx.animation.Transition.interpolator:Ljavafx/beans/property/ObjectProperty;
ifnonnull 1
getstatic javafx.animation.Transition.DEFAULT_INTERPOLATOR:Ljavafx/animation/Interpolator;
aload 1
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ifne 2
1: StackMap locals:
StackMap stack:
aload 0
invokevirtual javafx.animation.Transition.interpolatorProperty:()Ljavafx/beans/property/ObjectProperty;
aload 1
invokevirtual javafx.beans.property.ObjectProperty.set:(Ljava/lang/Object;)V
2: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Ljavafx/animation/Transition;
0 3 1 value Ljavafx/animation/Interpolator;
MethodParameters:
Name Flags
value
public final javafx.animation.Interpolator getInterpolator();
descriptor: ()Ljavafx/animation/Interpolator;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield javafx.animation.Transition.interpolator:Ljavafx/beans/property/ObjectProperty;
ifnonnull 1
getstatic javafx.animation.Transition.DEFAULT_INTERPOLATOR:Ljavafx/animation/Interpolator;
goto 2
StackMap locals:
StackMap stack:
1: aload 0
getfield javafx.animation.Transition.interpolator:Ljavafx/beans/property/ObjectProperty;
invokevirtual javafx.beans.property.ObjectProperty.get:()Ljava/lang/Object;
checkcast javafx.animation.Interpolator
StackMap locals:
StackMap stack: javafx.animation.Interpolator
2: areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Ljavafx/animation/Transition;
public final javafx.beans.property.ObjectProperty<javafx.animation.Interpolator> interpolatorProperty();
descriptor: ()Ljavafx/beans/property/ObjectProperty;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=6, locals=1, args_size=1
start local 0 0: aload 0
getfield javafx.animation.Transition.interpolator:Ljavafx/beans/property/ObjectProperty;
ifnonnull 4
1: aload 0
new javafx.beans.property.SimpleObjectProperty
dup
2: aload 0
ldc "interpolator"
getstatic javafx.animation.Transition.DEFAULT_INTERPOLATOR:Ljavafx/animation/Interpolator;
invokespecial javafx.beans.property.SimpleObjectProperty.<init>:(Ljava/lang/Object;Ljava/lang/String;Ljava/lang/Object;)V
3: putfield javafx.animation.Transition.interpolator:Ljavafx/beans/property/ObjectProperty;
4: StackMap locals:
StackMap stack:
aload 0
getfield javafx.animation.Transition.interpolator:Ljavafx/beans/property/ObjectProperty;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Ljavafx/animation/Transition;
Signature: ()Ljavafx/beans/property/ObjectProperty<Ljavafx/animation/Interpolator;>;
protected javafx.animation.Interpolator getCachedInterpolator();
descriptor: ()Ljavafx/animation/Interpolator;
flags: (0x0004) ACC_PROTECTED
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield javafx.animation.Transition.cachedInterpolator:Ljavafx/animation/Interpolator;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljavafx/animation/Transition;
public void <init>(double);
descriptor: (D)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: aload 0
dload 1
invokespecial javafx.animation.Animation.<init>:(D)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Ljavafx/animation/Transition;
0 2 1 targetFramerate D
MethodParameters:
Name Flags
targetFramerate
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial javafx.animation.Animation.<init>:()V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Ljavafx/animation/Transition;
void <init>(com.sun.scenario.animation.AbstractMasterTimer);
descriptor: (Lcom/sun/scenario/animation/AbstractMasterTimer;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokespecial javafx.animation.Animation.<init>:(Lcom/sun/scenario/animation/AbstractMasterTimer;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Ljavafx/animation/Transition;
0 2 1 timer Lcom/sun/scenario/animation/AbstractMasterTimer;
MethodParameters:
Name Flags
timer
protected javafx.scene.Node getParentTargetNode();
descriptor: ()Ljavafx/scene/Node;
flags: (0x0004) ACC_PROTECTED
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield javafx.animation.Transition.parent:Ljavafx/animation/Animation;
ifnull 2
aload 0
getfield javafx.animation.Transition.parent:Ljavafx/animation/Animation;
instanceof javafx.animation.Transition
ifeq 2
1: aload 0
getfield javafx.animation.Transition.parent:Ljavafx/animation/Animation;
checkcast javafx.animation.Transition
invokevirtual javafx.animation.Transition.getParentTargetNode:()Ljavafx/scene/Node;
goto 3
StackMap locals:
StackMap stack:
2: aconst_null
3: StackMap locals:
StackMap stack: javafx.scene.Node
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Ljavafx/animation/Transition;
protected abstract void interpolate(double);
descriptor: (D)V
flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
MethodParameters:
Name Flags
frac
private double calculateFraction(long, long);
descriptor: (JJ)D
flags: (0x0002) ACC_PRIVATE
Code:
stack=7, locals=7, args_size=3
start local 0 start local 1 start local 3 0: lload 3
lconst_0
lcmp
ifgt 1
dconst_1
goto 2
StackMap locals:
StackMap stack:
1: lload 1
l2d
lload 3
l2d
ddiv
StackMap locals:
StackMap stack: double
2: dstore 5
start local 5 3: aload 0
getfield javafx.animation.Transition.cachedInterpolator:Ljavafx/animation/Interpolator;
dconst_0
dconst_1
dload 5
invokevirtual javafx.animation.Interpolator.interpolate:(DDD)D
dreturn
end local 5 end local 3 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Ljavafx/animation/Transition;
0 4 1 currentTicks J
0 4 3 cycleTicks J
3 4 5 frac D
MethodParameters:
Name Flags
currentTicks
cycleTicks
boolean startable(boolean);
descriptor: (Z)Z
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
iload 1
invokespecial javafx.animation.Animation.startable:(Z)Z
ifeq 3
1: aload 0
invokevirtual javafx.animation.Transition.getInterpolator:()Ljavafx/animation/Interpolator;
ifnonnull 2
iload 1
ifne 3
aload 0
getfield javafx.animation.Transition.cachedInterpolator:Ljavafx/animation/Interpolator;
ifnull 3
2: StackMap locals:
StackMap stack:
iconst_1
ireturn
StackMap locals:
StackMap stack:
3: iconst_0
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Ljavafx/animation/Transition;
0 4 1 forceSync Z
MethodParameters:
Name Flags
forceSync
void sync(boolean);
descriptor: (Z)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
iload 1
invokespecial javafx.animation.Animation.sync:(Z)V
1: iload 1
ifne 2
aload 0
getfield javafx.animation.Transition.cachedInterpolator:Ljavafx/animation/Interpolator;
ifnonnull 3
2: StackMap locals:
StackMap stack:
aload 0
aload 0
invokevirtual javafx.animation.Transition.getInterpolator:()Ljavafx/animation/Interpolator;
putfield javafx.animation.Transition.cachedInterpolator:Ljavafx/animation/Interpolator;
3: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Ljavafx/animation/Transition;
0 4 1 forceSync Z
MethodParameters:
Name Flags
forceSync
void doPlayTo(long, long);
descriptor: (JJ)V
flags: (0x0000)
Code:
stack=6, locals=5, args_size=3
start local 0 start local 1 start local 3 0: aload 0
lload 1
invokevirtual javafx.animation.Transition.setCurrentTicks:(J)V
1: aload 0
aload 0
lload 1
lload 3
invokevirtual javafx.animation.Transition.calculateFraction:(JJ)D
invokevirtual javafx.animation.Transition.interpolate:(D)V
2: return
end local 3 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Ljavafx/animation/Transition;
0 3 1 currentTicks J
0 3 3 cycleTicks J
MethodParameters:
Name Flags
currentTicks
cycleTicks
void doJumpTo(long, long, boolean);
descriptor: (JJZ)V
flags: (0x0000)
Code:
stack=6, locals=6, args_size=4
start local 0 start local 1 start local 3 start local 5 0: aload 0
lload 1
invokevirtual javafx.animation.Transition.setCurrentTicks:(J)V
1: aload 0
invokevirtual javafx.animation.Transition.getStatus:()Ljavafx/animation/Animation$Status;
getstatic javafx.animation.Animation$Status.STOPPED:Ljavafx/animation/Animation$Status;
if_acmpne 2
iload 5
ifeq 4
2: StackMap locals:
StackMap stack:
aload 0
iconst_0
invokevirtual javafx.animation.Transition.sync:(Z)V
3: aload 0
aload 0
lload 1
lload 3
invokevirtual javafx.animation.Transition.calculateFraction:(JJ)D
invokevirtual javafx.animation.Transition.interpolate:(D)V
4: StackMap locals:
StackMap stack:
return
end local 5 end local 3 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Ljavafx/animation/Transition;
0 5 1 currentTicks J
0 5 3 cycleTicks J
0 5 5 forceJump Z
MethodParameters:
Name Flags
currentTicks
cycleTicks
forceJump
}
SourceFile: "Transition.java"
InnerClasses:
public final Status = javafx.animation.Animation$Status of javafx.animation.Animation