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 // javafx.animation.AnimationTimer this
         0: .line 73
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 64
            aload 0 /* this */
            new javafx.animation.AnimationTimer$AnimationTimerReceiver
            dup
            aload 0 /* this */
            invokespecial javafx.animation.AnimationTimer$AnimationTimerReceiver.<init>:(Ljavafx/animation/AnimationTimer;)V
            putfield javafx.animation.AnimationTimer.timerReceiver:Ljavafx/animation/AnimationTimer$AnimationTimerReceiver;
         2: .line 68
            aload 0 /* this */
            aconst_null
            putfield javafx.animation.AnimationTimer.accessCtrlCtx:Ljava/security/AccessControlContext;
         3: .line 74
            aload 0 /* this */
            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: .line 75
            return
        end local 0 // javafx.animation.AnimationTimer this
      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 // javafx.animation.AnimationTimer this
        start local 1 // com.sun.scenario.animation.AbstractMasterTimer timer
         0: .line 78
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 64
            aload 0 /* this */
            new javafx.animation.AnimationTimer$AnimationTimerReceiver
            dup
            aload 0 /* this */
            invokespecial javafx.animation.AnimationTimer$AnimationTimerReceiver.<init>:(Ljavafx/animation/AnimationTimer;)V
            putfield javafx.animation.AnimationTimer.timerReceiver:Ljavafx/animation/AnimationTimer$AnimationTimerReceiver;
         2: .line 68
            aload 0 /* this */
            aconst_null
            putfield javafx.animation.AnimationTimer.accessCtrlCtx:Ljava/security/AccessControlContext;
         3: .line 79
            aload 0 /* this */
            aload 1 /* timer */
            putfield javafx.animation.AnimationTimer.timer:Lcom/sun/scenario/animation/AbstractMasterTimer;
         4: .line 80
            return
        end local 1 // com.sun.scenario.animation.AbstractMasterTimer timer
        end local 0 // javafx.animation.AnimationTimer this
      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 // javafx.animation.AnimationTimer this
         0: .line 101
            aload 0 /* this */
            getfield javafx.animation.AnimationTimer.active:Z
            ifne 4
         1: .line 103
            aload 0 /* this */
            invokestatic java.security.AccessController.getContext:()Ljava/security/AccessControlContext;
            putfield javafx.animation.AnimationTimer.accessCtrlCtx:Ljava/security/AccessControlContext;
         2: .line 104
            aload 0 /* this */
            getfield javafx.animation.AnimationTimer.timer:Lcom/sun/scenario/animation/AbstractMasterTimer;
            aload 0 /* this */
            getfield javafx.animation.AnimationTimer.timerReceiver:Ljavafx/animation/AnimationTimer$AnimationTimerReceiver;
            invokevirtual com.sun.scenario.animation.AbstractMasterTimer.addAnimationTimer:(Lcom/sun/scenario/animation/shared/TimerReceiver;)V
         3: .line 105
            aload 0 /* this */
            iconst_1
            putfield javafx.animation.AnimationTimer.active:Z
         4: .line 107
      StackMap locals:
      StackMap stack:
            return
        end local 0 // javafx.animation.AnimationTimer this
      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 // javafx.animation.AnimationTimer this
         0: .line 114
            aload 0 /* this */
            getfield javafx.animation.AnimationTimer.active:Z
            ifeq 3
         1: .line 115
            aload 0 /* this */
            getfield javafx.animation.AnimationTimer.timer:Lcom/sun/scenario/animation/AbstractMasterTimer;
            aload 0 /* this */
            getfield javafx.animation.AnimationTimer.timerReceiver:Ljavafx/animation/AnimationTimer$AnimationTimerReceiver;
            invokevirtual com.sun.scenario.animation.AbstractMasterTimer.removeAnimationTimer:(Lcom/sun/scenario/animation/shared/TimerReceiver;)V
         2: .line 116
            aload 0 /* this */
            iconst_0
            putfield javafx.animation.AnimationTimer.active:Z
         3: .line 118
      StackMap locals:
      StackMap stack:
            return
        end local 0 // javafx.animation.AnimationTimer this
      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