public final class javafx.animation.FillTransition extends javafx.animation.Transition
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: javafx.animation.FillTransition
  super_class: javafx.animation.Transition
{
  private javafx.scene.paint.Color start;
    descriptor: Ljavafx/scene/paint/Color;
    flags: (0x0002) ACC_PRIVATE

  private javafx.scene.paint.Color end;
    descriptor: Ljavafx/scene/paint/Color;
    flags: (0x0002) ACC_PRIVATE

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

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

  private javafx.scene.shape.Shape cachedShape;
    descriptor: Ljavafx/scene/shape/Shape;
    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.scene.paint.Color> fromValue;
    descriptor: Ljavafx/beans/property/ObjectProperty;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljavafx/beans/property/ObjectProperty<Ljavafx/scene/paint/Color;>;

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

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

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

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 92
            aconst_null
            putstatic javafx.animation.FillTransition.DEFAULT_SHAPE:Ljavafx/scene/shape/Shape;
         1: .line 132
            ldc 400.0
            invokestatic javafx.util.Duration.millis:(D)Ljavafx/util/Duration;
            putstatic javafx.animation.FillTransition.DEFAULT_DURATION:Ljavafx/util/Duration;
         2: .line 186
            aconst_null
            putstatic javafx.animation.FillTransition.DEFAULT_FROM_VALUE:Ljavafx/scene/paint/Color;
         3: .line 216
            aconst_null
            putstatic javafx.animation.FillTransition.DEFAULT_TO_VALUE:Ljavafx/scene/paint/Color;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public final void setShape(javafx.scene.shape.Shape);
    descriptor: (Ljavafx/scene/shape/Shape;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.animation.FillTransition this
        start local 1 // javafx.scene.shape.Shape value
         0: .line 95
            aload 0 /* this */
            getfield javafx.animation.FillTransition.shape:Ljavafx/beans/property/ObjectProperty;
            ifnonnull 1
            aload 1 /* value */
            ifnull 2
         1: .line 96
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual javafx.animation.FillTransition.shapeProperty:()Ljavafx/beans/property/ObjectProperty;
            aload 1 /* value */
            invokevirtual javafx.beans.property.ObjectProperty.set:(Ljava/lang/Object;)V
         2: .line 98
      StackMap locals:
      StackMap stack:
            return
        end local 1 // javafx.scene.shape.Shape value
        end local 0 // javafx.animation.FillTransition this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Ljavafx/animation/FillTransition;
            0    3     1  value  Ljavafx/scene/shape/Shape;
    MethodParameters:
       Name  Flags
      value  

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

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

  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.FillTransition this
        start local 1 // javafx.util.Duration value
         0: .line 135
            aload 0 /* this */
            getfield javafx.animation.FillTransition.duration:Ljavafx/beans/property/ObjectProperty;
            ifnonnull 1
            getstatic javafx.animation.FillTransition.DEFAULT_DURATION:Ljavafx/util/Duration;
            aload 1 /* value */
            invokevirtual javafx.util.Duration.equals:(Ljava/lang/Object;)Z
            ifne 2
         1: .line 136
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual javafx.animation.FillTransition.durationProperty:()Ljavafx/beans/property/ObjectProperty;
            aload 1 /* value */
            invokevirtual javafx.beans.property.ObjectProperty.set:(Ljava/lang/Object;)V
         2: .line 138
      StackMap locals:
      StackMap stack:
            return
        end local 1 // javafx.util.Duration value
        end local 0 // javafx.animation.FillTransition this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Ljavafx/animation/FillTransition;
            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.FillTransition this
         0: .line 141
            aload 0 /* this */
            getfield javafx.animation.FillTransition.duration:Ljavafx/beans/property/ObjectProperty;
            ifnonnull 1
            getstatic javafx.animation.FillTransition.DEFAULT_DURATION:Ljavafx/util/Duration;
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield javafx.animation.FillTransition.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.FillTransition this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/animation/FillTransition;

  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.FillTransition this
         0: .line 145
            aload 0 /* this */
            getfield javafx.animation.FillTransition.duration:Ljavafx/beans/property/ObjectProperty;
            ifnonnull 2
         1: .line 146
            aload 0 /* this */
            new javafx.animation.FillTransition$1
            dup
            aload 0 /* this */
            getstatic javafx.animation.FillTransition.DEFAULT_DURATION:Ljavafx/util/Duration;
            invokespecial javafx.animation.FillTransition$1.<init>:(Ljavafx/animation/FillTransition;Ljavafx/util/Duration;)V
            putfield javafx.animation.FillTransition.duration:Ljavafx/beans/property/ObjectProperty;
         2: .line 172
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.animation.FillTransition.duration:Ljavafx/beans/property/ObjectProperty;
            areturn
        end local 0 // javafx.animation.FillTransition this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/animation/FillTransition;
    Signature: ()Ljavafx/beans/property/ObjectProperty<Ljavafx/util/Duration;>;

  public final void setFromValue(javafx.scene.paint.Color);
    descriptor: (Ljavafx/scene/paint/Color;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.animation.FillTransition this
        start local 1 // javafx.scene.paint.Color value
         0: .line 189
            aload 0 /* this */
            getfield javafx.animation.FillTransition.fromValue:Ljavafx/beans/property/ObjectProperty;
            ifnonnull 1
            aload 1 /* value */
            ifnull 2
         1: .line 190
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual javafx.animation.FillTransition.fromValueProperty:()Ljavafx/beans/property/ObjectProperty;
            aload 1 /* value */
            invokevirtual javafx.beans.property.ObjectProperty.set:(Ljava/lang/Object;)V
         2: .line 192
      StackMap locals:
      StackMap stack:
            return
        end local 1 // javafx.scene.paint.Color value
        end local 0 // javafx.animation.FillTransition this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Ljavafx/animation/FillTransition;
            0    3     1  value  Ljavafx/scene/paint/Color;
    MethodParameters:
       Name  Flags
      value  

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

  public final javafx.beans.property.ObjectProperty<javafx.scene.paint.Color> fromValueProperty();
    descriptor: ()Ljavafx/beans/property/ObjectProperty;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // javafx.animation.FillTransition this
         0: .line 199
            aload 0 /* this */
            getfield javafx.animation.FillTransition.fromValue:Ljavafx/beans/property/ObjectProperty;
            ifnonnull 2
         1: .line 200
            aload 0 /* this */
            new javafx.beans.property.SimpleObjectProperty
            dup
            aload 0 /* this */
            ldc "fromValue"
            getstatic javafx.animation.FillTransition.DEFAULT_FROM_VALUE:Ljavafx/scene/paint/Color;
            invokespecial javafx.beans.property.SimpleObjectProperty.<init>:(Ljava/lang/Object;Ljava/lang/String;Ljava/lang/Object;)V
            putfield javafx.animation.FillTransition.fromValue:Ljavafx/beans/property/ObjectProperty;
         2: .line 202
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.animation.FillTransition.fromValue:Ljavafx/beans/property/ObjectProperty;
            areturn
        end local 0 // javafx.animation.FillTransition this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/animation/FillTransition;
    Signature: ()Ljavafx/beans/property/ObjectProperty<Ljavafx/scene/paint/Color;>;

  public final void setToValue(javafx.scene.paint.Color);
    descriptor: (Ljavafx/scene/paint/Color;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.animation.FillTransition this
        start local 1 // javafx.scene.paint.Color value
         0: .line 219
            aload 0 /* this */
            getfield javafx.animation.FillTransition.toValue:Ljavafx/beans/property/ObjectProperty;
            ifnonnull 1
            aload 1 /* value */
            ifnull 2
         1: .line 220
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual javafx.animation.FillTransition.toValueProperty:()Ljavafx/beans/property/ObjectProperty;
            aload 1 /* value */
            invokevirtual javafx.beans.property.ObjectProperty.set:(Ljava/lang/Object;)V
         2: .line 222
      StackMap locals:
      StackMap stack:
            return
        end local 1 // javafx.scene.paint.Color value
        end local 0 // javafx.animation.FillTransition this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Ljavafx/animation/FillTransition;
            0    3     1  value  Ljavafx/scene/paint/Color;
    MethodParameters:
       Name  Flags
      value  

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

  public final javafx.beans.property.ObjectProperty<javafx.scene.paint.Color> toValueProperty();
    descriptor: ()Ljavafx/beans/property/ObjectProperty;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // javafx.animation.FillTransition this
         0: .line 229
            aload 0 /* this */
            getfield javafx.animation.FillTransition.toValue:Ljavafx/beans/property/ObjectProperty;
            ifnonnull 2
         1: .line 230
            aload 0 /* this */
            new javafx.beans.property.SimpleObjectProperty
            dup
            aload 0 /* this */
            ldc "toValue"
            getstatic javafx.animation.FillTransition.DEFAULT_TO_VALUE:Ljavafx/scene/paint/Color;
            invokespecial javafx.beans.property.SimpleObjectProperty.<init>:(Ljava/lang/Object;Ljava/lang/String;Ljava/lang/Object;)V
            putfield javafx.animation.FillTransition.toValue:Ljavafx/beans/property/ObjectProperty;
         2: .line 232
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.animation.FillTransition.toValue:Ljavafx/beans/property/ObjectProperty;
            areturn
        end local 0 // javafx.animation.FillTransition this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/animation/FillTransition;
    Signature: ()Ljavafx/beans/property/ObjectProperty<Ljavafx/scene/paint/Color;>;

  public void <init>(javafx.util.Duration, javafx.scene.shape.Shape, javafx.scene.paint.Color, javafx.scene.paint.Color);
    descriptor: (Ljavafx/util/Duration;Ljavafx/scene/shape/Shape;Ljavafx/scene/paint/Color;Ljavafx/scene/paint/Color;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // javafx.animation.FillTransition this
        start local 1 // javafx.util.Duration duration
        start local 2 // javafx.scene.shape.Shape shape
        start local 3 // javafx.scene.paint.Color fromValue
        start local 4 // javafx.scene.paint.Color toValue
         0: .line 242
            aload 0 /* this */
            invokespecial javafx.animation.Transition.<init>:()V
         1: .line 244
            aload 0 /* this */
            aload 1 /* duration */
            invokevirtual javafx.animation.FillTransition.setDuration:(Ljavafx/util/Duration;)V
         2: .line 245
            aload 0 /* this */
            aload 2 /* shape */
            invokevirtual javafx.animation.FillTransition.setShape:(Ljavafx/scene/shape/Shape;)V
         3: .line 246
            aload 0 /* this */
            aload 3 /* fromValue */
            invokevirtual javafx.animation.FillTransition.setFromValue:(Ljavafx/scene/paint/Color;)V
         4: .line 247
            aload 0 /* this */
            aload 4 /* toValue */
            invokevirtual javafx.animation.FillTransition.setToValue:(Ljavafx/scene/paint/Color;)V
         5: .line 248
            aload 0 /* this */
            aload 1 /* duration */
            invokevirtual javafx.animation.FillTransition.setCycleDuration:(Ljavafx/util/Duration;)V
         6: .line 249
            return
        end local 4 // javafx.scene.paint.Color toValue
        end local 3 // javafx.scene.paint.Color fromValue
        end local 2 // javafx.scene.shape.Shape shape
        end local 1 // javafx.util.Duration duration
        end local 0 // javafx.animation.FillTransition this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Ljavafx/animation/FillTransition;
            0    7     1   duration  Ljavafx/util/Duration;
            0    7     2      shape  Ljavafx/scene/shape/Shape;
            0    7     3  fromValue  Ljavafx/scene/paint/Color;
            0    7     4    toValue  Ljavafx/scene/paint/Color;
    MethodParameters:
           Name  Flags
      duration   
      shape      
      fromValue  
      toValue    

  public void <init>(javafx.util.Duration, javafx.scene.paint.Color, javafx.scene.paint.Color);
    descriptor: (Ljavafx/util/Duration;Ljavafx/scene/paint/Color;Ljavafx/scene/paint/Color;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // javafx.animation.FillTransition this
        start local 1 // javafx.util.Duration duration
        start local 2 // javafx.scene.paint.Color fromValue
        start local 3 // javafx.scene.paint.Color toValue
         0: .line 258
            aload 0 /* this */
            aload 1 /* duration */
            aconst_null
            aload 2 /* fromValue */
            aload 3 /* toValue */
            invokespecial javafx.animation.FillTransition.<init>:(Ljavafx/util/Duration;Ljavafx/scene/shape/Shape;Ljavafx/scene/paint/Color;Ljavafx/scene/paint/Color;)V
         1: .line 259
            return
        end local 3 // javafx.scene.paint.Color toValue
        end local 2 // javafx.scene.paint.Color fromValue
        end local 1 // javafx.util.Duration duration
        end local 0 // javafx.animation.FillTransition this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Ljavafx/animation/FillTransition;
            0    2     1   duration  Ljavafx/util/Duration;
            0    2     2  fromValue  Ljavafx/scene/paint/Color;
            0    2     3    toValue  Ljavafx/scene/paint/Color;
    MethodParameters:
           Name  Flags
      duration   
      fromValue  
      toValue    

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

  public void <init>(javafx.util.Duration);
    descriptor: (Ljavafx/util/Duration;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // javafx.animation.FillTransition this
        start local 1 // javafx.util.Duration duration
         0: .line 280
            aload 0 /* this */
            aload 1 /* duration */
            aconst_null
            aconst_null
            aconst_null
            invokespecial javafx.animation.FillTransition.<init>:(Ljavafx/util/Duration;Ljavafx/scene/shape/Shape;Ljavafx/scene/paint/Color;Ljavafx/scene/paint/Color;)V
         1: .line 281
            return
        end local 1 // javafx.util.Duration duration
        end local 0 // javafx.animation.FillTransition this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Ljavafx/animation/FillTransition;
            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.FillTransition this
         0: .line 287
            aload 0 /* this */
            getstatic javafx.animation.FillTransition.DEFAULT_DURATION:Ljavafx/util/Duration;
            aconst_null
            invokespecial javafx.animation.FillTransition.<init>:(Ljavafx/util/Duration;Ljavafx/scene/shape/Shape;)V
         1: .line 288
            return
        end local 0 // javafx.animation.FillTransition this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavafx/animation/FillTransition;

  protected void interpolate(double);
    descriptor: (D)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // javafx.animation.FillTransition this
        start local 1 // double frac
         0: .line 295
            aload 0 /* this */
            getfield javafx.animation.FillTransition.start:Ljavafx/scene/paint/Color;
            aload 0 /* this */
            getfield javafx.animation.FillTransition.end:Ljavafx/scene/paint/Color;
            dload 1 /* frac */
            invokevirtual javafx.scene.paint.Color.interpolate:(Ljavafx/scene/paint/Color;D)Ljavafx/scene/paint/Color;
            astore 3 /* newColor */
        start local 3 // javafx.scene.paint.Color newColor
         1: .line 296
            aload 0 /* this */
            getfield javafx.animation.FillTransition.cachedShape:Ljavafx/scene/shape/Shape;
            aload 3 /* newColor */
            invokevirtual javafx.scene.shape.Shape.setFill:(Ljavafx/scene/paint/Paint;)V
         2: .line 297
            return
        end local 3 // javafx.scene.paint.Color newColor
        end local 1 // double frac
        end local 0 // javafx.animation.FillTransition this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Ljavafx/animation/FillTransition;
            0    3     1      frac  D
            1    3     3  newColor  Ljavafx/scene/paint/Color;
    MethodParameters:
      Name  Flags
      frac  

  private javafx.scene.shape.Shape getTargetShape();
    descriptor: ()Ljavafx/scene/shape/Shape;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=3, args_size=1
        start local 0 // javafx.animation.FillTransition this
         0: .line 300
            aload 0 /* this */
            invokevirtual javafx.animation.FillTransition.getShape:()Ljavafx/scene/shape/Shape;
            astore 1 /* shape */
        start local 1 // javafx.scene.shape.Shape shape
         1: .line 301
            aload 1 /* shape */
            ifnonnull 5
         2: .line 302
            aload 0 /* this */
            invokevirtual javafx.animation.FillTransition.getParentTargetNode:()Ljavafx/scene/Node;
            astore 2 /* node */
        start local 2 // javafx.scene.Node node
         3: .line 303
            aload 2 /* node */
            instanceof javafx.scene.shape.Shape
            ifeq 5
         4: .line 304
            aload 2 /* node */
            checkcast javafx.scene.shape.Shape
            astore 1 /* shape */
        end local 2 // javafx.scene.Node node
         5: .line 307
      StackMap locals: javafx.scene.shape.Shape
      StackMap stack:
            aload 1 /* shape */
            areturn
        end local 1 // javafx.scene.shape.Shape shape
        end local 0 // javafx.animation.FillTransition this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Ljavafx/animation/FillTransition;
            1    6     1  shape  Ljavafx/scene/shape/Shape;
            3    5     2   node  Ljavafx/scene/Node;

  boolean startable(boolean);
    descriptor: (Z)Z
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // javafx.animation.FillTransition this
        start local 1 // boolean forceSync
         0: .line 312
            aload 0 /* this */
            iload 1 /* forceSync */
            invokespecial javafx.animation.Transition.startable:(Z)Z
            ifne 2
         1: .line 313
            iconst_0
            ireturn
         2: .line 316
      StackMap locals:
      StackMap stack:
            iload 1 /* forceSync */
            ifne 4
            aload 0 /* this */
            getfield javafx.animation.FillTransition.cachedShape:Ljavafx/scene/shape/Shape;
            ifnull 4
         3: .line 317
            iconst_1
            ireturn
         4: .line 321
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual javafx.animation.FillTransition.getTargetShape:()Ljavafx/scene/shape/Shape;
            astore 2 /* shape */
        start local 2 // javafx.scene.shape.Shape shape
         5: .line 322
            aload 2 /* shape */
            ifnull 9
         6: .line 323
            aload 0 /* this */
            invokevirtual javafx.animation.FillTransition.getFromValue:()Ljavafx/scene/paint/Color;
            ifnonnull 7
            aload 2 /* shape */
            invokevirtual javafx.scene.shape.Shape.getFill:()Ljavafx/scene/paint/Paint;
            instanceof javafx.scene.paint.Color
            ifeq 9
         7: .line 330
      StackMap locals: javafx.scene.shape.Shape
      StackMap stack:
            aload 0 /* this */
            invokevirtual javafx.animation.FillTransition.getToValue:()Ljavafx/scene/paint/Color;
            ifnull 9
         8: .line 322
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         9: iconst_0
            ireturn
        end local 2 // javafx.scene.shape.Shape shape
        end local 1 // boolean forceSync
        end local 0 // javafx.animation.FillTransition this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   10     0       this  Ljavafx/animation/FillTransition;
            0   10     1  forceSync  Z
            5   10     2      shape  Ljavafx/scene/shape/Shape;
    MethodParameters:
           Name  Flags
      forceSync  

  void sync(boolean);
    descriptor: (Z)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // javafx.animation.FillTransition this
        start local 1 // boolean forceSync
         0: .line 335
            aload 0 /* this */
            iload 1 /* forceSync */
            invokespecial javafx.animation.Transition.sync:(Z)V
         1: .line 336
            iload 1 /* forceSync */
            ifne 2
            aload 0 /* this */
            getfield javafx.animation.FillTransition.cachedShape:Ljavafx/scene/shape/Shape;
            ifnonnull 9
         2: .line 337
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual javafx.animation.FillTransition.getTargetShape:()Ljavafx/scene/shape/Shape;
            putfield javafx.animation.FillTransition.cachedShape:Ljavafx/scene/shape/Shape;
         3: .line 338
            aload 0 /* this */
            invokevirtual javafx.animation.FillTransition.getFromValue:()Ljavafx/scene/paint/Color;
            astore 2 /* _fromValue */
        start local 2 // javafx.scene.paint.Color _fromValue
         4: .line 339
            aload 0 /* this */
            aload 2 /* _fromValue */
            ifnull 5
            aload 2 /* _fromValue */
            goto 7
      StackMap locals: javafx.animation.FillTransition int javafx.scene.paint.Color
      StackMap stack: javafx.animation.FillTransition
         5: aload 0 /* this */
            getfield javafx.animation.FillTransition.cachedShape:Ljavafx/scene/shape/Shape;
         6: .line 340
            invokevirtual javafx.scene.shape.Shape.getFill:()Ljavafx/scene/paint/Paint;
            checkcast javafx.scene.paint.Color
         7: .line 339
      StackMap locals: javafx.animation.FillTransition int javafx.scene.paint.Color
      StackMap stack: javafx.animation.FillTransition javafx.scene.paint.Color
            putfield javafx.animation.FillTransition.start:Ljavafx/scene/paint/Color;
         8: .line 341
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual javafx.animation.FillTransition.getToValue:()Ljavafx/scene/paint/Color;
            putfield javafx.animation.FillTransition.end:Ljavafx/scene/paint/Color;
        end local 2 // javafx.scene.paint.Color _fromValue
         9: .line 343
      StackMap locals:
      StackMap stack:
            return
        end local 1 // boolean forceSync
        end local 0 // javafx.animation.FillTransition this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   10     0        this  Ljavafx/animation/FillTransition;
            0   10     1   forceSync  Z
            4    9     2  _fromValue  Ljavafx/scene/paint/Color;
    MethodParameters:
           Name  Flags
      forceSync  
}
SourceFile: "FillTransition.java"
NestMembers:
  javafx.animation.FillTransition$1
InnerClasses:
  javafx.animation.FillTransition$1