public final class javafx.animation.RotateTransition extends javafx.animation.Transition
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: javafx.animation.RotateTransition
  super_class: javafx.animation.Transition
{
  private static final double EPSILON;
    descriptor: D
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1.0E-12

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

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

  private javafx.beans.property.ObjectProperty<javafx.scene.Node> node;
    descriptor: Ljavafx/beans/property/ObjectProperty;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljavafx/beans/property/ObjectProperty<Ljavafx/scene/Node;>;

  private static final javafx.scene.Node DEFAULT_NODE;
    descriptor: Ljavafx/scene/Node;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private javafx.scene.Node cachedNode;
    descriptor: Ljavafx/scene/Node;
    flags: (0x0002) ACC_PRIVATE

  private javafx.beans.property.ObjectProperty<javafx.util.Duration> duration;
    descriptor: Ljavafx/beans/property/ObjectProperty;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljavafx/beans/property/ObjectProperty<Ljavafx/util/Duration;>;

  private static final javafx.util.Duration DEFAULT_DURATION;
    descriptor: Ljavafx/util/Duration;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private javafx.beans.property.ObjectProperty<javafx.geometry.Point3D> axis;
    descriptor: Ljavafx/beans/property/ObjectProperty;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljavafx/beans/property/ObjectProperty<Ljavafx/geometry/Point3D;>;

  private static final javafx.geometry.Point3D DEFAULT_AXIS;
    descriptor: Ljavafx/geometry/Point3D;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

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

  private static final double DEFAULT_FROM_ANGLE;
    descriptor: D
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: NaN

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

  private static final double DEFAULT_TO_ANGLE;
    descriptor: D
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: NaN

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

  private static final double DEFAULT_BY_ANGLE;
    descriptor: D
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 0.0

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 100
            aconst_null
            putstatic javafx.animation.RotateTransition.DEFAULT_NODE:Ljavafx/scene/Node;
         1: .line 140
            ldc 400.0
            invokestatic javafx.util.Duration.millis:(D)Ljavafx/util/Duration;
            putstatic javafx.animation.RotateTransition.DEFAULT_DURATION:Ljavafx/util/Duration;
         2: .line 196
            aconst_null
            putstatic javafx.animation.RotateTransition.DEFAULT_AXIS:Ljavafx/geometry/Point3D;
         3: .line 285
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public final void setNode(javafx.scene.Node);
    descriptor: (Ljavafx/scene/Node;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.animation.RotateTransition this
        start local 1 // javafx.scene.Node value
         0: .line 103
            aload 0 /* this */
            getfield javafx.animation.RotateTransition.node:Ljavafx/beans/property/ObjectProperty;
            ifnonnull 1
            aload 1 /* value */
            ifnull 2
         1: .line 104
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual javafx.animation.RotateTransition.nodeProperty:()Ljavafx/beans/property/ObjectProperty;
            aload 1 /* value */
            invokevirtual javafx.beans.property.ObjectProperty.set:(Ljava/lang/Object;)V
         2: .line 106
      StackMap locals:
      StackMap stack:
            return
        end local 1 // javafx.scene.Node value
        end local 0 // javafx.animation.RotateTransition this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Ljavafx/animation/RotateTransition;
            0    3     1  value  Ljavafx/scene/Node;
    MethodParameters:
       Name  Flags
      value  

  public final javafx.scene.Node getNode();
    descriptor: ()Ljavafx/scene/Node;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.animation.RotateTransition this
         0: .line 109
            aload 0 /* this */
            getfield javafx.animation.RotateTransition.node:Ljavafx/beans/property/ObjectProperty;
            ifnonnull 1
            getstatic javafx.animation.RotateTransition.DEFAULT_NODE:Ljavafx/scene/Node;
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield javafx.animation.RotateTransition.node:Ljavafx/beans/property/ObjectProperty;
            invokevirtual javafx.beans.property.ObjectProperty.get:()Ljava/lang/Object;
            checkcast javafx.scene.Node
      StackMap locals:
      StackMap stack: javafx.scene.Node
         2: areturn
        end local 0 // javafx.animation.RotateTransition this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/animation/RotateTransition;

  public final javafx.beans.property.ObjectProperty<javafx.scene.Node> nodeProperty();
    descriptor: ()Ljavafx/beans/property/ObjectProperty;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // javafx.animation.RotateTransition this
         0: .line 113
            aload 0 /* this */
            getfield javafx.animation.RotateTransition.node:Ljavafx/beans/property/ObjectProperty;
            ifnonnull 2
         1: .line 114
            aload 0 /* this */
            new javafx.beans.property.SimpleObjectProperty
            dup
            aload 0 /* this */
            ldc "node"
            getstatic javafx.animation.RotateTransition.DEFAULT_NODE:Ljavafx/scene/Node;
            invokespecial javafx.beans.property.SimpleObjectProperty.<init>:(Ljava/lang/Object;Ljava/lang/String;Ljava/lang/Object;)V
            putfield javafx.animation.RotateTransition.node:Ljavafx/beans/property/ObjectProperty;
         2: .line 116
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.animation.RotateTransition.node:Ljavafx/beans/property/ObjectProperty;
            areturn
        end local 0 // javafx.animation.RotateTransition this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/animation/RotateTransition;
    Signature: ()Ljavafx/beans/property/ObjectProperty<Ljavafx/scene/Node;>;

  public final void setDuration(javafx.util.Duration);
    descriptor: (Ljavafx/util/Duration;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.animation.RotateTransition this
        start local 1 // javafx.util.Duration value
         0: .line 143
            aload 0 /* this */
            getfield javafx.animation.RotateTransition.duration:Ljavafx/beans/property/ObjectProperty;
            ifnonnull 1
            getstatic javafx.animation.RotateTransition.DEFAULT_DURATION:Ljavafx/util/Duration;
            aload 1 /* value */
            invokevirtual javafx.util.Duration.equals:(Ljava/lang/Object;)Z
            ifne 2
         1: .line 144
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual javafx.animation.RotateTransition.durationProperty:()Ljavafx/beans/property/ObjectProperty;
            aload 1 /* value */
            invokevirtual javafx.beans.property.ObjectProperty.set:(Ljava/lang/Object;)V
         2: .line 146
      StackMap locals:
      StackMap stack:
            return
        end local 1 // javafx.util.Duration value
        end local 0 // javafx.animation.RotateTransition this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Ljavafx/animation/RotateTransition;
            0    3     1  value  Ljavafx/util/Duration;
    MethodParameters:
       Name  Flags
      value  

  public final javafx.util.Duration getDuration();
    descriptor: ()Ljavafx/util/Duration;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.animation.RotateTransition this
         0: .line 149
            aload 0 /* this */
            getfield javafx.animation.RotateTransition.duration:Ljavafx/beans/property/ObjectProperty;
            ifnonnull 1
            getstatic javafx.animation.RotateTransition.DEFAULT_DURATION:Ljavafx/util/Duration;
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield javafx.animation.RotateTransition.duration:Ljavafx/beans/property/ObjectProperty;
            invokevirtual javafx.beans.property.ObjectProperty.get:()Ljava/lang/Object;
            checkcast javafx.util.Duration
      StackMap locals:
      StackMap stack: javafx.util.Duration
         2: areturn
        end local 0 // javafx.animation.RotateTransition this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/animation/RotateTransition;

  public final javafx.beans.property.ObjectProperty<javafx.util.Duration> durationProperty();
    descriptor: ()Ljavafx/beans/property/ObjectProperty;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // javafx.animation.RotateTransition this
         0: .line 153
            aload 0 /* this */
            getfield javafx.animation.RotateTransition.duration:Ljavafx/beans/property/ObjectProperty;
            ifnonnull 2
         1: .line 154
            aload 0 /* this */
            new javafx.animation.RotateTransition$1
            dup
            aload 0 /* this */
            getstatic javafx.animation.RotateTransition.DEFAULT_DURATION:Ljavafx/util/Duration;
            invokespecial javafx.animation.RotateTransition$1.<init>:(Ljavafx/animation/RotateTransition;Ljavafx/util/Duration;)V
            putfield javafx.animation.RotateTransition.duration:Ljavafx/beans/property/ObjectProperty;
         2: .line 180
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.animation.RotateTransition.duration:Ljavafx/beans/property/ObjectProperty;
            areturn
        end local 0 // javafx.animation.RotateTransition this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/animation/RotateTransition;
    Signature: ()Ljavafx/beans/property/ObjectProperty<Ljavafx/util/Duration;>;

  public final void setAxis(javafx.geometry.Point3D);
    descriptor: (Ljavafx/geometry/Point3D;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.animation.RotateTransition this
        start local 1 // javafx.geometry.Point3D value
         0: .line 199
            aload 0 /* this */
            getfield javafx.animation.RotateTransition.axis:Ljavafx/beans/property/ObjectProperty;
            ifnonnull 1
            aload 1 /* value */
            ifnull 2
         1: .line 200
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual javafx.animation.RotateTransition.axisProperty:()Ljavafx/beans/property/ObjectProperty;
            aload 1 /* value */
            invokevirtual javafx.beans.property.ObjectProperty.set:(Ljava/lang/Object;)V
         2: .line 202
      StackMap locals:
      StackMap stack:
            return
        end local 1 // javafx.geometry.Point3D value
        end local 0 // javafx.animation.RotateTransition this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Ljavafx/animation/RotateTransition;
            0    3     1  value  Ljavafx/geometry/Point3D;
    MethodParameters:
       Name  Flags
      value  

  public final javafx.geometry.Point3D getAxis();
    descriptor: ()Ljavafx/geometry/Point3D;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.animation.RotateTransition this
         0: .line 205
            aload 0 /* this */
            getfield javafx.animation.RotateTransition.axis:Ljavafx/beans/property/ObjectProperty;
            ifnonnull 1
            getstatic javafx.animation.RotateTransition.DEFAULT_AXIS:Ljavafx/geometry/Point3D;
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield javafx.animation.RotateTransition.axis:Ljavafx/beans/property/ObjectProperty;
            invokevirtual javafx.beans.property.ObjectProperty.get:()Ljava/lang/Object;
            checkcast javafx.geometry.Point3D
      StackMap locals:
      StackMap stack: javafx.geometry.Point3D
         2: areturn
        end local 0 // javafx.animation.RotateTransition this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/animation/RotateTransition;

  public final javafx.beans.property.ObjectProperty<javafx.geometry.Point3D> axisProperty();
    descriptor: ()Ljavafx/beans/property/ObjectProperty;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // javafx.animation.RotateTransition this
         0: .line 209
            aload 0 /* this */
            getfield javafx.animation.RotateTransition.axis:Ljavafx/beans/property/ObjectProperty;
            ifnonnull 2
         1: .line 210
            aload 0 /* this */
            new javafx.beans.property.SimpleObjectProperty
            dup
            aload 0 /* this */
            ldc "axis"
            getstatic javafx.animation.RotateTransition.DEFAULT_AXIS:Ljavafx/geometry/Point3D;
            invokespecial javafx.beans.property.SimpleObjectProperty.<init>:(Ljava/lang/Object;Ljava/lang/String;Ljava/lang/Object;)V
            putfield javafx.animation.RotateTransition.axis:Ljavafx/beans/property/ObjectProperty;
         2: .line 212
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.animation.RotateTransition.axis:Ljavafx/beans/property/ObjectProperty;
            areturn
        end local 0 // javafx.animation.RotateTransition this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/animation/RotateTransition;
    Signature: ()Ljavafx/beans/property/ObjectProperty<Ljavafx/geometry/Point3D;>;

  public final void setFromAngle(double);
    descriptor: (D)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // javafx.animation.RotateTransition this
        start local 1 // double value
         0: .line 229
            aload 0 /* this */
            getfield javafx.animation.RotateTransition.fromAngle:Ljavafx/beans/property/DoubleProperty;
            ifnonnull 1
            dload 1 /* value */
            invokestatic java.lang.Double.isNaN:(D)Z
            ifne 2
         1: .line 230
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual javafx.animation.RotateTransition.fromAngleProperty:()Ljavafx/beans/property/DoubleProperty;
            dload 1 /* value */
            invokevirtual javafx.beans.property.DoubleProperty.set:(D)V
         2: .line 232
      StackMap locals:
      StackMap stack:
            return
        end local 1 // double value
        end local 0 // javafx.animation.RotateTransition this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Ljavafx/animation/RotateTransition;
            0    3     1  value  D
    MethodParameters:
       Name  Flags
      value  

  public final double getFromAngle();
    descriptor: ()D
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javafx.animation.RotateTransition this
         0: .line 235
            aload 0 /* this */
            getfield javafx.animation.RotateTransition.fromAngle:Ljavafx/beans/property/DoubleProperty;
            ifnonnull 1
            ldc NaN
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield javafx.animation.RotateTransition.fromAngle:Ljavafx/beans/property/DoubleProperty;
            invokevirtual javafx.beans.property.DoubleProperty.get:()D
      StackMap locals:
      StackMap stack: double
         2: dreturn
        end local 0 // javafx.animation.RotateTransition this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/animation/RotateTransition;

  public final javafx.beans.property.DoubleProperty fromAngleProperty();
    descriptor: ()Ljavafx/beans/property/DoubleProperty;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=7, locals=1, args_size=1
        start local 0 // javafx.animation.RotateTransition this
         0: .line 239
            aload 0 /* this */
            getfield javafx.animation.RotateTransition.fromAngle:Ljavafx/beans/property/DoubleProperty;
            ifnonnull 2
         1: .line 240
            aload 0 /* this */
            new javafx.beans.property.SimpleDoubleProperty
            dup
            aload 0 /* this */
            ldc "fromAngle"
            ldc NaN
            invokespecial javafx.beans.property.SimpleDoubleProperty.<init>:(Ljava/lang/Object;Ljava/lang/String;D)V
            putfield javafx.animation.RotateTransition.fromAngle:Ljavafx/beans/property/DoubleProperty;
         2: .line 242
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.animation.RotateTransition.fromAngle:Ljavafx/beans/property/DoubleProperty;
            areturn
        end local 0 // javafx.animation.RotateTransition this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/animation/RotateTransition;

  public final void setToAngle(double);
    descriptor: (D)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // javafx.animation.RotateTransition this
        start local 1 // double value
         0: .line 259
            aload 0 /* this */
            getfield javafx.animation.RotateTransition.toAngle:Ljavafx/beans/property/DoubleProperty;
            ifnonnull 1
            dload 1 /* value */
            invokestatic java.lang.Double.isNaN:(D)Z
            ifne 2
         1: .line 260
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual javafx.animation.RotateTransition.toAngleProperty:()Ljavafx/beans/property/DoubleProperty;
            dload 1 /* value */
            invokevirtual javafx.beans.property.DoubleProperty.set:(D)V
         2: .line 262
      StackMap locals:
      StackMap stack:
            return
        end local 1 // double value
        end local 0 // javafx.animation.RotateTransition this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Ljavafx/animation/RotateTransition;
            0    3     1  value  D
    MethodParameters:
       Name  Flags
      value  

  public final double getToAngle();
    descriptor: ()D
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javafx.animation.RotateTransition this
         0: .line 265
            aload 0 /* this */
            getfield javafx.animation.RotateTransition.toAngle:Ljavafx/beans/property/DoubleProperty;
            ifnonnull 1
            ldc NaN
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield javafx.animation.RotateTransition.toAngle:Ljavafx/beans/property/DoubleProperty;
            invokevirtual javafx.beans.property.DoubleProperty.get:()D
      StackMap locals:
      StackMap stack: double
         2: dreturn
        end local 0 // javafx.animation.RotateTransition this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/animation/RotateTransition;

  public final javafx.beans.property.DoubleProperty toAngleProperty();
    descriptor: ()Ljavafx/beans/property/DoubleProperty;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=7, locals=1, args_size=1
        start local 0 // javafx.animation.RotateTransition this
         0: .line 269
            aload 0 /* this */
            getfield javafx.animation.RotateTransition.toAngle:Ljavafx/beans/property/DoubleProperty;
            ifnonnull 2
         1: .line 270
            aload 0 /* this */
            new javafx.beans.property.SimpleDoubleProperty
            dup
            aload 0 /* this */
            ldc "toAngle"
            ldc NaN
            invokespecial javafx.beans.property.SimpleDoubleProperty.<init>:(Ljava/lang/Object;Ljava/lang/String;D)V
            putfield javafx.animation.RotateTransition.toAngle:Ljavafx/beans/property/DoubleProperty;
         2: .line 272
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.animation.RotateTransition.toAngle:Ljavafx/beans/property/DoubleProperty;
            areturn
        end local 0 // javafx.animation.RotateTransition this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/animation/RotateTransition;

  public final void setByAngle(double);
    descriptor: (D)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // javafx.animation.RotateTransition this
        start local 1 // double value
         0: .line 288
            aload 0 /* this */
            getfield javafx.animation.RotateTransition.byAngle:Ljavafx/beans/property/DoubleProperty;
            ifnonnull 1
            dload 1 /* value */
            dconst_0
            dsub
            invokestatic java.lang.Math.abs:(D)D
            ldc 1.0E-12
            dcmpl
            ifle 2
         1: .line 289
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual javafx.animation.RotateTransition.byAngleProperty:()Ljavafx/beans/property/DoubleProperty;
            dload 1 /* value */
            invokevirtual javafx.beans.property.DoubleProperty.set:(D)V
         2: .line 291
      StackMap locals:
      StackMap stack:
            return
        end local 1 // double value
        end local 0 // javafx.animation.RotateTransition this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Ljavafx/animation/RotateTransition;
            0    3     1  value  D
    MethodParameters:
       Name  Flags
      value  

  public final double getByAngle();
    descriptor: ()D
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javafx.animation.RotateTransition this
         0: .line 294
            aload 0 /* this */
            getfield javafx.animation.RotateTransition.byAngle:Ljavafx/beans/property/DoubleProperty;
            ifnonnull 1
            dconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield javafx.animation.RotateTransition.byAngle:Ljavafx/beans/property/DoubleProperty;
            invokevirtual javafx.beans.property.DoubleProperty.get:()D
      StackMap locals:
      StackMap stack: double
         2: dreturn
        end local 0 // javafx.animation.RotateTransition this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/animation/RotateTransition;

  public final javafx.beans.property.DoubleProperty byAngleProperty();
    descriptor: ()Ljavafx/beans/property/DoubleProperty;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=7, locals=1, args_size=1
        start local 0 // javafx.animation.RotateTransition this
         0: .line 298
            aload 0 /* this */
            getfield javafx.animation.RotateTransition.byAngle:Ljavafx/beans/property/DoubleProperty;
            ifnonnull 2
         1: .line 299
            aload 0 /* this */
            new javafx.beans.property.SimpleDoubleProperty
            dup
            aload 0 /* this */
            ldc "byAngle"
            dconst_0
            invokespecial javafx.beans.property.SimpleDoubleProperty.<init>:(Ljava/lang/Object;Ljava/lang/String;D)V
            putfield javafx.animation.RotateTransition.byAngle:Ljavafx/beans/property/DoubleProperty;
         2: .line 301
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.animation.RotateTransition.byAngle:Ljavafx/beans/property/DoubleProperty;
            areturn
        end local 0 // javafx.animation.RotateTransition this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/animation/RotateTransition;

  public void <init>(javafx.util.Duration, javafx.scene.Node);
    descriptor: (Ljavafx/util/Duration;Ljavafx/scene/Node;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // javafx.animation.RotateTransition this
        start local 1 // javafx.util.Duration duration
        start local 2 // javafx.scene.Node node
         0: .line 312
            aload 0 /* this */
            invokespecial javafx.animation.Transition.<init>:()V
         1: .line 313
            aload 0 /* this */
            aload 1 /* duration */
            invokevirtual javafx.animation.RotateTransition.setDuration:(Ljavafx/util/Duration;)V
         2: .line 314
            aload 0 /* this */
            aload 2 /* node */
            invokevirtual javafx.animation.RotateTransition.setNode:(Ljavafx/scene/Node;)V
         3: .line 315
            aload 0 /* this */
            aload 1 /* duration */
            invokevirtual javafx.animation.RotateTransition.setCycleDuration:(Ljavafx/util/Duration;)V
         4: .line 316
            return
        end local 2 // javafx.scene.Node node
        end local 1 // javafx.util.Duration duration
        end local 0 // javafx.animation.RotateTransition this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Ljavafx/animation/RotateTransition;
            0    5     1  duration  Ljavafx/util/Duration;
            0    5     2      node  Ljavafx/scene/Node;
    MethodParameters:
          Name  Flags
      duration  
      node      

  public void <init>(javafx.util.Duration);
    descriptor: (Ljavafx/util/Duration;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // javafx.animation.RotateTransition this
        start local 1 // javafx.util.Duration duration
         0: .line 325
            aload 0 /* this */
            aload 1 /* duration */
            aconst_null
            invokespecial javafx.animation.RotateTransition.<init>:(Ljavafx/util/Duration;Ljavafx/scene/Node;)V
         1: .line 326
            return
        end local 1 // javafx.util.Duration duration
        end local 0 // javafx.animation.RotateTransition this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Ljavafx/animation/RotateTransition;
            0    2     1  duration  Ljavafx/util/Duration;
    MethodParameters:
          Name  Flags
      duration  

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // javafx.animation.RotateTransition this
         0: .line 333
            aload 0 /* this */
            getstatic javafx.animation.RotateTransition.DEFAULT_DURATION:Ljavafx/util/Duration;
            aconst_null
            invokespecial javafx.animation.RotateTransition.<init>:(Ljavafx/util/Duration;Ljavafx/scene/Node;)V
         1: .line 334
            return
        end local 0 // javafx.animation.RotateTransition this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavafx/animation/RotateTransition;

  protected void interpolate(double);
    descriptor: (D)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=7, locals=3, args_size=2
        start local 0 // javafx.animation.RotateTransition this
        start local 1 // double frac
         0: .line 341
            aload 0 /* this */
            getfield javafx.animation.RotateTransition.cachedNode:Ljavafx/scene/Node;
            aload 0 /* this */
            getfield javafx.animation.RotateTransition.start:D
            dload 1 /* frac */
            aload 0 /* this */
            getfield javafx.animation.RotateTransition.delta:D
            dmul
            dadd
            invokevirtual javafx.scene.Node.setRotate:(D)V
         1: .line 342
            return
        end local 1 // double frac
        end local 0 // javafx.animation.RotateTransition this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavafx/animation/RotateTransition;
            0    2     1  frac  D
    MethodParameters:
      Name  Flags
      frac  

  private javafx.scene.Node getTargetNode();
    descriptor: ()Ljavafx/scene/Node;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // javafx.animation.RotateTransition this
         0: .line 345
            aload 0 /* this */
            invokevirtual javafx.animation.RotateTransition.getNode:()Ljavafx/scene/Node;
            astore 1 /* node */
        start local 1 // javafx.scene.Node node
         1: .line 346
            aload 1 /* node */
            ifnull 2
            aload 1 /* node */
            goto 3
      StackMap locals: javafx.scene.Node
      StackMap stack:
         2: aload 0 /* this */
            invokevirtual javafx.animation.RotateTransition.getParentTargetNode:()Ljavafx/scene/Node;
      StackMap locals:
      StackMap stack: javafx.scene.Node
         3: areturn
        end local 1 // javafx.scene.Node node
        end local 0 // javafx.animation.RotateTransition this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljavafx/animation/RotateTransition;
            1    4     1  node  Ljavafx/scene/Node;

  boolean startable(boolean);
    descriptor: (Z)Z
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.animation.RotateTransition this
        start local 1 // boolean forceSync
         0: .line 351
            aload 0 /* this */
            iload 1 /* forceSync */
            invokespecial javafx.animation.Transition.startable:(Z)Z
            ifeq 3
         1: .line 352
            aload 0 /* this */
            invokevirtual javafx.animation.RotateTransition.getTargetNode:()Ljavafx/scene/Node;
            ifnonnull 2
            iload 1 /* forceSync */
            ifne 3
            aload 0 /* this */
            getfield javafx.animation.RotateTransition.cachedNode:Ljavafx/scene/Node;
            ifnull 3
         2: .line 351
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         3: iconst_0
            ireturn
        end local 1 // boolean forceSync
        end local 0 // javafx.animation.RotateTransition this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Ljavafx/animation/RotateTransition;
            0    4     1  forceSync  Z
    MethodParameters:
           Name  Flags
      forceSync  

  void sync(boolean);
    descriptor: (Z)V
    flags: (0x0000) 
    Code:
      stack=5, locals=7, args_size=2
        start local 0 // javafx.animation.RotateTransition this
        start local 1 // boolean forceSync
         0: .line 357
            aload 0 /* this */
            iload 1 /* forceSync */
            invokespecial javafx.animation.Transition.sync:(Z)V
         1: .line 358
            iload 1 /* forceSync */
            ifne 2
            aload 0 /* this */
            getfield javafx.animation.RotateTransition.cachedNode:Ljavafx/scene/Node;
            ifnonnull 15
         2: .line 359
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual javafx.animation.RotateTransition.getTargetNode:()Ljavafx/scene/Node;
            putfield javafx.animation.RotateTransition.cachedNode:Ljavafx/scene/Node;
         3: .line 360
            aload 0 /* this */
            invokevirtual javafx.animation.RotateTransition.getFromAngle:()D
            dstore 2 /* _fromAngle */
        start local 2 // double _fromAngle
         4: .line 361
            aload 0 /* this */
            invokevirtual javafx.animation.RotateTransition.getToAngle:()D
            dstore 4 /* _toAngle */
        start local 4 // double _toAngle
         5: .line 362
            aload 0 /* this */
            dload 2 /* _fromAngle */
            invokestatic java.lang.Double.isNaN:(D)Z
            ifne 6
            dload 2 /* _fromAngle */
            goto 8
      StackMap locals: javafx.animation.RotateTransition int double double
      StackMap stack: javafx.animation.RotateTransition
         6: aload 0 /* this */
            getfield javafx.animation.RotateTransition.cachedNode:Ljavafx/scene/Node;
         7: .line 363
            invokevirtual javafx.scene.Node.getRotate:()D
         8: .line 362
      StackMap locals: javafx.animation.RotateTransition int double double
      StackMap stack: javafx.animation.RotateTransition double
            putfield javafx.animation.RotateTransition.start:D
         9: .line 364
            aload 0 /* this */
            dload 4 /* _toAngle */
            invokestatic java.lang.Double.isNaN:(D)Z
            ifne 10
            dload 4 /* _toAngle */
            aload 0 /* this */
            getfield javafx.animation.RotateTransition.start:D
            dsub
            goto 11
      StackMap locals:
      StackMap stack: javafx.animation.RotateTransition
        10: aload 0 /* this */
            invokevirtual javafx.animation.RotateTransition.getByAngle:()D
      StackMap locals: javafx.animation.RotateTransition int double double
      StackMap stack: javafx.animation.RotateTransition double
        11: putfield javafx.animation.RotateTransition.delta:D
        12: .line 365
            aload 0 /* this */
            invokevirtual javafx.animation.RotateTransition.getAxis:()Ljavafx/geometry/Point3D;
            astore 6 /* _axis */
        start local 6 // javafx.geometry.Point3D _axis
        13: .line 366
            aload 6 /* _axis */
            ifnull 15
        14: .line 367
            aload 0 /* this */
            getfield javafx.animation.RotateTransition.node:Ljavafx/beans/property/ObjectProperty;
            invokevirtual javafx.beans.property.ObjectProperty.get:()Ljava/lang/Object;
            checkcast javafx.scene.Node
            aload 6 /* _axis */
            invokevirtual javafx.scene.Node.setRotationAxis:(Ljavafx/geometry/Point3D;)V
        end local 6 // javafx.geometry.Point3D _axis
        end local 4 // double _toAngle
        end local 2 // double _fromAngle
        15: .line 370
      StackMap locals:
      StackMap stack:
            return
        end local 1 // boolean forceSync
        end local 0 // javafx.animation.RotateTransition this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   16     0        this  Ljavafx/animation/RotateTransition;
            0   16     1   forceSync  Z
            4   15     2  _fromAngle  D
            5   15     4    _toAngle  D
           13   15     6       _axis  Ljavafx/geometry/Point3D;
    MethodParameters:
           Name  Flags
      forceSync  
}
SourceFile: "RotateTransition.java"
NestMembers:
  javafx.animation.RotateTransition$1
InnerClasses:
  javafx.animation.RotateTransition$1