class com.sun.javafx.tk.quantum.SwipeGestureRecognizer$CenterComputer
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.javafx.tk.quantum.SwipeGestureRecognizer$CenterComputer
  super_class: java.lang.Object
{
  double totalAbsX;
    descriptor: D
    flags: (0x0000) 

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

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

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

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

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.javafx.tk.quantum.SwipeGestureRecognizer$CenterComputer this
         0: .line 176
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 177
            aload 0 /* this */
            dconst_0
            putfield com.sun.javafx.tk.quantum.SwipeGestureRecognizer$CenterComputer.totalAbsX:D
            aload 0 /* this */
            dconst_0
            putfield com.sun.javafx.tk.quantum.SwipeGestureRecognizer$CenterComputer.totalAbsY:D
         2: .line 178
            aload 0 /* this */
            dconst_0
            putfield com.sun.javafx.tk.quantum.SwipeGestureRecognizer$CenterComputer.totalX:D
            aload 0 /* this */
            dconst_0
            putfield com.sun.javafx.tk.quantum.SwipeGestureRecognizer$CenterComputer.totalY:D
         3: .line 179
            aload 0 /* this */
            iconst_0
            putfield com.sun.javafx.tk.quantum.SwipeGestureRecognizer$CenterComputer.count:I
         4: .line 176
            return
        end local 0 // com.sun.javafx.tk.quantum.SwipeGestureRecognizer$CenterComputer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/javafx/tk/quantum/SwipeGestureRecognizer$CenterComputer;

  public void add(double, double, double, double);
    descriptor: (DDDD)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=9, args_size=5
        start local 0 // com.sun.javafx.tk.quantum.SwipeGestureRecognizer$CenterComputer this
        start local 1 // double x
        start local 3 // double y
        start local 5 // double xAbs
        start local 7 // double yAbs
         0: .line 182
            aload 0 /* this */
            dup
            getfield com.sun.javafx.tk.quantum.SwipeGestureRecognizer$CenterComputer.totalAbsX:D
            dload 5 /* xAbs */
            dadd
            putfield com.sun.javafx.tk.quantum.SwipeGestureRecognizer$CenterComputer.totalAbsX:D
         1: .line 183
            aload 0 /* this */
            dup
            getfield com.sun.javafx.tk.quantum.SwipeGestureRecognizer$CenterComputer.totalAbsY:D
            dload 7 /* yAbs */
            dadd
            putfield com.sun.javafx.tk.quantum.SwipeGestureRecognizer$CenterComputer.totalAbsY:D
         2: .line 184
            aload 0 /* this */
            dup
            getfield com.sun.javafx.tk.quantum.SwipeGestureRecognizer$CenterComputer.totalX:D
            dload 1 /* x */
            dadd
            putfield com.sun.javafx.tk.quantum.SwipeGestureRecognizer$CenterComputer.totalX:D
         3: .line 185
            aload 0 /* this */
            dup
            getfield com.sun.javafx.tk.quantum.SwipeGestureRecognizer$CenterComputer.totalY:D
            dload 3 /* y */
            dadd
            putfield com.sun.javafx.tk.quantum.SwipeGestureRecognizer$CenterComputer.totalY:D
         4: .line 187
            aload 0 /* this */
            dup
            getfield com.sun.javafx.tk.quantum.SwipeGestureRecognizer$CenterComputer.count:I
            iconst_1
            iadd
            putfield com.sun.javafx.tk.quantum.SwipeGestureRecognizer$CenterComputer.count:I
         5: .line 188
            return
        end local 7 // double yAbs
        end local 5 // double xAbs
        end local 3 // double y
        end local 1 // double x
        end local 0 // com.sun.javafx.tk.quantum.SwipeGestureRecognizer$CenterComputer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/sun/javafx/tk/quantum/SwipeGestureRecognizer$CenterComputer;
            0    6     1     x  D
            0    6     3     y  D
            0    6     5  xAbs  D
            0    6     7  yAbs  D
    MethodParameters:
      Name  Flags
      x     
      y     
      xAbs  
      yAbs  

  public double getX();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.sun.javafx.tk.quantum.SwipeGestureRecognizer$CenterComputer this
         0: .line 191
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.SwipeGestureRecognizer$CenterComputer.count:I
            ifne 1
            dconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.SwipeGestureRecognizer$CenterComputer.totalX:D
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.SwipeGestureRecognizer$CenterComputer.count:I
            i2d
            ddiv
      StackMap locals:
      StackMap stack: double
         2: dreturn
        end local 0 // com.sun.javafx.tk.quantum.SwipeGestureRecognizer$CenterComputer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/javafx/tk/quantum/SwipeGestureRecognizer$CenterComputer;

  public double getY();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.sun.javafx.tk.quantum.SwipeGestureRecognizer$CenterComputer this
         0: .line 195
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.SwipeGestureRecognizer$CenterComputer.count:I
            ifne 1
            dconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.SwipeGestureRecognizer$CenterComputer.totalY:D
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.SwipeGestureRecognizer$CenterComputer.count:I
            i2d
            ddiv
      StackMap locals:
      StackMap stack: double
         2: dreturn
        end local 0 // com.sun.javafx.tk.quantum.SwipeGestureRecognizer$CenterComputer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/javafx/tk/quantum/SwipeGestureRecognizer$CenterComputer;

  public double getAbsX();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.sun.javafx.tk.quantum.SwipeGestureRecognizer$CenterComputer this
         0: .line 199
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.SwipeGestureRecognizer$CenterComputer.count:I
            ifne 1
            dconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.SwipeGestureRecognizer$CenterComputer.totalAbsX:D
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.SwipeGestureRecognizer$CenterComputer.count:I
            i2d
            ddiv
      StackMap locals:
      StackMap stack: double
         2: dreturn
        end local 0 // com.sun.javafx.tk.quantum.SwipeGestureRecognizer$CenterComputer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/javafx/tk/quantum/SwipeGestureRecognizer$CenterComputer;

  public double getAbsY();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.sun.javafx.tk.quantum.SwipeGestureRecognizer$CenterComputer this
         0: .line 203
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.SwipeGestureRecognizer$CenterComputer.count:I
            ifne 1
            dconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.SwipeGestureRecognizer$CenterComputer.totalAbsY:D
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.SwipeGestureRecognizer$CenterComputer.count:I
            i2d
            ddiv
      StackMap locals:
      StackMap stack: double
         2: dreturn
        end local 0 // com.sun.javafx.tk.quantum.SwipeGestureRecognizer$CenterComputer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/javafx/tk/quantum/SwipeGestureRecognizer$CenterComputer;

  public void reset();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.javafx.tk.quantum.SwipeGestureRecognizer$CenterComputer this
         0: .line 207
            aload 0 /* this */
            dconst_0
            putfield com.sun.javafx.tk.quantum.SwipeGestureRecognizer$CenterComputer.totalX:D
         1: .line 208
            aload 0 /* this */
            dconst_0
            putfield com.sun.javafx.tk.quantum.SwipeGestureRecognizer$CenterComputer.totalY:D
         2: .line 209
            aload 0 /* this */
            dconst_0
            putfield com.sun.javafx.tk.quantum.SwipeGestureRecognizer$CenterComputer.totalAbsX:D
         3: .line 210
            aload 0 /* this */
            dconst_0
            putfield com.sun.javafx.tk.quantum.SwipeGestureRecognizer$CenterComputer.totalAbsY:D
         4: .line 211
            aload 0 /* this */
            iconst_0
            putfield com.sun.javafx.tk.quantum.SwipeGestureRecognizer$CenterComputer.count:I
         5: .line 212
            return
        end local 0 // com.sun.javafx.tk.quantum.SwipeGestureRecognizer$CenterComputer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/sun/javafx/tk/quantum/SwipeGestureRecognizer$CenterComputer;
}
SourceFile: "SwipeGestureRecognizer.java"
NestHost: com.sun.javafx.tk.quantum.SwipeGestureRecognizer
InnerClasses:
  private CenterComputer = com.sun.javafx.tk.quantum.SwipeGestureRecognizer$CenterComputer of com.sun.javafx.tk.quantum.SwipeGestureRecognizer