public abstract class javafx.animation.AnimationTimer
minor version: 0
major version: 59
flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
this_class: javafx.animation.AnimationTimer
super_class: java.lang.Object
{
private final com.sun.scenario.animation.AbstractMasterTimer timer;
descriptor: Lcom/sun/scenario/animation/AbstractMasterTimer;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final javafx.animation.AnimationTimer$AnimationTimerReceiver timerReceiver;
descriptor: Ljavafx/animation/AnimationTimer$AnimationTimerReceiver;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private boolean active;
descriptor: Z
flags: (0x0002) ACC_PRIVATE
private java.security.AccessControlContext accessCtrlCtx;
descriptor: Ljava/security/AccessControlContext;
flags: (0x0002) ACC_PRIVATE
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
new javafx.animation.AnimationTimer$AnimationTimerReceiver
dup
aload 0
invokespecial javafx.animation.AnimationTimer$AnimationTimerReceiver.<init>:(Ljavafx/animation/AnimationTimer;)V
putfield javafx.animation.AnimationTimer.timerReceiver:Ljavafx/animation/AnimationTimer$AnimationTimerReceiver;
2: aload 0
aconst_null
putfield javafx.animation.AnimationTimer.accessCtrlCtx:Ljava/security/AccessControlContext;
3: aload 0
invokestatic com.sun.javafx.tk.Toolkit.getToolkit:()Lcom/sun/javafx/tk/Toolkit;
invokevirtual com.sun.javafx.tk.Toolkit.getMasterTimer:()Lcom/sun/scenario/animation/AbstractMasterTimer;
putfield javafx.animation.AnimationTimer.timer:Lcom/sun/scenario/animation/AbstractMasterTimer;
4: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Ljavafx/animation/AnimationTimer;
void <init>(com.sun.scenario.animation.AbstractMasterTimer);
descriptor: (Lcom/sun/scenario/animation/AbstractMasterTimer;)V
flags: (0x0000)
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
new javafx.animation.AnimationTimer$AnimationTimerReceiver
dup
aload 0
invokespecial javafx.animation.AnimationTimer$AnimationTimerReceiver.<init>:(Ljavafx/animation/AnimationTimer;)V
putfield javafx.animation.AnimationTimer.timerReceiver:Ljavafx/animation/AnimationTimer$AnimationTimerReceiver;
2: aload 0
aconst_null
putfield javafx.animation.AnimationTimer.accessCtrlCtx:Ljava/security/AccessControlContext;
3: aload 0
aload 1
putfield javafx.animation.AnimationTimer.timer:Lcom/sun/scenario/animation/AbstractMasterTimer;
4: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Ljavafx/animation/AnimationTimer;
0 5 1 timer Lcom/sun/scenario/animation/AbstractMasterTimer;
MethodParameters:
Name Flags
timer
public abstract void handle(long);
descriptor: (J)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
now
public void start();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield javafx.animation.AnimationTimer.active:Z
ifne 4
1: aload 0
invokestatic java.security.AccessController.getContext:()Ljava/security/AccessControlContext;
putfield javafx.animation.AnimationTimer.accessCtrlCtx:Ljava/security/AccessControlContext;
2: aload 0
getfield javafx.animation.AnimationTimer.timer:Lcom/sun/scenario/animation/AbstractMasterTimer;
aload 0
getfield javafx.animation.AnimationTimer.timerReceiver:Ljavafx/animation/AnimationTimer$AnimationTimerReceiver;
invokevirtual com.sun.scenario.animation.AbstractMasterTimer.addAnimationTimer:(Lcom/sun/scenario/animation/shared/TimerReceiver;)V
3: aload 0
iconst_1
putfield javafx.animation.AnimationTimer.active:Z
4: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Ljavafx/animation/AnimationTimer;
public void stop();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield javafx.animation.AnimationTimer.active:Z
ifeq 3
1: aload 0
getfield javafx.animation.AnimationTimer.timer:Lcom/sun/scenario/animation/AbstractMasterTimer;
aload 0
getfield javafx.animation.AnimationTimer.timerReceiver:Ljavafx/animation/AnimationTimer$AnimationTimerReceiver;
invokevirtual com.sun.scenario.animation.AbstractMasterTimer.removeAnimationTimer:(Lcom/sun/scenario/animation/shared/TimerReceiver;)V
2: aload 0
iconst_0
putfield javafx.animation.AnimationTimer.active:Z
3: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Ljavafx/animation/AnimationTimer;
}
SourceFile: "AnimationTimer.java"
NestMembers:
javafx.animation.AnimationTimer$AnimationTimerReceiver
InnerClasses:
private AnimationTimerReceiver = javafx.animation.AnimationTimer$AnimationTimerReceiver of javafx.animation.AnimationTimer