class com.sun.javafx.tk.quantum.RotateGestureRecognizer implements com.sun.javafx.tk.quantum.GestureRecognizer
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.javafx.tk.quantum.RotateGestureRecognizer
  super_class: java.lang.Object
{
  private com.sun.javafx.tk.quantum.ViewScene scene;
    descriptor: Lcom/sun/javafx/tk/quantum/ViewScene;
    flags: (0x0002) ACC_PRIVATE

  private static double ROTATATION_THRESHOLD;
    descriptor: D
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static boolean ROTATION_INERTIA_ENABLED;
    descriptor: Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static double MAX_INITIAL_VELOCITY;
    descriptor: D
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static double ROTATION_INERTIA_MILLIS;
    descriptor: D
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private com.sun.javafx.tk.quantum.RotateGestureRecognizer$RotateRecognitionState state;
    descriptor: Lcom/sun/javafx/tk/quantum/RotateGestureRecognizer$RotateRecognitionState;
    flags: (0x0002) ACC_PRIVATE

  private javafx.animation.Timeline inertiaTimeline;
    descriptor: Ljavafx/animation/Timeline;
    flags: (0x0002) ACC_PRIVATE

  private javafx.beans.property.DoubleProperty inertiaRotationVelocity;
    descriptor: Ljavafx/beans/property/DoubleProperty;
    flags: (0x0002) ACC_PRIVATE

  private double initialInertiaRotationVelocity;
    descriptor: D
    flags: (0x0002) ACC_PRIVATE

  private double rotationStartTime;
    descriptor: D
    flags: (0x0002) ACC_PRIVATE

  private double lastTouchEventTime;
    descriptor: D
    flags: (0x0002) ACC_PRIVATE

  java.util.Map<java.lang.Long, com.sun.javafx.tk.quantum.RotateGestureRecognizer$TouchPointTracker> trackers;
    descriptor: Ljava/util/Map;
    flags: (0x0000) 
    Signature: Ljava/util/Map<Ljava/lang/Long;Lcom/sun/javafx/tk/quantum/RotateGestureRecognizer$TouchPointTracker;>;

  int modifiers;
    descriptor: I
    flags: (0x0000) 

  boolean direct;
    descriptor: Z
    flags: (0x0000) 

  private int currentTouchCount;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private boolean touchPointsSetChanged;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean touchPointsPressed;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  int touchPointsInEvent;
    descriptor: I
    flags: (0x0000) 

  long touchPointID1;
    descriptor: J
    flags: (0x0000) 

  long touchPointID2;
    descriptor: J
    flags: (0x0000) 

  double centerX;
    descriptor: D
    flags: (0x0000) 

  double centerY;
    descriptor: D
    flags: (0x0000) 

  double centerAbsX;
    descriptor: D
    flags: (0x0000) 

  double centerAbsY;
    descriptor: D
    flags: (0x0000) 

  double currentRotation;
    descriptor: D
    flags: (0x0000) 

  double angleReference;
    descriptor: D
    flags: (0x0000) 

  double totalRotation;
    descriptor: D
    flags: (0x0000) 

  double inertiaLastTime;
    descriptor: D
    flags: (0x0000) 

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 51
            ldc 5.0
            putstatic com.sun.javafx.tk.quantum.RotateGestureRecognizer.ROTATATION_THRESHOLD:D
         1: .line 52
            iconst_1
            putstatic com.sun.javafx.tk.quantum.RotateGestureRecognizer.ROTATION_INERTIA_ENABLED:Z
         2: .line 53
            ldc 500.0
            putstatic com.sun.javafx.tk.quantum.RotateGestureRecognizer.MAX_INITIAL_VELOCITY:D
         3: .line 54
            ldc 1500.0
            putstatic com.sun.javafx.tk.quantum.RotateGestureRecognizer.ROTATION_INERTIA_MILLIS:D
         4: .line 56
            invokedynamic run()Ljava/security/PrivilegedAction;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  ()Ljava/lang/Object;
                  com/sun/javafx/tk/quantum/RotateGestureRecognizer.lambda$0()Ljava/lang/Void; (6)
                  ()Ljava/lang/Void;
            invokestatic java.security.AccessController.doPrivileged:(Ljava/security/PrivilegedAction;)Ljava/lang/Object;
            pop
         5: .line 67
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(com.sun.javafx.tk.quantum.ViewScene);
    descriptor: (Lcom/sun/javafx/tk/quantum/ViewScene;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.javafx.tk.quantum.RotateGestureRecognizer this
        start local 1 // com.sun.javafx.tk.quantum.ViewScene scene
         0: .line 98
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 69
            aload 0 /* this */
            getstatic com.sun.javafx.tk.quantum.RotateGestureRecognizer$RotateRecognitionState.IDLE:Lcom/sun/javafx/tk/quantum/RotateGestureRecognizer$RotateRecognitionState;
            putfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.state:Lcom/sun/javafx/tk/quantum/RotateGestureRecognizer$RotateRecognitionState;
         2: .line 70
            aload 0 /* this */
            new javafx.animation.Timeline
            dup
            invokespecial javafx.animation.Timeline.<init>:()V
            putfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.inertiaTimeline:Ljavafx/animation/Timeline;
         3: .line 71
            aload 0 /* this */
            new javafx.beans.property.SimpleDoubleProperty
            dup
            invokespecial javafx.beans.property.SimpleDoubleProperty.<init>:()V
            putfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.inertiaRotationVelocity:Ljavafx/beans/property/DoubleProperty;
         4: .line 72
            aload 0 /* this */
            dconst_0
            putfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.initialInertiaRotationVelocity:D
         5: .line 73
            aload 0 /* this */
            dconst_0
            putfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.rotationStartTime:D
         6: .line 74
            aload 0 /* this */
            dconst_0
            putfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.lastTouchEventTime:D
         7: .line 77
            aload 0 /* this */
         8: .line 78
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            putfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.trackers:Ljava/util/Map;
         9: .line 84
            aload 0 /* this */
            iconst_0
            putfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.currentTouchCount:I
        10: .line 88
            aload 0 /* this */
            ldc -1
            putfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.touchPointID1:J
        11: .line 89
            aload 0 /* this */
            ldc -1
            putfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.touchPointID2:J
        12: .line 95
            aload 0 /* this */
            dconst_0
            putfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.totalRotation:D
        13: .line 96
            aload 0 /* this */
            dconst_0
            putfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.inertiaLastTime:D
        14: .line 99
            aload 0 /* this */
            aload 1 /* scene */
            putfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.scene:Lcom/sun/javafx/tk/quantum/ViewScene;
        15: .line 100
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.inertiaRotationVelocity:Ljavafx/beans/property/DoubleProperty;
            aload 0 /* this */
            invokedynamic invalidated(Lcom/sun/javafx/tk/quantum/RotateGestureRecognizer;)Ljavafx/beans/InvalidationListener;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljavafx/beans/Observable;)V
                  com/sun/javafx/tk/quantum/RotateGestureRecognizer.lambda$1(Ljavafx/beans/Observable;)V (7)
                  (Ljavafx/beans/Observable;)V
            invokevirtual javafx.beans.property.DoubleProperty.addListener:(Ljavafx/beans/InvalidationListener;)V
        16: .line 109
            return
        end local 1 // com.sun.javafx.tk.quantum.ViewScene scene
        end local 0 // com.sun.javafx.tk.quantum.RotateGestureRecognizer this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   17     0   this  Lcom/sun/javafx/tk/quantum/RotateGestureRecognizer;
            0   17     1  scene  Lcom/sun/javafx/tk/quantum/ViewScene;
    MethodParameters:
       Name  Flags
      scene  final

  public void notifyBeginTouchEvent(long, int, boolean, int);
    descriptor: (JIZI)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=5
        start local 0 // com.sun.javafx.tk.quantum.RotateGestureRecognizer this
        start local 1 // long time
        start local 3 // int modifiers
        start local 4 // boolean isDirect
        start local 5 // int touchEventCount
         0: .line 114
            aload 0 /* this */
            iload 3 /* modifiers */
            iload 4 /* isDirect */
            invokevirtual com.sun.javafx.tk.quantum.RotateGestureRecognizer.params:(IZ)V
         1: .line 115
            aload 0 /* this */
            iconst_0
            putfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.touchPointsSetChanged:Z
         2: .line 116
            aload 0 /* this */
            iconst_0
            putfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.touchPointsPressed:Z
         3: .line 117
            aload 0 /* this */
            iconst_0
            putfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.touchPointsInEvent:I
         4: .line 118
            return
        end local 5 // int touchEventCount
        end local 4 // boolean isDirect
        end local 3 // int modifiers
        end local 1 // long time
        end local 0 // com.sun.javafx.tk.quantum.RotateGestureRecognizer this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    5     0             this  Lcom/sun/javafx/tk/quantum/RotateGestureRecognizer;
            0    5     1             time  J
            0    5     3        modifiers  I
            0    5     4         isDirect  Z
            0    5     5  touchEventCount  I
    MethodParameters:
                 Name  Flags
      time             
      modifiers        
      isDirect         
      touchEventCount  

  public void notifyNextTouchEvent(long, int, long, int, int, int, int);
    descriptor: (JIJIIII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=10, args_size=8
        start local 0 // com.sun.javafx.tk.quantum.RotateGestureRecognizer this
        start local 1 // long time
        start local 3 // int type
        start local 4 // long touchId
        start local 6 // int x
        start local 7 // int y
        start local 8 // int xAbs
        start local 9 // int yAbs
         0: .line 123
            aload 0 /* this */
            dup
            getfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.touchPointsInEvent:I
            iconst_1
            iadd
            putfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.touchPointsInEvent:I
         1: .line 124
            iload 3 /* type */
            tableswitch { // 811 - 814
                  811: 2
                  812: 7
                  813: 9
                  814: 6
              default: 12
          }
         2: .line 126
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.touchPointsSetChanged:Z
         3: .line 127
            aload 0 /* this */
            iconst_1
            putfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.touchPointsPressed:Z
         4: .line 128
            aload 0 /* this */
            lload 4 /* touchId */
            lload 1 /* time */
            iload 6 /* x */
            iload 7 /* y */
            iload 8 /* xAbs */
            iload 9 /* yAbs */
            invokevirtual com.sun.javafx.tk.quantum.RotateGestureRecognizer.touchPressed:(JJIIII)V
         5: .line 129
            goto 15
         6: .line 131
      StackMap locals:
      StackMap stack:
            goto 15
         7: .line 133
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            lload 4 /* touchId */
            lload 1 /* time */
            iload 6 /* x */
            iload 7 /* y */
            iload 8 /* xAbs */
            iload 9 /* yAbs */
            invokevirtual com.sun.javafx.tk.quantum.RotateGestureRecognizer.touchMoved:(JJIIII)V
         8: .line 134
            goto 15
         9: .line 136
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.touchPointsSetChanged:Z
        10: .line 137
            aload 0 /* this */
            lload 4 /* touchId */
            lload 1 /* time */
            iload 6 /* x */
            iload 7 /* y */
            iload 8 /* xAbs */
            iload 9 /* yAbs */
            invokevirtual com.sun.javafx.tk.quantum.RotateGestureRecognizer.touchReleased:(JJIIII)V
        11: .line 138
            goto 15
        12: .line 140
      StackMap locals:
      StackMap stack:
            new java.lang.RuntimeException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Error in Rotate gesture recognition: unknown touch state: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        13: .line 141
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.state:Lcom/sun/javafx/tk/quantum/RotateGestureRecognizer$RotateRecognitionState;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        14: .line 140
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
        15: .line 143
      StackMap locals:
      StackMap stack:
            return
        end local 9 // int yAbs
        end local 8 // int xAbs
        end local 7 // int y
        end local 6 // int x
        end local 4 // long touchId
        end local 3 // int type
        end local 1 // long time
        end local 0 // com.sun.javafx.tk.quantum.RotateGestureRecognizer this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   16     0     this  Lcom/sun/javafx/tk/quantum/RotateGestureRecognizer;
            0   16     1     time  J
            0   16     3     type  I
            0   16     4  touchId  J
            0   16     6        x  I
            0   16     7        y  I
            0   16     8     xAbs  I
            0   16     9     yAbs  I
    MethodParameters:
         Name  Flags
      time     
      type     
      touchId  
      x        
      y        
      xAbs     
      yAbs     

  private void calculateCenter();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=11, args_size=1
        start local 0 // com.sun.javafx.tk.quantum.RotateGestureRecognizer this
         0: .line 146
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.currentTouchCount:I
            ifgt 2
         1: .line 147
            new java.lang.RuntimeException
            dup
            ldc "Error in Rotate gesture recognition: touch count is zero!"
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 150
      StackMap locals:
      StackMap stack:
            dconst_0
            dstore 1 /* totalX */
        start local 1 // double totalX
         3: .line 151
            dconst_0
            dstore 3 /* totalY */
        start local 3 // double totalY
         4: .line 152
            dconst_0
            dstore 5 /* totalAbsX */
        start local 5 // double totalAbsX
         5: .line 153
            dconst_0
            dstore 7 /* totalAbsY */
        start local 7 // double totalAbsY
         6: .line 154
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.trackers:Ljava/util/Map;
            invokeinterface java.util.Map.values:()Ljava/util/Collection;
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 10
            goto 12
      StackMap locals: com.sun.javafx.tk.quantum.RotateGestureRecognizer double double double double top java.util.Iterator
      StackMap stack:
         7: aload 10
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.javafx.tk.quantum.RotateGestureRecognizer$TouchPointTracker
            astore 9 /* tracker */
        start local 9 // com.sun.javafx.tk.quantum.RotateGestureRecognizer$TouchPointTracker tracker
         8: .line 155
            dload 1 /* totalX */
            aload 9 /* tracker */
            invokevirtual com.sun.javafx.tk.quantum.RotateGestureRecognizer$TouchPointTracker.getX:()D
            dadd
            dstore 1 /* totalX */
         9: .line 156
            dload 3 /* totalY */
            aload 9 /* tracker */
            invokevirtual com.sun.javafx.tk.quantum.RotateGestureRecognizer$TouchPointTracker.getY:()D
            dadd
            dstore 3 /* totalY */
        10: .line 157
            dload 5 /* totalAbsX */
            aload 9 /* tracker */
            invokevirtual com.sun.javafx.tk.quantum.RotateGestureRecognizer$TouchPointTracker.getAbsX:()D
            dadd
            dstore 5 /* totalAbsX */
        11: .line 158
            dload 7 /* totalAbsY */
            aload 9 /* tracker */
            invokevirtual com.sun.javafx.tk.quantum.RotateGestureRecognizer$TouchPointTracker.getAbsY:()D
            dadd
            dstore 7 /* totalAbsY */
        end local 9 // com.sun.javafx.tk.quantum.RotateGestureRecognizer$TouchPointTracker tracker
        12: .line 154
      StackMap locals:
      StackMap stack:
            aload 10
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 7
        13: .line 160
            aload 0 /* this */
            dload 1 /* totalX */
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.currentTouchCount:I
            i2d
            ddiv
            putfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.centerX:D
        14: .line 161
            aload 0 /* this */
            dload 3 /* totalY */
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.currentTouchCount:I
            i2d
            ddiv
            putfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.centerY:D
        15: .line 162
            aload 0 /* this */
            dload 5 /* totalAbsX */
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.currentTouchCount:I
            i2d
            ddiv
            putfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.centerAbsX:D
        16: .line 163
            aload 0 /* this */
            dload 7 /* totalAbsY */
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.currentTouchCount:I
            i2d
            ddiv
            putfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.centerAbsY:D
        17: .line 164
            return
        end local 7 // double totalAbsY
        end local 5 // double totalAbsX
        end local 3 // double totalY
        end local 1 // double totalX
        end local 0 // com.sun.javafx.tk.quantum.RotateGestureRecognizer this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   18     0       this  Lcom/sun/javafx/tk/quantum/RotateGestureRecognizer;
            3   18     1     totalX  D
            4   18     3     totalY  D
            5   18     5  totalAbsX  D
            6   18     7  totalAbsY  D
            8   12     9    tracker  Lcom/sun/javafx/tk/quantum/RotateGestureRecognizer$TouchPointTracker;

  private double getAngle(com.sun.javafx.tk.quantum.RotateGestureRecognizer$TouchPointTracker, com.sun.javafx.tk.quantum.RotateGestureRecognizer$TouchPointTracker);
    descriptor: (Lcom/sun/javafx/tk/quantum/RotateGestureRecognizer$TouchPointTracker;Lcom/sun/javafx/tk/quantum/RotateGestureRecognizer$TouchPointTracker;)D
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=9, args_size=3
        start local 0 // com.sun.javafx.tk.quantum.RotateGestureRecognizer this
        start local 1 // com.sun.javafx.tk.quantum.RotateGestureRecognizer$TouchPointTracker tp1
        start local 2 // com.sun.javafx.tk.quantum.RotateGestureRecognizer$TouchPointTracker tp2
         0: .line 167
            aload 2 /* tp2 */
            invokevirtual com.sun.javafx.tk.quantum.RotateGestureRecognizer$TouchPointTracker.getAbsX:()D
            aload 1 /* tp1 */
            invokevirtual com.sun.javafx.tk.quantum.RotateGestureRecognizer$TouchPointTracker.getAbsX:()D
            dsub
            dstore 3 /* dx */
        start local 3 // double dx
         1: .line 168
            aload 2 /* tp2 */
            invokevirtual com.sun.javafx.tk.quantum.RotateGestureRecognizer$TouchPointTracker.getAbsY:()D
            aload 1 /* tp1 */
            invokevirtual com.sun.javafx.tk.quantum.RotateGestureRecognizer$TouchPointTracker.getAbsY:()D
            dsub
            dneg
            dstore 5 /* dy */
        start local 5 // double dy
         2: .line 169
            dload 5 /* dy */
            dload 3 /* dx */
            invokestatic java.lang.Math.atan2:(DD)D
            invokestatic java.lang.Math.toDegrees:(D)D
            dstore 7 /* newAngle */
        start local 7 // double newAngle
         3: .line 170
            dload 7 /* newAngle */
            dreturn
        end local 7 // double newAngle
        end local 5 // double dy
        end local 3 // double dx
        end local 2 // com.sun.javafx.tk.quantum.RotateGestureRecognizer$TouchPointTracker tp2
        end local 1 // com.sun.javafx.tk.quantum.RotateGestureRecognizer$TouchPointTracker tp1
        end local 0 // com.sun.javafx.tk.quantum.RotateGestureRecognizer this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lcom/sun/javafx/tk/quantum/RotateGestureRecognizer;
            0    4     1       tp1  Lcom/sun/javafx/tk/quantum/RotateGestureRecognizer$TouchPointTracker;
            0    4     2       tp2  Lcom/sun/javafx/tk/quantum/RotateGestureRecognizer$TouchPointTracker;
            1    4     3        dx  D
            2    4     5        dy  D
            3    4     7  newAngle  D
    MethodParameters:
      Name  Flags
      tp1   
      tp2   

  private double getNormalizedDelta(double, double);
    descriptor: (DD)D
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=7, args_size=3
        start local 0 // com.sun.javafx.tk.quantum.RotateGestureRecognizer this
        start local 1 // double oldAngle
        start local 3 // double newAngle
         0: .line 177
            dload 3 /* newAngle */
            dload 1 /* oldAngle */
            dsub
            dneg
            dstore 5 /* delta */
        start local 5 // double delta
         1: .line 181
            dload 5 /* delta */
            ldc 180.0
            dcmpl
            ifle 4
         2: .line 182
            dload 5 /* delta */
            ldc 360.0
            dsub
            dstore 5 /* delta */
         3: .line 183
            goto 6
      StackMap locals: double
      StackMap stack:
         4: dload 5 /* delta */
            ldc -180.0
            dcmpg
            ifge 6
         5: .line 184
            dload 5 /* delta */
            ldc 360.0
            dadd
            dstore 5 /* delta */
         6: .line 186
      StackMap locals:
      StackMap stack:
            dload 5 /* delta */
            dreturn
        end local 5 // double delta
        end local 3 // double newAngle
        end local 1 // double oldAngle
        end local 0 // com.sun.javafx.tk.quantum.RotateGestureRecognizer this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lcom/sun/javafx/tk/quantum/RotateGestureRecognizer;
            0    7     1  oldAngle  D
            0    7     3  newAngle  D
            1    7     5     delta  D
    MethodParameters:
          Name  Flags
      oldAngle  
      newAngle  

  private void assignActiveTouchpoints();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=4, args_size=1
        start local 0 // com.sun.javafx.tk.quantum.RotateGestureRecognizer this
         0: .line 190
            iconst_0
            istore 1 /* needToReassign */
        start local 1 // boolean needToReassign
         1: .line 191
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.trackers:Ljava/util/Map;
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.touchPointID1:J
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            invokeinterface java.util.Map.containsKey:(Ljava/lang/Object;)Z
            ifne 4
         2: .line 192
            aload 0 /* this */
            ldc -1
            putfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.touchPointID1:J
         3: .line 193
            iconst_1
            istore 1 /* needToReassign */
         4: .line 195
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.trackers:Ljava/util/Map;
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.touchPointID2:J
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            invokeinterface java.util.Map.containsKey:(Ljava/lang/Object;)Z
            ifne 7
         5: .line 196
            aload 0 /* this */
            ldc -1
            putfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.touchPointID2:J
         6: .line 197
            iconst_1
            istore 1 /* needToReassign */
         7: .line 200
      StackMap locals:
      StackMap stack:
            iload 1 /* needToReassign */
            ifeq 17
         8: .line 201
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.trackers:Ljava/util/Map;
            invokeinterface java.util.Map.keySet:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 3
            goto 16
      StackMap locals: com.sun.javafx.tk.quantum.RotateGestureRecognizer int top java.util.Iterator
      StackMap stack:
         9: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.Long
            astore 2 /* id */
        start local 2 // java.lang.Long id
        10: .line 202
            aload 2 /* id */
            invokevirtual java.lang.Long.longValue:()J
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.touchPointID1:J
            lcmp
            ifeq 16
            aload 2 /* id */
            invokevirtual java.lang.Long.longValue:()J
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.touchPointID2:J
            lcmp
            ifeq 16
        11: .line 205
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.touchPointID1:J
            ldc -1
            lcmp
            ifne 14
        12: .line 207
            aload 0 /* this */
            aload 2 /* id */
            invokevirtual java.lang.Long.longValue:()J
            putfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.touchPointID1:J
        13: .line 208
            goto 16
      StackMap locals: com.sun.javafx.tk.quantum.RotateGestureRecognizer int java.lang.Long java.util.Iterator
      StackMap stack:
        14: aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.touchPointID2:J
            ldc -1
            lcmp
            ifne 17
        15: .line 210
            aload 0 /* this */
            aload 2 /* id */
            invokevirtual java.lang.Long.longValue:()J
            putfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.touchPointID2:J
        end local 2 // java.lang.Long id
        16: .line 201
      StackMap locals: com.sun.javafx.tk.quantum.RotateGestureRecognizer int top java.util.Iterator
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 9
        17: .line 218
      StackMap locals: com.sun.javafx.tk.quantum.RotateGestureRecognizer int
      StackMap stack:
            return
        end local 1 // boolean needToReassign
        end local 0 // com.sun.javafx.tk.quantum.RotateGestureRecognizer this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   18     0            this  Lcom/sun/javafx/tk/quantum/RotateGestureRecognizer;
            1   18     1  needToReassign  Z
           10   16     2              id  Ljava/lang/Long;

  public void notifyEndTouchEvent(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=16, locals=9, args_size=2
        start local 0 // com.sun.javafx.tk.quantum.RotateGestureRecognizer this
        start local 1 // long time
         0: .line 222
            aload 0 /* this */
            lload 1 /* time */
            l2d
            putfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.lastTouchEventTime:D
         1: .line 223
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.currentTouchCount:I
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.trackers:Ljava/util/Map;
            invokeinterface java.util.Map.size:()I
            if_icmpeq 5
         2: .line 224
            new java.lang.RuntimeException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Error in Rotate gesture recognition: touch count is wrong: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         3: .line 225
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.currentTouchCount:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         4: .line 224
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 228
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.currentTouchCount:I
            ifne 32
         6: .line 229
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.state:Lcom/sun/javafx/tk/quantum/RotateGestureRecognizer$RotateRecognitionState;
            getstatic com.sun.javafx.tk.quantum.RotateGestureRecognizer$RotateRecognitionState.ACTIVE:Lcom/sun/javafx/tk/quantum/RotateGestureRecognizer$RotateRecognitionState;
            if_acmpne 8
         7: .line 230
            aload 0 /* this */
            invokevirtual com.sun.javafx.tk.quantum.RotateGestureRecognizer.sendRotateFinishedEvent:()V
         8: .line 232
      StackMap locals:
      StackMap stack:
            getstatic com.sun.javafx.tk.quantum.RotateGestureRecognizer.ROTATION_INERTIA_ENABLED:Z
            ifeq 68
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.state:Lcom/sun/javafx/tk/quantum/RotateGestureRecognizer$RotateRecognitionState;
            getstatic com.sun.javafx.tk.quantum.RotateGestureRecognizer$RotateRecognitionState.PRE_INERTIA:Lcom/sun/javafx/tk/quantum/RotateGestureRecognizer$RotateRecognitionState;
            if_acmpeq 9
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.state:Lcom/sun/javafx/tk/quantum/RotateGestureRecognizer$RotateRecognitionState;
            getstatic com.sun.javafx.tk.quantum.RotateGestureRecognizer$RotateRecognitionState.ACTIVE:Lcom/sun/javafx/tk/quantum/RotateGestureRecognizer$RotateRecognitionState;
            if_acmpne 68
         9: .line 233
      StackMap locals:
      StackMap stack:
            lload 1 /* time */
            l2d
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.rotationStartTime:D
            dsub
            ldc 1000000.0
            ddiv
            dstore 3 /* timeFromLastRotation */
        start local 3 // double timeFromLastRotation
        10: .line 234
            dload 3 /* timeFromLastRotation */
            ldc 300.0
            dcmpg
            ifge 30
        11: .line 235
            aload 0 /* this */
            getstatic com.sun.javafx.tk.quantum.RotateGestureRecognizer$RotateRecognitionState.INERTIA:Lcom/sun/javafx/tk/quantum/RotateGestureRecognizer$RotateRecognitionState;
            putfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.state:Lcom/sun/javafx/tk/quantum/RotateGestureRecognizer$RotateRecognitionState;
        12: .line 237
            aload 0 /* this */
            dconst_0
            putfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.inertiaLastTime:D
        13: .line 238
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.initialInertiaRotationVelocity:D
            getstatic com.sun.javafx.tk.quantum.RotateGestureRecognizer.MAX_INITIAL_VELOCITY:D
            dcmpl
            ifle 15
        14: .line 239
            aload 0 /* this */
            getstatic com.sun.javafx.tk.quantum.RotateGestureRecognizer.MAX_INITIAL_VELOCITY:D
            putfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.initialInertiaRotationVelocity:D
            goto 17
        15: .line 240
      StackMap locals: double
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.initialInertiaRotationVelocity:D
            getstatic com.sun.javafx.tk.quantum.RotateGestureRecognizer.MAX_INITIAL_VELOCITY:D
            dneg
            dcmpg
            ifge 17
        16: .line 241
            aload 0 /* this */
            getstatic com.sun.javafx.tk.quantum.RotateGestureRecognizer.MAX_INITIAL_VELOCITY:D
            dneg
            putfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.initialInertiaRotationVelocity:D
        17: .line 243
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.inertiaTimeline:Ljavafx/animation/Timeline;
            invokevirtual javafx.animation.Timeline.getKeyFrames:()Ljavafx/collections/ObservableList;
            iconst_2
            anewarray javafx.animation.KeyFrame
            dup
            iconst_0
        18: .line 244
            new javafx.animation.KeyFrame
            dup
        19: .line 245
            dconst_0
            invokestatic javafx.util.Duration.millis:(D)Ljavafx/util/Duration;
            iconst_1
            anewarray javafx.animation.KeyValue
            dup
            iconst_0
        20: .line 246
            new javafx.animation.KeyValue
            dup
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.inertiaRotationVelocity:Ljavafx/beans/property/DoubleProperty;
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.initialInertiaRotationVelocity:D
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            getstatic javafx.animation.Interpolator.LINEAR:Ljavafx/animation/Interpolator;
            invokespecial javafx.animation.KeyValue.<init>:(Ljavafx/beans/value/WritableValue;Ljava/lang/Object;Ljavafx/animation/Interpolator;)V
        21: .line 244
            aastore
            invokespecial javafx.animation.KeyFrame.<init>:(Ljavafx/util/Duration;[Ljavafx/animation/KeyValue;)V
            aastore
            dup
            iconst_1
        22: .line 247
            new javafx.animation.KeyFrame
            dup
        23: .line 248
            getstatic com.sun.javafx.tk.quantum.RotateGestureRecognizer.ROTATION_INERTIA_MILLIS:D
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.initialInertiaRotationVelocity:D
            invokestatic java.lang.Math.abs:(D)D
            dmul
            getstatic com.sun.javafx.tk.quantum.RotateGestureRecognizer.MAX_INITIAL_VELOCITY:D
            ddiv
            invokestatic javafx.util.Duration.millis:(D)Ljavafx/util/Duration;
        24: .line 249
            aload 0 /* this */
            invokedynamic handle(Lcom/sun/javafx/tk/quantum/RotateGestureRecognizer;)Ljavafx/event/EventHandler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljavafx/event/Event;)V
                  com/sun/javafx/tk/quantum/RotateGestureRecognizer.lambda$2(Ljavafx/event/ActionEvent;)V (7)
                  (Ljavafx/event/ActionEvent;)V
            iconst_1
            anewarray javafx.animation.KeyValue
            dup
            iconst_0
        25: .line 253
            new javafx.animation.KeyValue
            dup
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.inertiaRotationVelocity:Ljavafx/beans/property/DoubleProperty;
            iconst_0
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            getstatic javafx.animation.Interpolator.LINEAR:Ljavafx/animation/Interpolator;
            invokespecial javafx.animation.KeyValue.<init>:(Ljavafx/beans/value/WritableValue;Ljava/lang/Object;Ljavafx/animation/Interpolator;)V
        26: .line 247
            aastore
            invokespecial javafx.animation.KeyFrame.<init>:(Ljavafx/util/Duration;Ljavafx/event/EventHandler;[Ljavafx/animation/KeyValue;)V
            aastore
        27: .line 243
            invokeinterface javafx.collections.ObservableList.setAll:([Ljava/lang/Object;)Z
            pop
        28: .line 255
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.inertiaTimeline:Ljavafx/animation/Timeline;
            invokevirtual javafx.animation.Timeline.playFromStart:()V
        29: .line 256
            goto 68
        30: .line 257
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.javafx.tk.quantum.RotateGestureRecognizer.reset:()V
        end local 3 // double timeFromLastRotation
        31: .line 260
            goto 68
        32: .line 262
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.touchPointsPressed:Z
            ifeq 35
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.state:Lcom/sun/javafx/tk/quantum/RotateGestureRecognizer$RotateRecognitionState;
            getstatic com.sun.javafx.tk.quantum.RotateGestureRecognizer$RotateRecognitionState.INERTIA:Lcom/sun/javafx/tk/quantum/RotateGestureRecognizer$RotateRecognitionState;
            if_acmpne 35
        33: .line 264
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.inertiaTimeline:Ljavafx/animation/Timeline;
            invokevirtual javafx.animation.Timeline.stop:()V
        34: .line 265
            aload 0 /* this */
            invokevirtual com.sun.javafx.tk.quantum.RotateGestureRecognizer.reset:()V
        35: .line 267
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.currentTouchCount:I
            iconst_1
            if_icmpne 43
        36: .line 268
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.state:Lcom/sun/javafx/tk/quantum/RotateGestureRecognizer$RotateRecognitionState;
            getstatic com.sun.javafx.tk.quantum.RotateGestureRecognizer$RotateRecognitionState.ACTIVE:Lcom/sun/javafx/tk/quantum/RotateGestureRecognizer$RotateRecognitionState;
            if_acmpne 68
        37: .line 269
            aload 0 /* this */
            invokevirtual com.sun.javafx.tk.quantum.RotateGestureRecognizer.sendRotateFinishedEvent:()V
        38: .line 270
            getstatic com.sun.javafx.tk.quantum.RotateGestureRecognizer.ROTATION_INERTIA_ENABLED:Z
            ifeq 41
        39: .line 272
            aload 0 /* this */
            getstatic com.sun.javafx.tk.quantum.RotateGestureRecognizer$RotateRecognitionState.PRE_INERTIA:Lcom/sun/javafx/tk/quantum/RotateGestureRecognizer$RotateRecognitionState;
            putfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.state:Lcom/sun/javafx/tk/quantum/RotateGestureRecognizer$RotateRecognitionState;
        40: .line 273
            goto 68
        41: .line 274
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.javafx.tk.quantum.RotateGestureRecognizer.reset:()V
        42: .line 277
            goto 68
        43: .line 279
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.state:Lcom/sun/javafx/tk/quantum/RotateGestureRecognizer$RotateRecognitionState;
            getstatic com.sun.javafx.tk.quantum.RotateGestureRecognizer$RotateRecognitionState.IDLE:Lcom/sun/javafx/tk/quantum/RotateGestureRecognizer$RotateRecognitionState;
            if_acmpne 46
        44: .line 280
            aload 0 /* this */
            getstatic com.sun.javafx.tk.quantum.RotateGestureRecognizer$RotateRecognitionState.TRACKING:Lcom/sun/javafx/tk/quantum/RotateGestureRecognizer$RotateRecognitionState;
            putfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.state:Lcom/sun/javafx/tk/quantum/RotateGestureRecognizer$RotateRecognitionState;
        45: .line 281
            aload 0 /* this */
            invokevirtual com.sun.javafx.tk.quantum.RotateGestureRecognizer.assignActiveTouchpoints:()V
        46: .line 284
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.javafx.tk.quantum.RotateGestureRecognizer.calculateCenter:()V
        47: .line 286
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.touchPointsSetChanged:Z
            ifeq 49
        48: .line 287
            aload 0 /* this */
            invokevirtual com.sun.javafx.tk.quantum.RotateGestureRecognizer.assignActiveTouchpoints:()V
        49: .line 289
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.trackers:Ljava/util/Map;
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.touchPointID1:J
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.sun.javafx.tk.quantum.RotateGestureRecognizer$TouchPointTracker
            astore 3 /* tp1 */
        start local 3 // com.sun.javafx.tk.quantum.RotateGestureRecognizer$TouchPointTracker tp1
        50: .line 290
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.trackers:Ljava/util/Map;
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.touchPointID2:J
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.sun.javafx.tk.quantum.RotateGestureRecognizer$TouchPointTracker
            astore 4 /* tp2 */
        start local 4 // com.sun.javafx.tk.quantum.RotateGestureRecognizer$TouchPointTracker tp2
        51: .line 291
            aload 0 /* this */
            aload 3 /* tp1 */
            aload 4 /* tp2 */
            invokevirtual com.sun.javafx.tk.quantum.RotateGestureRecognizer.getAngle:(Lcom/sun/javafx/tk/quantum/RotateGestureRecognizer$TouchPointTracker;Lcom/sun/javafx/tk/quantum/RotateGestureRecognizer$TouchPointTracker;)D
            dstore 5 /* newAngle */
        start local 5 // double newAngle
        52: .line 293
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.touchPointsSetChanged:Z
            ifeq 55
        53: .line 295
            aload 0 /* this */
            dload 5 /* newAngle */
            putfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.angleReference:D
        54: .line 296
            goto 68
        55: .line 297
      StackMap locals: com.sun.javafx.tk.quantum.RotateGestureRecognizer$TouchPointTracker com.sun.javafx.tk.quantum.RotateGestureRecognizer$TouchPointTracker double
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.angleReference:D
            dload 5 /* newAngle */
            invokevirtual com.sun.javafx.tk.quantum.RotateGestureRecognizer.getNormalizedDelta:(DD)D
            putfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.currentRotation:D
        56: .line 298
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.state:Lcom/sun/javafx/tk/quantum/RotateGestureRecognizer$RotateRecognitionState;
            getstatic com.sun.javafx.tk.quantum.RotateGestureRecognizer$RotateRecognitionState.TRACKING:Lcom/sun/javafx/tk/quantum/RotateGestureRecognizer$RotateRecognitionState;
            if_acmpne 60
        57: .line 299
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.currentRotation:D
            invokestatic java.lang.Math.abs:(D)D
            getstatic com.sun.javafx.tk.quantum.RotateGestureRecognizer.ROTATATION_THRESHOLD:D
            dcmpl
            ifle 60
        58: .line 300
            aload 0 /* this */
            getstatic com.sun.javafx.tk.quantum.RotateGestureRecognizer$RotateRecognitionState.ACTIVE:Lcom/sun/javafx/tk/quantum/RotateGestureRecognizer$RotateRecognitionState;
            putfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.state:Lcom/sun/javafx/tk/quantum/RotateGestureRecognizer$RotateRecognitionState;
        59: .line 301
            aload 0 /* this */
            invokevirtual com.sun.javafx.tk.quantum.RotateGestureRecognizer.sendRotateStartedEvent:()V
        60: .line 305
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.state:Lcom/sun/javafx/tk/quantum/RotateGestureRecognizer$RotateRecognitionState;
            getstatic com.sun.javafx.tk.quantum.RotateGestureRecognizer$RotateRecognitionState.ACTIVE:Lcom/sun/javafx/tk/quantum/RotateGestureRecognizer$RotateRecognitionState;
            if_acmpne 68
        61: .line 306
            aload 0 /* this */
            dup
            getfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.totalRotation:D
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.currentRotation:D
            dadd
            putfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.totalRotation:D
        62: .line 307
            aload 0 /* this */
            iconst_0
            invokevirtual com.sun.javafx.tk.quantum.RotateGestureRecognizer.sendRotateEvent:(Z)V
        63: .line 308
            aload 0 /* this */
            dload 5 /* newAngle */
            putfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.angleReference:D
        64: .line 309
            lload 1 /* time */
            l2d
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.rotationStartTime:D
            dsub
            ldc 1.0E9
            ddiv
            dstore 7 /* timePassed */
        start local 7 // double timePassed
        65: .line 310
            dload 7 /* timePassed */
            ldc 1.0E-4
            dcmpl
            ifle 68
        66: .line 311
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.currentRotation:D
            dload 7 /* timePassed */
            ddiv
            putfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.initialInertiaRotationVelocity:D
        67: .line 312
            aload 0 /* this */
            lload 1 /* time */
            l2d
            putfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.rotationStartTime:D
        end local 7 // double timePassed
        end local 5 // double newAngle
        end local 4 // com.sun.javafx.tk.quantum.RotateGestureRecognizer$TouchPointTracker tp2
        end local 3 // com.sun.javafx.tk.quantum.RotateGestureRecognizer$TouchPointTracker tp1
        68: .line 318
      StackMap locals:
      StackMap stack:
            return
        end local 1 // long time
        end local 0 // com.sun.javafx.tk.quantum.RotateGestureRecognizer this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0   69     0                  this  Lcom/sun/javafx/tk/quantum/RotateGestureRecognizer;
            0   69     1                  time  J
           10   31     3  timeFromLastRotation  D
           50   68     3                   tp1  Lcom/sun/javafx/tk/quantum/RotateGestureRecognizer$TouchPointTracker;
           51   68     4                   tp2  Lcom/sun/javafx/tk/quantum/RotateGestureRecognizer$TouchPointTracker;
           52   68     5              newAngle  D
           65   68     7            timePassed  D
    MethodParameters:
      Name  Flags
      time  

  private void sendRotateStartedEvent();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.javafx.tk.quantum.RotateGestureRecognizer this
         0: .line 321
            aload 0 /* this */
            invokedynamic run(Lcom/sun/javafx/tk/quantum/RotateGestureRecognizer;)Ljava/security/PrivilegedAction;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  ()Ljava/lang/Object;
                  com/sun/javafx/tk/quantum/RotateGestureRecognizer.lambda$3()Ljava/lang/Void; (7)
                  ()Ljava/lang/Void;
         1: .line 335
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.scene:Lcom/sun/javafx/tk/quantum/ViewScene;
            invokevirtual com.sun.javafx.tk.quantum.ViewScene.getAccessControlContext:()Ljava/security/AccessControlContext;
         2: .line 321
            invokestatic java.security.AccessController.doPrivileged:(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;)Ljava/lang/Object;
            pop
         3: .line 336
            return
        end local 0 // com.sun.javafx.tk.quantum.RotateGestureRecognizer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/javafx/tk/quantum/RotateGestureRecognizer;

  private void sendRotateEvent(boolean);
    descriptor: (Z)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.javafx.tk.quantum.RotateGestureRecognizer this
        start local 1 // boolean isInertia
         0: .line 339
            aload 0 /* this */
            iload 1 /* isInertia */
            invokedynamic run(Lcom/sun/javafx/tk/quantum/RotateGestureRecognizer;Z)Ljava/security/PrivilegedAction;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  ()Ljava/lang/Object;
                  com/sun/javafx/tk/quantum/RotateGestureRecognizer.lambda$4(Z)Ljava/lang/Void; (7)
                  ()Ljava/lang/Void;
         1: .line 352
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.scene:Lcom/sun/javafx/tk/quantum/ViewScene;
            invokevirtual com.sun.javafx.tk.quantum.ViewScene.getAccessControlContext:()Ljava/security/AccessControlContext;
         2: .line 339
            invokestatic java.security.AccessController.doPrivileged:(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;)Ljava/lang/Object;
            pop
         3: .line 353
            return
        end local 1 // boolean isInertia
        end local 0 // com.sun.javafx.tk.quantum.RotateGestureRecognizer this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lcom/sun/javafx/tk/quantum/RotateGestureRecognizer;
            0    4     1  isInertia  Z
    MethodParameters:
           Name  Flags
      isInertia  

  private void sendRotateFinishedEvent();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.javafx.tk.quantum.RotateGestureRecognizer this
         0: .line 356
            aload 0 /* this */
            invokedynamic run(Lcom/sun/javafx/tk/quantum/RotateGestureRecognizer;)Ljava/security/PrivilegedAction;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  ()Ljava/lang/Object;
                  com/sun/javafx/tk/quantum/RotateGestureRecognizer.lambda$5()Ljava/lang/Void; (7)
                  ()Ljava/lang/Void;
         1: .line 370
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.scene:Lcom/sun/javafx/tk/quantum/ViewScene;
            invokevirtual com.sun.javafx.tk.quantum.ViewScene.getAccessControlContext:()Ljava/security/AccessControlContext;
         2: .line 356
            invokestatic java.security.AccessController.doPrivileged:(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;)Ljava/lang/Object;
            pop
         3: .line 371
            return
        end local 0 // com.sun.javafx.tk.quantum.RotateGestureRecognizer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/javafx/tk/quantum/RotateGestureRecognizer;

  public void params(int, boolean);
    descriptor: (IZ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.sun.javafx.tk.quantum.RotateGestureRecognizer this
        start local 1 // int modifiers
        start local 2 // boolean direct
         0: .line 374
            aload 0 /* this */
            iload 1 /* modifiers */
            putfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.modifiers:I
         1: .line 375
            aload 0 /* this */
            iload 2 /* direct */
            putfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.direct:Z
         2: .line 376
            return
        end local 2 // boolean direct
        end local 1 // int modifiers
        end local 0 // com.sun.javafx.tk.quantum.RotateGestureRecognizer this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lcom/sun/javafx/tk/quantum/RotateGestureRecognizer;
            0    3     1  modifiers  I
            0    3     2     direct  Z
    MethodParameters:
           Name  Flags
      modifiers  
      direct     

  public void touchPressed(long, long, int, int, int, int);
    descriptor: (JJIIII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=11, locals=10, args_size=7
        start local 0 // com.sun.javafx.tk.quantum.RotateGestureRecognizer this
        start local 1 // long id
        start local 3 // long nanos
        start local 5 // int x
        start local 6 // int y
        start local 7 // int xAbs
        start local 8 // int yAbs
         0: .line 379
            aload 0 /* this */
            dup
            getfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.currentTouchCount:I
            iconst_1
            iadd
            putfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.currentTouchCount:I
         1: .line 380
            new com.sun.javafx.tk.quantum.RotateGestureRecognizer$TouchPointTracker
            dup
            invokespecial com.sun.javafx.tk.quantum.RotateGestureRecognizer$TouchPointTracker.<init>:()V
            astore 9 /* tracker */
        start local 9 // com.sun.javafx.tk.quantum.RotateGestureRecognizer$TouchPointTracker tracker
         2: .line 381
            aload 9 /* tracker */
            lload 3 /* nanos */
            iload 5 /* x */
            i2d
            iload 6 /* y */
            i2d
            iload 7 /* xAbs */
            i2d
            iload 8 /* yAbs */
            i2d
            invokevirtual com.sun.javafx.tk.quantum.RotateGestureRecognizer$TouchPointTracker.update:(JDDDD)V
         3: .line 382
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.trackers:Ljava/util/Map;
            lload 1 /* id */
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            aload 9 /* tracker */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         4: .line 383
            return
        end local 9 // com.sun.javafx.tk.quantum.RotateGestureRecognizer$TouchPointTracker tracker
        end local 8 // int yAbs
        end local 7 // int xAbs
        end local 6 // int y
        end local 5 // int x
        end local 3 // long nanos
        end local 1 // long id
        end local 0 // com.sun.javafx.tk.quantum.RotateGestureRecognizer this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lcom/sun/javafx/tk/quantum/RotateGestureRecognizer;
            0    5     1       id  J
            0    5     3    nanos  J
            0    5     5        x  I
            0    5     6        y  I
            0    5     7     xAbs  I
            0    5     8     yAbs  I
            2    5     9  tracker  Lcom/sun/javafx/tk/quantum/RotateGestureRecognizer$TouchPointTracker;
    MethodParameters:
       Name  Flags
      id     
      nanos  
      x      
      y      
      xAbs   
      yAbs   

  public void touchReleased(long, long, int, int, int, int);
    descriptor: (JJIIII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=10, args_size=7
        start local 0 // com.sun.javafx.tk.quantum.RotateGestureRecognizer this
        start local 1 // long id
        start local 3 // long nanos
        start local 5 // int x
        start local 6 // int y
        start local 7 // int xAbs
        start local 8 // int yAbs
         0: .line 386
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.state:Lcom/sun/javafx/tk/quantum/RotateGestureRecognizer$RotateRecognitionState;
            getstatic com.sun.javafx.tk.quantum.RotateGestureRecognizer$RotateRecognitionState.FAILURE:Lcom/sun/javafx/tk/quantum/RotateGestureRecognizer$RotateRecognitionState;
            if_acmpeq 6
         1: .line 387
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.trackers:Ljava/util/Map;
            lload 1 /* id */
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.sun.javafx.tk.quantum.RotateGestureRecognizer$TouchPointTracker
            astore 9 /* tracker */
        start local 9 // com.sun.javafx.tk.quantum.RotateGestureRecognizer$TouchPointTracker tracker
         2: .line 388
            aload 9 /* tracker */
            ifnonnull 5
         3: .line 390
            aload 0 /* this */
            getstatic com.sun.javafx.tk.quantum.RotateGestureRecognizer$RotateRecognitionState.FAILURE:Lcom/sun/javafx/tk/quantum/RotateGestureRecognizer$RotateRecognitionState;
            putfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.state:Lcom/sun/javafx/tk/quantum/RotateGestureRecognizer$RotateRecognitionState;
         4: .line 391
            new java.lang.RuntimeException
            dup
            ldc "Error in Rotate gesture recognition: released unknown touch point"
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 394
      StackMap locals: com.sun.javafx.tk.quantum.RotateGestureRecognizer$TouchPointTracker
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.trackers:Ljava/util/Map;
            lload 1 /* id */
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            invokeinterface java.util.Map.remove:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 9 // com.sun.javafx.tk.quantum.RotateGestureRecognizer$TouchPointTracker tracker
         6: .line 396
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.currentTouchCount:I
            iconst_1
            isub
            putfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.currentTouchCount:I
         7: .line 397
            return
        end local 8 // int yAbs
        end local 7 // int xAbs
        end local 6 // int y
        end local 5 // int x
        end local 3 // long nanos
        end local 1 // long id
        end local 0 // com.sun.javafx.tk.quantum.RotateGestureRecognizer this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    8     0     this  Lcom/sun/javafx/tk/quantum/RotateGestureRecognizer;
            0    8     1       id  J
            0    8     3    nanos  J
            0    8     5        x  I
            0    8     6        y  I
            0    8     7     xAbs  I
            0    8     8     yAbs  I
            2    6     9  tracker  Lcom/sun/javafx/tk/quantum/RotateGestureRecognizer$TouchPointTracker;
    MethodParameters:
       Name  Flags
      id     
      nanos  
      x      
      y      
      xAbs   
      yAbs   

  public void touchMoved(long, long, int, int, int, int);
    descriptor: (JJIIII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=11, locals=10, args_size=7
        start local 0 // com.sun.javafx.tk.quantum.RotateGestureRecognizer this
        start local 1 // long id
        start local 3 // long nanos
        start local 5 // int x
        start local 6 // int y
        start local 7 // int xAbs
        start local 8 // int yAbs
         0: .line 400
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.state:Lcom/sun/javafx/tk/quantum/RotateGestureRecognizer$RotateRecognitionState;
            getstatic com.sun.javafx.tk.quantum.RotateGestureRecognizer$RotateRecognitionState.FAILURE:Lcom/sun/javafx/tk/quantum/RotateGestureRecognizer$RotateRecognitionState;
            if_acmpne 2
         1: .line 401
            return
         2: .line 404
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.trackers:Ljava/util/Map;
            lload 1 /* id */
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.sun.javafx.tk.quantum.RotateGestureRecognizer$TouchPointTracker
            astore 9 /* tracker */
        start local 9 // com.sun.javafx.tk.quantum.RotateGestureRecognizer$TouchPointTracker tracker
         3: .line 405
            aload 9 /* tracker */
            ifnonnull 6
         4: .line 407
            aload 0 /* this */
            getstatic com.sun.javafx.tk.quantum.RotateGestureRecognizer$RotateRecognitionState.FAILURE:Lcom/sun/javafx/tk/quantum/RotateGestureRecognizer$RotateRecognitionState;
            putfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.state:Lcom/sun/javafx/tk/quantum/RotateGestureRecognizer$RotateRecognitionState;
         5: .line 408
            new java.lang.RuntimeException
            dup
            ldc "Error in rotate gesture recognition: reported unknown touch point"
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 411
      StackMap locals: com.sun.javafx.tk.quantum.RotateGestureRecognizer$TouchPointTracker
      StackMap stack:
            aload 9 /* tracker */
            lload 3 /* nanos */
            iload 5 /* x */
            i2d
            iload 6 /* y */
            i2d
            iload 7 /* xAbs */
            i2d
            iload 8 /* yAbs */
            i2d
            invokevirtual com.sun.javafx.tk.quantum.RotateGestureRecognizer$TouchPointTracker.update:(JDDDD)V
         7: .line 412
            return
        end local 9 // com.sun.javafx.tk.quantum.RotateGestureRecognizer$TouchPointTracker tracker
        end local 8 // int yAbs
        end local 7 // int xAbs
        end local 6 // int y
        end local 5 // int x
        end local 3 // long nanos
        end local 1 // long id
        end local 0 // com.sun.javafx.tk.quantum.RotateGestureRecognizer this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    8     0     this  Lcom/sun/javafx/tk/quantum/RotateGestureRecognizer;
            0    8     1       id  J
            0    8     3    nanos  J
            0    8     5        x  I
            0    8     6        y  I
            0    8     7     xAbs  I
            0    8     8     yAbs  I
            3    8     9  tracker  Lcom/sun/javafx/tk/quantum/RotateGestureRecognizer$TouchPointTracker;
    MethodParameters:
       Name  Flags
      id     
      nanos  
      x      
      y      
      xAbs   
      yAbs   

  void reset();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.javafx.tk.quantum.RotateGestureRecognizer this
         0: .line 415
            aload 0 /* this */
            getstatic com.sun.javafx.tk.quantum.RotateGestureRecognizer$RotateRecognitionState.IDLE:Lcom/sun/javafx/tk/quantum/RotateGestureRecognizer$RotateRecognitionState;
            putfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.state:Lcom/sun/javafx/tk/quantum/RotateGestureRecognizer$RotateRecognitionState;
         1: .line 416
            aload 0 /* this */
            ldc -1
            putfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.touchPointID1:J
         2: .line 417
            aload 0 /* this */
            ldc -1
            putfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.touchPointID2:J
         3: .line 418
            aload 0 /* this */
            dconst_0
            putfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.currentRotation:D
         4: .line 419
            aload 0 /* this */
            dconst_0
            putfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.totalRotation:D
         5: .line 420
            return
        end local 0 // com.sun.javafx.tk.quantum.RotateGestureRecognizer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/sun/javafx/tk/quantum/RotateGestureRecognizer;

  private static java.lang.Void lambda$0();
    descriptor: ()Ljava/lang/Void;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=1, args_size=0
         0: .line 57
            ldc "com.sun.javafx.gestures.rotate.threshold"
            invokestatic java.lang.System.getProperty:(Ljava/lang/String;)Ljava/lang/String;
            astore 0 /* s */
        start local 0 // java.lang.String s
         1: .line 58
            aload 0 /* s */
            ifnull 3
         2: .line 59
            aload 0 /* s */
            invokestatic java.lang.Double.valueOf:(Ljava/lang/String;)Ljava/lang/Double;
            invokevirtual java.lang.Double.doubleValue:()D
            putstatic com.sun.javafx.tk.quantum.RotateGestureRecognizer.ROTATATION_THRESHOLD:D
         3: .line 61
      StackMap locals: java.lang.String
      StackMap stack:
            ldc "com.sun.javafx.gestures.rotate.inertia"
            invokestatic java.lang.System.getProperty:(Ljava/lang/String;)Ljava/lang/String;
            astore 0 /* s */
         4: .line 62
            aload 0 /* s */
            ifnull 6
         5: .line 63
            aload 0 /* s */
            invokestatic java.lang.Boolean.valueOf:(Ljava/lang/String;)Ljava/lang/Boolean;
            invokevirtual java.lang.Boolean.booleanValue:()Z
            putstatic com.sun.javafx.tk.quantum.RotateGestureRecognizer.ROTATION_INERTIA_ENABLED:Z
         6: .line 65
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 0 // java.lang.String s
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            1    7     0     s  Ljava/lang/String;

  private void lambda$1(javafx.beans.Observable);
    descriptor: (Ljavafx/beans/Observable;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=5, locals=6, args_size=2
        start local 0 // com.sun.javafx.tk.quantum.RotateGestureRecognizer this
        start local 1 // javafx.beans.Observable valueModel
         0: .line 101
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.inertiaTimeline:Ljavafx/animation/Timeline;
            invokevirtual javafx.animation.Timeline.getCurrentTime:()Ljavafx/util/Duration;
            invokevirtual javafx.util.Duration.toSeconds:()D
            dstore 2 /* currentTime */
        start local 2 // double currentTime
         1: .line 102
            dload 2 /* currentTime */
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.inertiaLastTime:D
            dsub
            dstore 4 /* timePassed */
        start local 4 // double timePassed
         2: .line 103
            aload 0 /* this */
            dload 2 /* currentTime */
            putfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.inertiaLastTime:D
         3: .line 104
            aload 0 /* this */
            dload 4 /* timePassed */
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.inertiaRotationVelocity:Ljavafx/beans/property/DoubleProperty;
            invokevirtual javafx.beans.property.DoubleProperty.get:()D
            dmul
            putfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.currentRotation:D
         4: .line 105
            aload 0 /* this */
            dup
            getfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.totalRotation:D
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.currentRotation:D
            dadd
            putfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.totalRotation:D
         5: .line 107
            aload 0 /* this */
            iconst_1
            invokevirtual com.sun.javafx.tk.quantum.RotateGestureRecognizer.sendRotateEvent:(Z)V
        end local 4 // double timePassed
        end local 2 // double currentTime
         6: .line 108
            return
        end local 1 // javafx.beans.Observable valueModel
        end local 0 // com.sun.javafx.tk.quantum.RotateGestureRecognizer this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    7     0         this  Lcom/sun/javafx/tk/quantum/RotateGestureRecognizer;
            0    7     1   valueModel  Ljavafx/beans/Observable;
            1    6     2  currentTime  D
            2    6     4   timePassed  D

  private void lambda$2(javafx.event.ActionEvent);
    descriptor: (Ljavafx/event/ActionEvent;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.sun.javafx.tk.quantum.RotateGestureRecognizer this
        start local 1 // javafx.event.ActionEvent event
         0: .line 251
            aload 0 /* this */
            invokevirtual com.sun.javafx.tk.quantum.RotateGestureRecognizer.reset:()V
         1: .line 252
            return
        end local 1 // javafx.event.ActionEvent event
        end local 0 // com.sun.javafx.tk.quantum.RotateGestureRecognizer this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/sun/javafx/tk/quantum/RotateGestureRecognizer;
            0    2     1  event  Ljavafx/event/ActionEvent;

  private java.lang.Void lambda$3();
    descriptor: ()Ljava/lang/Void;
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=20, locals=1, args_size=1
        start local 0 // com.sun.javafx.tk.quantum.RotateGestureRecognizer this
         0: .line 322
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.scene:Lcom/sun/javafx/tk/quantum/ViewScene;
            getfield com.sun.javafx.tk.quantum.ViewScene.sceneListener:Lcom/sun/javafx/tk/TKSceneListener;
            ifnull 16
         1: .line 323
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.scene:Lcom/sun/javafx/tk/quantum/ViewScene;
            getfield com.sun.javafx.tk.quantum.ViewScene.sceneListener:Lcom/sun/javafx/tk/TKSceneListener;
            getstatic javafx.scene.input.RotateEvent.ROTATION_STARTED:Ljavafx/event/EventType;
         2: .line 324
            dconst_0
            dconst_0
         3: .line 325
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.centerX:D
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.centerY:D
         4: .line 326
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.centerAbsX:D
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.centerAbsY:D
         5: .line 327
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.modifiers:I
            iconst_1
            iand
            ifeq 6
            iconst_1
            goto 7
      StackMap locals: com.sun.javafx.tk.quantum.RotateGestureRecognizer
      StackMap stack: com.sun.javafx.tk.TKSceneListener javafx.event.EventType double double double double double double
         6: iconst_0
         7: .line 328
      StackMap locals: com.sun.javafx.tk.quantum.RotateGestureRecognizer
      StackMap stack: com.sun.javafx.tk.TKSceneListener javafx.event.EventType double double double double double double int
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.modifiers:I
            iconst_4
            iand
            ifeq 8
            iconst_1
            goto 9
      StackMap locals: com.sun.javafx.tk.quantum.RotateGestureRecognizer
      StackMap stack: com.sun.javafx.tk.TKSceneListener javafx.event.EventType double double double double double double int
         8: iconst_0
         9: .line 329
      StackMap locals: com.sun.javafx.tk.quantum.RotateGestureRecognizer
      StackMap stack: com.sun.javafx.tk.TKSceneListener javafx.event.EventType double double double double double double int int
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.modifiers:I
            bipush 8
            iand
            ifeq 10
            iconst_1
            goto 11
      StackMap locals: com.sun.javafx.tk.quantum.RotateGestureRecognizer
      StackMap stack: com.sun.javafx.tk.TKSceneListener javafx.event.EventType double double double double double double int int
        10: iconst_0
        11: .line 330
      StackMap locals: com.sun.javafx.tk.quantum.RotateGestureRecognizer
      StackMap stack: com.sun.javafx.tk.TKSceneListener javafx.event.EventType double double double double double double int int int
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.modifiers:I
            bipush 16
            iand
            ifeq 12
            iconst_1
            goto 13
      StackMap locals: com.sun.javafx.tk.quantum.RotateGestureRecognizer
      StackMap stack: com.sun.javafx.tk.TKSceneListener javafx.event.EventType double double double double double double int int int
        12: iconst_0
        13: .line 331
      StackMap locals: com.sun.javafx.tk.quantum.RotateGestureRecognizer
      StackMap stack: com.sun.javafx.tk.TKSceneListener javafx.event.EventType double double double double double double int int int int
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.direct:Z
        14: .line 332
            iconst_0
        15: .line 323
            invokeinterface com.sun.javafx.tk.TKSceneListener.rotateEvent:(Ljavafx/event/EventType;DDDDDDZZZZZZ)V
        16: .line 334
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 0 // com.sun.javafx.tk.quantum.RotateGestureRecognizer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   17     0  this  Lcom/sun/javafx/tk/quantum/RotateGestureRecognizer;

  private java.lang.Void lambda$4(boolean);
    descriptor: (Z)Ljava/lang/Void;
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=20, locals=2, args_size=2
        start local 0 // com.sun.javafx.tk.quantum.RotateGestureRecognizer this
         0: .line 340
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.scene:Lcom/sun/javafx/tk/quantum/ViewScene;
            getfield com.sun.javafx.tk.quantum.ViewScene.sceneListener:Lcom/sun/javafx/tk/TKSceneListener;
            ifnull 15
         1: .line 341
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.scene:Lcom/sun/javafx/tk/quantum/ViewScene;
            getfield com.sun.javafx.tk.quantum.ViewScene.sceneListener:Lcom/sun/javafx/tk/TKSceneListener;
            getstatic javafx.scene.input.RotateEvent.ROTATE:Ljavafx/event/EventType;
         2: .line 342
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.currentRotation:D
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.totalRotation:D
         3: .line 343
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.centerX:D
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.centerY:D
         4: .line 344
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.centerAbsX:D
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.centerAbsY:D
         5: .line 345
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.modifiers:I
            iconst_1
            iand
            ifeq 6
            iconst_1
            goto 7
      StackMap locals: com.sun.javafx.tk.quantum.RotateGestureRecognizer int
      StackMap stack: com.sun.javafx.tk.TKSceneListener javafx.event.EventType double double double double double double
         6: iconst_0
         7: .line 346
      StackMap locals: com.sun.javafx.tk.quantum.RotateGestureRecognizer int
      StackMap stack: com.sun.javafx.tk.TKSceneListener javafx.event.EventType double double double double double double int
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.modifiers:I
            iconst_4
            iand
            ifeq 8
            iconst_1
            goto 9
      StackMap locals: com.sun.javafx.tk.quantum.RotateGestureRecognizer int
      StackMap stack: com.sun.javafx.tk.TKSceneListener javafx.event.EventType double double double double double double int
         8: iconst_0
         9: .line 347
      StackMap locals: com.sun.javafx.tk.quantum.RotateGestureRecognizer int
      StackMap stack: com.sun.javafx.tk.TKSceneListener javafx.event.EventType double double double double double double int int
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.modifiers:I
            bipush 8
            iand
            ifeq 10
            iconst_1
            goto 11
      StackMap locals: com.sun.javafx.tk.quantum.RotateGestureRecognizer int
      StackMap stack: com.sun.javafx.tk.TKSceneListener javafx.event.EventType double double double double double double int int
        10: iconst_0
        11: .line 348
      StackMap locals: com.sun.javafx.tk.quantum.RotateGestureRecognizer int
      StackMap stack: com.sun.javafx.tk.TKSceneListener javafx.event.EventType double double double double double double int int int
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.modifiers:I
            bipush 16
            iand
            ifeq 12
            iconst_1
            goto 13
      StackMap locals: com.sun.javafx.tk.quantum.RotateGestureRecognizer int
      StackMap stack: com.sun.javafx.tk.TKSceneListener javafx.event.EventType double double double double double double int int int
        12: iconst_0
        13: .line 349
      StackMap locals: com.sun.javafx.tk.quantum.RotateGestureRecognizer int
      StackMap stack: com.sun.javafx.tk.TKSceneListener javafx.event.EventType double double double double double double int int int int
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.direct:Z
            iload 1
        14: .line 341
            invokeinterface com.sun.javafx.tk.TKSceneListener.rotateEvent:(Ljavafx/event/EventType;DDDDDDZZZZZZ)V
        15: .line 351
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 0 // com.sun.javafx.tk.quantum.RotateGestureRecognizer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   16     0  this  Lcom/sun/javafx/tk/quantum/RotateGestureRecognizer;

  private java.lang.Void lambda$5();
    descriptor: ()Ljava/lang/Void;
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=20, locals=1, args_size=1
        start local 0 // com.sun.javafx.tk.quantum.RotateGestureRecognizer this
         0: .line 357
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.scene:Lcom/sun/javafx/tk/quantum/ViewScene;
            getfield com.sun.javafx.tk.quantum.ViewScene.sceneListener:Lcom/sun/javafx/tk/TKSceneListener;
            ifnull 16
         1: .line 358
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.scene:Lcom/sun/javafx/tk/quantum/ViewScene;
            getfield com.sun.javafx.tk.quantum.ViewScene.sceneListener:Lcom/sun/javafx/tk/TKSceneListener;
            getstatic javafx.scene.input.RotateEvent.ROTATION_FINISHED:Ljavafx/event/EventType;
         2: .line 359
            dconst_0
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.totalRotation:D
         3: .line 360
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.centerX:D
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.centerY:D
         4: .line 361
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.centerAbsX:D
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.centerAbsY:D
         5: .line 362
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.modifiers:I
            iconst_1
            iand
            ifeq 6
            iconst_1
            goto 7
      StackMap locals: com.sun.javafx.tk.quantum.RotateGestureRecognizer
      StackMap stack: com.sun.javafx.tk.TKSceneListener javafx.event.EventType double double double double double double
         6: iconst_0
         7: .line 363
      StackMap locals: com.sun.javafx.tk.quantum.RotateGestureRecognizer
      StackMap stack: com.sun.javafx.tk.TKSceneListener javafx.event.EventType double double double double double double int
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.modifiers:I
            iconst_4
            iand
            ifeq 8
            iconst_1
            goto 9
      StackMap locals: com.sun.javafx.tk.quantum.RotateGestureRecognizer
      StackMap stack: com.sun.javafx.tk.TKSceneListener javafx.event.EventType double double double double double double int
         8: iconst_0
         9: .line 364
      StackMap locals: com.sun.javafx.tk.quantum.RotateGestureRecognizer
      StackMap stack: com.sun.javafx.tk.TKSceneListener javafx.event.EventType double double double double double double int int
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.modifiers:I
            bipush 8
            iand
            ifeq 10
            iconst_1
            goto 11
      StackMap locals: com.sun.javafx.tk.quantum.RotateGestureRecognizer
      StackMap stack: com.sun.javafx.tk.TKSceneListener javafx.event.EventType double double double double double double int int
        10: iconst_0
        11: .line 365
      StackMap locals: com.sun.javafx.tk.quantum.RotateGestureRecognizer
      StackMap stack: com.sun.javafx.tk.TKSceneListener javafx.event.EventType double double double double double double int int int
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.modifiers:I
            bipush 16
            iand
            ifeq 12
            iconst_1
            goto 13
      StackMap locals: com.sun.javafx.tk.quantum.RotateGestureRecognizer
      StackMap stack: com.sun.javafx.tk.TKSceneListener javafx.event.EventType double double double double double double int int int
        12: iconst_0
        13: .line 366
      StackMap locals: com.sun.javafx.tk.quantum.RotateGestureRecognizer
      StackMap stack: com.sun.javafx.tk.TKSceneListener javafx.event.EventType double double double double double double int int int int
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.RotateGestureRecognizer.direct:Z
        14: .line 367
            iconst_0
        15: .line 358
            invokeinterface com.sun.javafx.tk.TKSceneListener.rotateEvent:(Ljavafx/event/EventType;DDDDDDZZZZZZ)V
        16: .line 369
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 0 // com.sun.javafx.tk.quantum.RotateGestureRecognizer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   17     0  this  Lcom/sun/javafx/tk/quantum/RotateGestureRecognizer;
}
SourceFile: "RotateGestureRecognizer.java"
NestMembers:
  com.sun.javafx.tk.quantum.RotateGestureRecognizer$RotateRecognitionState  com.sun.javafx.tk.quantum.RotateGestureRecognizer$TouchPointTracker
InnerClasses:
  private final RotateRecognitionState = com.sun.javafx.tk.quantum.RotateGestureRecognizer$RotateRecognitionState of com.sun.javafx.tk.quantum.RotateGestureRecognizer
  private TouchPointTracker = com.sun.javafx.tk.quantum.RotateGestureRecognizer$TouchPointTracker of com.sun.javafx.tk.quantum.RotateGestureRecognizer
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles