public abstract class javafx.animation.Transition extends javafx.animation.Animation
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: javafx.animation.Transition
  super_class: javafx.animation.Animation
{
  private javafx.beans.property.ObjectProperty<javafx.animation.Interpolator> interpolator;
    descriptor: Ljavafx/beans/property/ObjectProperty;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljavafx/beans/property/ObjectProperty<Ljavafx/animation/Interpolator;>;

  private static final javafx.animation.Interpolator DEFAULT_INTERPOLATOR;
    descriptor: Ljavafx/animation/Interpolator;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private javafx.animation.Interpolator cachedInterpolator;
    descriptor: Ljavafx/animation/Interpolator;
    flags: (0x0002) ACC_PRIVATE

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 97
            getstatic javafx.animation.Interpolator.EASE_BOTH:Ljavafx/animation/Interpolator;
            putstatic javafx.animation.Transition.DEFAULT_INTERPOLATOR:Ljavafx/animation/Interpolator;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public final void setInterpolator(javafx.animation.Interpolator);
    descriptor: (Ljavafx/animation/Interpolator;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.animation.Transition this
        start local 1 // javafx.animation.Interpolator value
         0: .line 100
            aload 0 /* this */
            getfield javafx.animation.Transition.interpolator:Ljavafx/beans/property/ObjectProperty;
            ifnonnull 1
            getstatic javafx.animation.Transition.DEFAULT_INTERPOLATOR:Ljavafx/animation/Interpolator;
            aload 1 /* value */
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifne 2
         1: .line 101
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual javafx.animation.Transition.interpolatorProperty:()Ljavafx/beans/property/ObjectProperty;
            aload 1 /* value */
            invokevirtual javafx.beans.property.ObjectProperty.set:(Ljava/lang/Object;)V
         2: .line 103
      StackMap locals:
      StackMap stack:
            return
        end local 1 // javafx.animation.Interpolator value
        end local 0 // javafx.animation.Transition this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Ljavafx/animation/Transition;
            0    3     1  value  Ljavafx/animation/Interpolator;
    MethodParameters:
       Name  Flags
      value  

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

  public final javafx.beans.property.ObjectProperty<javafx.animation.Interpolator> interpolatorProperty();
    descriptor: ()Ljavafx/beans/property/ObjectProperty;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // javafx.animation.Transition this
         0: .line 110
            aload 0 /* this */
            getfield javafx.animation.Transition.interpolator:Ljavafx/beans/property/ObjectProperty;
            ifnonnull 4
         1: .line 111
            aload 0 /* this */
            new javafx.beans.property.SimpleObjectProperty
            dup
         2: .line 112
            aload 0 /* this */
            ldc "interpolator"
            getstatic javafx.animation.Transition.DEFAULT_INTERPOLATOR:Ljavafx/animation/Interpolator;
            invokespecial javafx.beans.property.SimpleObjectProperty.<init>:(Ljava/lang/Object;Ljava/lang/String;Ljava/lang/Object;)V
         3: .line 111
            putfield javafx.animation.Transition.interpolator:Ljavafx/beans/property/ObjectProperty;
         4: .line 115
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.animation.Transition.interpolator:Ljavafx/beans/property/ObjectProperty;
            areturn
        end local 0 // javafx.animation.Transition this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Ljavafx/animation/Transition;
    Signature: ()Ljavafx/beans/property/ObjectProperty<Ljavafx/animation/Interpolator;>;

  protected javafx.animation.Interpolator getCachedInterpolator();
    descriptor: ()Ljavafx/animation/Interpolator;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.animation.Transition this
         0: .line 133
            aload 0 /* this */
            getfield javafx.animation.Transition.cachedInterpolator:Ljavafx/animation/Interpolator;
            areturn
        end local 0 // javafx.animation.Transition this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/animation/Transition;

  public void <init>(double);
    descriptor: (D)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // javafx.animation.Transition this
        start local 1 // double targetFramerate
         0: .line 145
            aload 0 /* this */
            dload 1 /* targetFramerate */
            invokespecial javafx.animation.Animation.<init>:(D)V
         1: .line 146
            return
        end local 1 // double targetFramerate
        end local 0 // javafx.animation.Transition this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Ljavafx/animation/Transition;
            0    2     1  targetFramerate  D
    MethodParameters:
                 Name  Flags
      targetFramerate  

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.animation.Transition this
         0: .line 151
            aload 0 /* this */
            invokespecial javafx.animation.Animation.<init>:()V
         1: .line 152
            return
        end local 0 // javafx.animation.Transition this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavafx/animation/Transition;

  void <init>(com.sun.scenario.animation.AbstractMasterTimer);
    descriptor: (Lcom/sun/scenario/animation/AbstractMasterTimer;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.animation.Transition this
        start local 1 // com.sun.scenario.animation.AbstractMasterTimer timer
         0: .line 156
            aload 0 /* this */
            aload 1 /* timer */
            invokespecial javafx.animation.Animation.<init>:(Lcom/sun/scenario/animation/AbstractMasterTimer;)V
         1: .line 157
            return
        end local 1 // com.sun.scenario.animation.AbstractMasterTimer timer
        end local 0 // javafx.animation.Transition this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Ljavafx/animation/Transition;
            0    2     1  timer  Lcom/sun/scenario/animation/AbstractMasterTimer;
    MethodParameters:
       Name  Flags
      timer  

  protected javafx.scene.Node getParentTargetNode();
    descriptor: ()Ljavafx/scene/Node;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.animation.Transition this
         0: .line 173
            aload 0 /* this */
            getfield javafx.animation.Transition.parent:Ljavafx/animation/Animation;
            ifnull 2
            aload 0 /* this */
            getfield javafx.animation.Transition.parent:Ljavafx/animation/Animation;
            instanceof javafx.animation.Transition
            ifeq 2
         1: .line 174
            aload 0 /* this */
            getfield javafx.animation.Transition.parent:Ljavafx/animation/Animation;
            checkcast javafx.animation.Transition
            invokevirtual javafx.animation.Transition.getParentTargetNode:()Ljavafx/scene/Node;
            goto 3
      StackMap locals:
      StackMap stack:
         2: aconst_null
         3: .line 173
      StackMap locals:
      StackMap stack: javafx.scene.Node
            areturn
        end local 0 // javafx.animation.Transition this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljavafx/animation/Transition;

  protected abstract void interpolate(double);
    descriptor: (D)V
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      frac  

  private double calculateFraction(long, long);
    descriptor: (JJ)D
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=7, args_size=3
        start local 0 // javafx.animation.Transition this
        start local 1 // long currentTicks
        start local 3 // long cycleTicks
         0: .line 197
            lload 3 /* cycleTicks */
            lconst_0
            lcmp
            ifgt 1
            dconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: lload 1 /* currentTicks */
            l2d
            lload 3 /* cycleTicks */
            l2d
            ddiv
      StackMap locals:
      StackMap stack: double
         2: dstore 5 /* frac */
        start local 5 // double frac
         3: .line 198
            aload 0 /* this */
            getfield javafx.animation.Transition.cachedInterpolator:Ljavafx/animation/Interpolator;
            dconst_0
            dconst_1
            dload 5 /* frac */
            invokevirtual javafx.animation.Interpolator.interpolate:(DDD)D
            dreturn
        end local 5 // double frac
        end local 3 // long cycleTicks
        end local 1 // long currentTicks
        end local 0 // javafx.animation.Transition this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    4     0          this  Ljavafx/animation/Transition;
            0    4     1  currentTicks  J
            0    4     3    cycleTicks  J
            3    4     5          frac  D
    MethodParameters:
              Name  Flags
      currentTicks  
      cycleTicks    

  boolean startable(boolean);
    descriptor: (Z)Z
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.animation.Transition this
        start local 1 // boolean forceSync
         0: .line 203
            aload 0 /* this */
            iload 1 /* forceSync */
            invokespecial javafx.animation.Animation.startable:(Z)Z
            ifeq 3
         1: .line 204
            aload 0 /* this */
            invokevirtual javafx.animation.Transition.getInterpolator:()Ljavafx/animation/Interpolator;
            ifnonnull 2
            iload 1 /* forceSync */
            ifne 3
            aload 0 /* this */
            getfield javafx.animation.Transition.cachedInterpolator:Ljavafx/animation/Interpolator;
            ifnull 3
         2: .line 203
      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.Transition this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Ljavafx/animation/Transition;
            0    4     1  forceSync  Z
    MethodParameters:
           Name  Flags
      forceSync  

  void sync(boolean);
    descriptor: (Z)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.animation.Transition this
        start local 1 // boolean forceSync
         0: .line 209
            aload 0 /* this */
            iload 1 /* forceSync */
            invokespecial javafx.animation.Animation.sync:(Z)V
         1: .line 210
            iload 1 /* forceSync */
            ifne 2
            aload 0 /* this */
            getfield javafx.animation.Transition.cachedInterpolator:Ljavafx/animation/Interpolator;
            ifnonnull 3
         2: .line 211
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual javafx.animation.Transition.getInterpolator:()Ljavafx/animation/Interpolator;
            putfield javafx.animation.Transition.cachedInterpolator:Ljavafx/animation/Interpolator;
         3: .line 213
      StackMap locals:
      StackMap stack:
            return
        end local 1 // boolean forceSync
        end local 0 // javafx.animation.Transition this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Ljavafx/animation/Transition;
            0    4     1  forceSync  Z
    MethodParameters:
           Name  Flags
      forceSync  

  void doPlayTo(long, long);
    descriptor: (JJ)V
    flags: (0x0000) 
    Code:
      stack=6, locals=5, args_size=3
        start local 0 // javafx.animation.Transition this
        start local 1 // long currentTicks
        start local 3 // long cycleTicks
         0: .line 217
            aload 0 /* this */
            lload 1 /* currentTicks */
            invokevirtual javafx.animation.Transition.setCurrentTicks:(J)V
         1: .line 218
            aload 0 /* this */
            aload 0 /* this */
            lload 1 /* currentTicks */
            lload 3 /* cycleTicks */
            invokevirtual javafx.animation.Transition.calculateFraction:(JJ)D
            invokevirtual javafx.animation.Transition.interpolate:(D)V
         2: .line 219
            return
        end local 3 // long cycleTicks
        end local 1 // long currentTicks
        end local 0 // javafx.animation.Transition this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Ljavafx/animation/Transition;
            0    3     1  currentTicks  J
            0    3     3    cycleTicks  J
    MethodParameters:
              Name  Flags
      currentTicks  
      cycleTicks    

  void doJumpTo(long, long, boolean);
    descriptor: (JJZ)V
    flags: (0x0000) 
    Code:
      stack=6, locals=6, args_size=4
        start local 0 // javafx.animation.Transition this
        start local 1 // long currentTicks
        start local 3 // long cycleTicks
        start local 5 // boolean forceJump
         0: .line 223
            aload 0 /* this */
            lload 1 /* currentTicks */
            invokevirtual javafx.animation.Transition.setCurrentTicks:(J)V
         1: .line 224
            aload 0 /* this */
            invokevirtual javafx.animation.Transition.getStatus:()Ljavafx/animation/Animation$Status;
            getstatic javafx.animation.Animation$Status.STOPPED:Ljavafx/animation/Animation$Status;
            if_acmpne 2
            iload 5 /* forceJump */
            ifeq 4
         2: .line 225
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            invokevirtual javafx.animation.Transition.sync:(Z)V
         3: .line 226
            aload 0 /* this */
            aload 0 /* this */
            lload 1 /* currentTicks */
            lload 3 /* cycleTicks */
            invokevirtual javafx.animation.Transition.calculateFraction:(JJ)D
            invokevirtual javafx.animation.Transition.interpolate:(D)V
         4: .line 228
      StackMap locals:
      StackMap stack:
            return
        end local 5 // boolean forceJump
        end local 3 // long cycleTicks
        end local 1 // long currentTicks
        end local 0 // javafx.animation.Transition this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    5     0          this  Ljavafx/animation/Transition;
            0    5     1  currentTicks  J
            0    5     3    cycleTicks  J
            0    5     5     forceJump  Z
    MethodParameters:
              Name  Flags
      currentTicks  
      cycleTicks    
      forceJump     
}
SourceFile: "Transition.java"
InnerClasses:
  public final Status = javafx.animation.Animation$Status of javafx.animation.Animation