public final class com.sun.javafx.charts.ChartLayoutAnimator extends javafx.animation.AnimationTimer implements javafx.event.EventHandler<javafx.event.ActionEvent>
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.sun.javafx.charts.ChartLayoutAnimator
  super_class: javafx.animation.AnimationTimer
{
  private javafx.scene.Parent nodeToLayout;
    descriptor: Ljavafx/scene/Parent;
    flags: (0x0002) ACC_PRIVATE

  private final java.util.Map<java.lang.Object, javafx.animation.Animation> activeTimeLines;
    descriptor: Ljava/util/Map;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Map<Ljava/lang/Object;Ljavafx/animation/Animation;>;

  private final boolean isAxis;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(javafx.scene.Parent);
    descriptor: (Ljavafx/scene/Parent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.javafx.charts.ChartLayoutAnimator this
        start local 1 // javafx.scene.Parent nodeToLayout
         0: .line 50
            aload 0 /* this */
            invokespecial javafx.animation.AnimationTimer.<init>:()V
         1: .line 47
            aload 0 /* this */
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            putfield com.sun.javafx.charts.ChartLayoutAnimator.activeTimeLines:Ljava/util/Map;
         2: .line 51
            aload 0 /* this */
            aload 1 /* nodeToLayout */
            putfield com.sun.javafx.charts.ChartLayoutAnimator.nodeToLayout:Ljavafx/scene/Parent;
         3: .line 52
            aload 0 /* this */
            aload 1 /* nodeToLayout */
            instanceof javafx.scene.chart.Axis
            putfield com.sun.javafx.charts.ChartLayoutAnimator.isAxis:Z
         4: .line 53
            return
        end local 1 // javafx.scene.Parent nodeToLayout
        end local 0 // com.sun.javafx.charts.ChartLayoutAnimator this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    5     0          this  Lcom/sun/javafx/charts/ChartLayoutAnimator;
            0    5     1  nodeToLayout  Ljavafx/scene/Parent;
    MethodParameters:
              Name  Flags
      nodeToLayout  

  public void handle(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=2
        start local 0 // com.sun.javafx.charts.ChartLayoutAnimator this
        start local 1 // long l
         0: .line 56
            aload 0 /* this */
            getfield com.sun.javafx.charts.ChartLayoutAnimator.isAxis:Z
            ifeq 3
         1: .line 57
            aload 0 /* this */
            getfield com.sun.javafx.charts.ChartLayoutAnimator.nodeToLayout:Ljavafx/scene/Parent;
            checkcast javafx.scene.chart.Axis
            invokevirtual javafx.scene.chart.Axis.requestAxisLayout:()V
         2: .line 58
            goto 4
         3: .line 59
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.charts.ChartLayoutAnimator.nodeToLayout:Ljavafx/scene/Parent;
            invokevirtual javafx.scene.Parent.requestLayout:()V
         4: .line 61
      StackMap locals:
      StackMap stack:
            return
        end local 1 // long l
        end local 0 // com.sun.javafx.charts.ChartLayoutAnimator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/javafx/charts/ChartLayoutAnimator;
            0    5     1     l  J
    MethodParameters:
      Name  Flags
      l     

  public void handle(javafx.event.ActionEvent);
    descriptor: (Ljavafx/event/ActionEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.javafx.charts.ChartLayoutAnimator this
        start local 1 // javafx.event.ActionEvent actionEvent
         0: .line 64
            aload 0 /* this */
            getfield com.sun.javafx.charts.ChartLayoutAnimator.activeTimeLines:Ljava/util/Map;
            aload 1 /* actionEvent */
            invokevirtual javafx.event.ActionEvent.getSource:()Ljava/lang/Object;
            invokeinterface java.util.Map.remove:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 65
            aload 0 /* this */
            getfield com.sun.javafx.charts.ChartLayoutAnimator.activeTimeLines:Ljava/util/Map;
            invokeinterface java.util.Map.isEmpty:()Z
            ifeq 2
            aload 0 /* this */
            invokevirtual com.sun.javafx.charts.ChartLayoutAnimator.stop:()V
         2: .line 67
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            lconst_0
            invokevirtual com.sun.javafx.charts.ChartLayoutAnimator.handle:(J)V
         3: .line 68
            return
        end local 1 // javafx.event.ActionEvent actionEvent
        end local 0 // com.sun.javafx.charts.ChartLayoutAnimator this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0         this  Lcom/sun/javafx/charts/ChartLayoutAnimator;
            0    4     1  actionEvent  Ljavafx/event/ActionEvent;
    MethodParameters:
             Name  Flags
      actionEvent  

  public void stop(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.sun.javafx.charts.ChartLayoutAnimator this
        start local 1 // java.lang.Object animationID
         0: .line 76
            aload 0 /* this */
            getfield com.sun.javafx.charts.ChartLayoutAnimator.activeTimeLines:Ljava/util/Map;
            aload 1 /* animationID */
            invokeinterface java.util.Map.remove:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast javafx.animation.Animation
            astore 2 /* t */
        start local 2 // javafx.animation.Animation t
         1: .line 77
            aload 2 /* t */
            ifnull 2
            aload 2 /* t */
            invokevirtual javafx.animation.Animation.stop:()V
         2: .line 78
      StackMap locals: javafx.animation.Animation
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.charts.ChartLayoutAnimator.activeTimeLines:Ljava/util/Map;
            invokeinterface java.util.Map.isEmpty:()Z
            ifeq 3
            aload 0 /* this */
            invokevirtual com.sun.javafx.charts.ChartLayoutAnimator.stop:()V
         3: .line 79
      StackMap locals:
      StackMap stack:
            return
        end local 2 // javafx.animation.Animation t
        end local 1 // java.lang.Object animationID
        end local 0 // com.sun.javafx.charts.ChartLayoutAnimator this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0         this  Lcom/sun/javafx/charts/ChartLayoutAnimator;
            0    4     1  animationID  Ljava/lang/Object;
            1    4     2            t  Ljavafx/animation/Animation;
    MethodParameters:
             Name  Flags
      animationID  

  public java.lang.Object animate(javafx.animation.KeyFrame[]);
    descriptor: ([Ljavafx/animation/KeyFrame;)Ljava/lang/Object;
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.sun.javafx.charts.ChartLayoutAnimator this
        start local 1 // javafx.animation.KeyFrame[] keyFrames
         0: .line 88
            new javafx.animation.Timeline
            dup
            invokespecial javafx.animation.Timeline.<init>:()V
            astore 2 /* t */
        start local 2 // javafx.animation.Timeline t
         1: .line 89
            aload 2 /* t */
            iconst_0
            invokevirtual javafx.animation.Timeline.setAutoReverse:(Z)V
         2: .line 90
            aload 2 /* t */
            iconst_1
            invokevirtual javafx.animation.Timeline.setCycleCount:(I)V
         3: .line 91
            aload 2 /* t */
            invokevirtual javafx.animation.Timeline.getKeyFrames:()Ljavafx/collections/ObservableList;
            aload 1 /* keyFrames */
            invokeinterface javafx.collections.ObservableList.addAll:([Ljava/lang/Object;)Z
            pop
         4: .line 92
            aload 2 /* t */
            aload 0 /* this */
            invokevirtual javafx.animation.Timeline.setOnFinished:(Ljavafx/event/EventHandler;)V
         5: .line 94
            aload 0 /* this */
            getfield com.sun.javafx.charts.ChartLayoutAnimator.activeTimeLines:Ljava/util/Map;
            invokeinterface java.util.Map.isEmpty:()Z
            ifeq 6
            aload 0 /* this */
            invokevirtual com.sun.javafx.charts.ChartLayoutAnimator.start:()V
         6: .line 96
      StackMap locals: javafx.animation.Timeline
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.charts.ChartLayoutAnimator.activeTimeLines:Ljava/util/Map;
            aload 2 /* t */
            aload 2 /* t */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         7: .line 98
            aload 2 /* t */
            invokevirtual javafx.animation.Timeline.play:()V
         8: .line 99
            aload 2 /* t */
            areturn
        end local 2 // javafx.animation.Timeline t
        end local 1 // javafx.animation.KeyFrame[] keyFrames
        end local 0 // com.sun.javafx.charts.ChartLayoutAnimator this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    9     0       this  Lcom/sun/javafx/charts/ChartLayoutAnimator;
            0    9     1  keyFrames  [Ljavafx/animation/KeyFrame;
            1    9     2          t  Ljavafx/animation/Timeline;
    MethodParameters:
           Name  Flags
      keyFrames  

  public java.lang.Object animate(javafx.animation.Animation);
    descriptor: (Ljavafx/animation/Animation;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.sun.javafx.charts.ChartLayoutAnimator this
        start local 1 // javafx.animation.Animation animation
         0: .line 109
            new javafx.animation.SequentialTransition
            dup
            invokespecial javafx.animation.SequentialTransition.<init>:()V
            astore 2 /* t */
        start local 2 // javafx.animation.SequentialTransition t
         1: .line 110
            aload 2 /* t */
            invokevirtual javafx.animation.SequentialTransition.getChildren:()Ljavafx/collections/ObservableList;
            aload 1 /* animation */
            invokeinterface javafx.collections.ObservableList.add:(Ljava/lang/Object;)Z
            pop
         2: .line 111
            aload 2 /* t */
            aload 0 /* this */
            invokevirtual javafx.animation.SequentialTransition.setOnFinished:(Ljavafx/event/EventHandler;)V
         3: .line 113
            aload 0 /* this */
            getfield com.sun.javafx.charts.ChartLayoutAnimator.activeTimeLines:Ljava/util/Map;
            invokeinterface java.util.Map.isEmpty:()Z
            ifeq 4
            aload 0 /* this */
            invokevirtual com.sun.javafx.charts.ChartLayoutAnimator.start:()V
         4: .line 115
      StackMap locals: javafx.animation.SequentialTransition
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.charts.ChartLayoutAnimator.activeTimeLines:Ljava/util/Map;
            aload 2 /* t */
            aload 2 /* t */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         5: .line 117
            aload 2 /* t */
            invokevirtual javafx.animation.SequentialTransition.play:()V
         6: .line 118
            aload 2 /* t */
            areturn
        end local 2 // javafx.animation.SequentialTransition t
        end local 1 // javafx.animation.Animation animation
        end local 0 // com.sun.javafx.charts.ChartLayoutAnimator this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lcom/sun/javafx/charts/ChartLayoutAnimator;
            0    7     1  animation  Ljavafx/animation/Animation;
            1    7     2          t  Ljavafx/animation/SequentialTransition;
    MethodParameters:
           Name  Flags
      animation  

  public void handle(javafx.event.Event);
    descriptor: (Ljavafx/event/Event;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast javafx.event.ActionEvent
            invokevirtual com.sun.javafx.charts.ChartLayoutAnimator.handle:(Ljavafx/event/ActionEvent;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljavafx/animation/AnimationTimer;Ljavafx/event/EventHandler<Ljavafx/event/ActionEvent;>;
SourceFile: "ChartLayoutAnimator.java"