public final class javafx.animation.Timeline extends javafx.animation.Animation
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: javafx.animation.Timeline
  super_class: javafx.animation.Animation
{
  final com.sun.scenario.animation.shared.TimelineClipCore clipCore;
    descriptor: Lcom/sun/scenario/animation/shared/TimelineClipCore;
    flags: (0x0010) ACC_FINAL

  private final javafx.collections.ObservableList<javafx.animation.KeyFrame> keyFrames;
    descriptor: Ljavafx/collections/ObservableList;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljavafx/collections/ObservableList<Ljavafx/animation/KeyFrame;>;

  public final javafx.collections.ObservableList<javafx.animation.KeyFrame> getKeyFrames();
    descriptor: ()Ljavafx/collections/ObservableList;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.animation.Timeline this
         0: .line 92
            aload 0 /* this */
            getfield javafx.animation.Timeline.keyFrames:Ljavafx/collections/ObservableList;
            areturn
        end local 0 // javafx.animation.Timeline this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/animation/Timeline;
    Signature: ()Ljavafx/collections/ObservableList<Ljavafx/animation/KeyFrame;>;

  public void <init>(double, javafx.animation.KeyFrame[]);
    descriptor: (D[Ljavafx/animation/KeyFrame;)V
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // javafx.animation.Timeline this
        start local 1 // double targetFramerate
        start local 3 // javafx.animation.KeyFrame[] keyFrames
         0: .line 129
            aload 0 /* this */
            dload 1 /* targetFramerate */
            invokespecial javafx.animation.Animation.<init>:(D)V
         1: .line 94
            aload 0 /* this */
            new javafx.animation.Timeline$1
            dup
            aload 0 /* this */
            invokespecial javafx.animation.Timeline$1.<init>:(Ljavafx/animation/Timeline;)V
            putfield javafx.animation.Timeline.keyFrames:Ljavafx/collections/ObservableList;
         2: .line 130
            aload 0 /* this */
            new com.sun.scenario.animation.shared.TimelineClipCore
            dup
            aload 0 /* this */
            invokespecial com.sun.scenario.animation.shared.TimelineClipCore.<init>:(Ljavafx/animation/Timeline;)V
            putfield javafx.animation.Timeline.clipCore:Lcom/sun/scenario/animation/shared/TimelineClipCore;
         3: .line 131
            aload 0 /* this */
            invokevirtual javafx.animation.Timeline.getKeyFrames:()Ljavafx/collections/ObservableList;
            aload 3 /* keyFrames */
            invokeinterface javafx.collections.ObservableList.setAll:([Ljava/lang/Object;)Z
            pop
         4: .line 132
            return
        end local 3 // javafx.animation.KeyFrame[] keyFrames
        end local 1 // double targetFramerate
        end local 0 // javafx.animation.Timeline this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    5     0             this  Ljavafx/animation/Timeline;
            0    5     1  targetFramerate  D
            0    5     3        keyFrames  [Ljavafx/animation/KeyFrame;
    MethodParameters:
                 Name  Flags
      targetFramerate  
      keyFrames        

  public void <init>(javafx.animation.KeyFrame[]);
    descriptor: ([Ljavafx/animation/KeyFrame;)V
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // javafx.animation.Timeline this
        start local 1 // javafx.animation.KeyFrame[] keyFrames
         0: .line 141
            aload 0 /* this */
            invokespecial javafx.animation.Animation.<init>:()V
         1: .line 94
            aload 0 /* this */
            new javafx.animation.Timeline$1
            dup
            aload 0 /* this */
            invokespecial javafx.animation.Timeline$1.<init>:(Ljavafx/animation/Timeline;)V
            putfield javafx.animation.Timeline.keyFrames:Ljavafx/collections/ObservableList;
         2: .line 142
            aload 0 /* this */
            new com.sun.scenario.animation.shared.TimelineClipCore
            dup
            aload 0 /* this */
            invokespecial com.sun.scenario.animation.shared.TimelineClipCore.<init>:(Ljavafx/animation/Timeline;)V
            putfield javafx.animation.Timeline.clipCore:Lcom/sun/scenario/animation/shared/TimelineClipCore;
         3: .line 143
            aload 0 /* this */
            invokevirtual javafx.animation.Timeline.getKeyFrames:()Ljavafx/collections/ObservableList;
            aload 1 /* keyFrames */
            invokeinterface javafx.collections.ObservableList.setAll:([Ljava/lang/Object;)Z
            pop
         4: .line 144
            return
        end local 1 // javafx.animation.KeyFrame[] keyFrames
        end local 0 // javafx.animation.Timeline this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Ljavafx/animation/Timeline;
            0    5     1  keyFrames  [Ljavafx/animation/KeyFrame;
    MethodParameters:
           Name  Flags
      keyFrames  

  public void <init>(double);
    descriptor: (D)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // javafx.animation.Timeline this
        start local 1 // double targetFramerate
         0: .line 155
            aload 0 /* this */
            dload 1 /* targetFramerate */
            invokespecial javafx.animation.Animation.<init>:(D)V
         1: .line 94
            aload 0 /* this */
            new javafx.animation.Timeline$1
            dup
            aload 0 /* this */
            invokespecial javafx.animation.Timeline$1.<init>:(Ljavafx/animation/Timeline;)V
            putfield javafx.animation.Timeline.keyFrames:Ljavafx/collections/ObservableList;
         2: .line 156
            aload 0 /* this */
            new com.sun.scenario.animation.shared.TimelineClipCore
            dup
            aload 0 /* this */
            invokespecial com.sun.scenario.animation.shared.TimelineClipCore.<init>:(Ljavafx/animation/Timeline;)V
            putfield javafx.animation.Timeline.clipCore:Lcom/sun/scenario/animation/shared/TimelineClipCore;
         3: .line 157
            return
        end local 1 // double targetFramerate
        end local 0 // javafx.animation.Timeline this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Ljavafx/animation/Timeline;
            0    4     1  targetFramerate  D
    MethodParameters:
                 Name  Flags
      targetFramerate  

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // javafx.animation.Timeline this
         0: .line 163
            aload 0 /* this */
            invokespecial javafx.animation.Animation.<init>:()V
         1: .line 94
            aload 0 /* this */
            new javafx.animation.Timeline$1
            dup
            aload 0 /* this */
            invokespecial javafx.animation.Timeline$1.<init>:(Ljavafx/animation/Timeline;)V
            putfield javafx.animation.Timeline.keyFrames:Ljavafx/collections/ObservableList;
         2: .line 164
            aload 0 /* this */
            new com.sun.scenario.animation.shared.TimelineClipCore
            dup
            aload 0 /* this */
            invokespecial com.sun.scenario.animation.shared.TimelineClipCore.<init>:(Ljavafx/animation/Timeline;)V
            putfield javafx.animation.Timeline.clipCore:Lcom/sun/scenario/animation/shared/TimelineClipCore;
         3: .line 165
            return
        end local 0 // javafx.animation.Timeline this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljavafx/animation/Timeline;

  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.Timeline this
        start local 1 // com.sun.scenario.animation.AbstractMasterTimer timer
         0: .line 169
            aload 0 /* this */
            aload 1 /* timer */
            invokespecial javafx.animation.Animation.<init>:(Lcom/sun/scenario/animation/AbstractMasterTimer;)V
         1: .line 94
            aload 0 /* this */
            new javafx.animation.Timeline$1
            dup
            aload 0 /* this */
            invokespecial javafx.animation.Timeline$1.<init>:(Ljavafx/animation/Timeline;)V
            putfield javafx.animation.Timeline.keyFrames:Ljavafx/collections/ObservableList;
         2: .line 170
            aload 0 /* this */
            new com.sun.scenario.animation.shared.TimelineClipCore
            dup
            aload 0 /* this */
            invokespecial com.sun.scenario.animation.shared.TimelineClipCore.<init>:(Ljavafx/animation/Timeline;)V
            putfield javafx.animation.Timeline.clipCore:Lcom/sun/scenario/animation/shared/TimelineClipCore;
         3: .line 171
            return
        end local 1 // com.sun.scenario.animation.AbstractMasterTimer timer
        end local 0 // javafx.animation.Timeline this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Ljavafx/animation/Timeline;
            0    4     1  timer  Lcom/sun/scenario/animation/AbstractMasterTimer;
    MethodParameters:
       Name  Flags
      timer  final

  void doPlayTo(long, long);
    descriptor: (JJ)V
    flags: (0x0000) 
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // javafx.animation.Timeline this
        start local 1 // long currentTicks
        start local 3 // long cycleTicks
         0: .line 175
            aload 0 /* this */
            getfield javafx.animation.Timeline.clipCore:Lcom/sun/scenario/animation/shared/TimelineClipCore;
            lload 1 /* currentTicks */
            invokevirtual com.sun.scenario.animation.shared.TimelineClipCore.playTo:(J)V
         1: .line 176
            return
        end local 3 // long cycleTicks
        end local 1 // long currentTicks
        end local 0 // javafx.animation.Timeline this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Ljavafx/animation/Timeline;
            0    2     1  currentTicks  J
            0    2     3    cycleTicks  J
    MethodParameters:
              Name  Flags
      currentTicks  
      cycleTicks    

  void doJumpTo(long, long, boolean);
    descriptor: (JJZ)V
    flags: (0x0000) 
    Code:
      stack=4, locals=6, args_size=4
        start local 0 // javafx.animation.Timeline this
        start local 1 // long currentTicks
        start local 3 // long cycleTicks
        start local 5 // boolean forceJump
         0: .line 180
            aload 0 /* this */
            iconst_0
            invokevirtual javafx.animation.Timeline.sync:(Z)V
         1: .line 181
            aload 0 /* this */
            lload 1 /* currentTicks */
            invokevirtual javafx.animation.Timeline.setCurrentTicks:(J)V
         2: .line 182
            aload 0 /* this */
            getfield javafx.animation.Timeline.clipCore:Lcom/sun/scenario/animation/shared/TimelineClipCore;
            lload 1 /* currentTicks */
            iload 5 /* forceJump */
            invokevirtual com.sun.scenario.animation.shared.TimelineClipCore.jumpTo:(JZ)V
         3: .line 183
            return
        end local 5 // boolean forceJump
        end local 3 // long cycleTicks
        end local 1 // long currentTicks
        end local 0 // javafx.animation.Timeline this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    4     0          this  Ljavafx/animation/Timeline;
            0    4     1  currentTicks  J
            0    4     3    cycleTicks  J
            0    4     5     forceJump  Z
    MethodParameters:
              Name  Flags
      currentTicks  
      cycleTicks    
      forceJump     

  void setCurrentRate(double);
    descriptor: (D)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // javafx.animation.Timeline this
        start local 1 // double currentRate
         0: .line 187
            aload 0 /* this */
            dload 1 /* currentRate */
            invokespecial javafx.animation.Animation.setCurrentRate:(D)V
         1: .line 188
            aload 0 /* this */
            getfield javafx.animation.Timeline.clipCore:Lcom/sun/scenario/animation/shared/TimelineClipCore;
            invokevirtual com.sun.scenario.animation.shared.TimelineClipCore.notifyCurrentRateChanged:()V
         2: .line 189
            return
        end local 1 // double currentRate
        end local 0 // javafx.animation.Timeline this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Ljavafx/animation/Timeline;
            0    3     1  currentRate  D
    MethodParameters:
             Name  Flags
      currentRate  

  void doStart(boolean);
    descriptor: (Z)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.animation.Timeline this
        start local 1 // boolean forceSync
         0: .line 193
            aload 0 /* this */
            iload 1 /* forceSync */
            invokespecial javafx.animation.Animation.doStart:(Z)V
         1: .line 194
            aload 0 /* this */
            getfield javafx.animation.Timeline.clipCore:Lcom/sun/scenario/animation/shared/TimelineClipCore;
            iload 1 /* forceSync */
            invokevirtual com.sun.scenario.animation.shared.TimelineClipCore.start:(Z)V
         2: .line 195
            return
        end local 1 // boolean forceSync
        end local 0 // javafx.animation.Timeline this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Ljavafx/animation/Timeline;
            0    3     1  forceSync  Z
    MethodParameters:
           Name  Flags
      forceSync  

  public void stop();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // javafx.animation.Timeline this
         0: .line 202
            aload 0 /* this */
            getfield javafx.animation.Timeline.parent:Ljavafx/animation/Animation;
            ifnull 2
         1: .line 203
            new java.lang.IllegalStateException
            dup
            ldc "Cannot stop when embedded in another animation"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 205
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual javafx.animation.Timeline.getStatus:()Ljavafx/animation/Animation$Status;
            getstatic javafx.animation.Animation$Status.RUNNING:Ljavafx/animation/Animation$Status;
            if_acmpne 4
         3: .line 206
            aload 0 /* this */
            getfield javafx.animation.Timeline.clipCore:Lcom/sun/scenario/animation/shared/TimelineClipCore;
            invokevirtual com.sun.scenario.animation.shared.TimelineClipCore.abort:()V
         4: .line 208
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokespecial javafx.animation.Animation.stop:()V
         5: .line 209
            return
        end local 0 // javafx.animation.Timeline this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Ljavafx/animation/Timeline;
}
SourceFile: "Timeline.java"
NestMembers:
  javafx.animation.Timeline$1
InnerClasses:
  public final Status = javafx.animation.Animation$Status of javafx.animation.Animation
  javafx.animation.Timeline$1