public class javafx.scene.effect.DropShadow extends javafx.scene.effect.Effect
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: javafx.scene.effect.DropShadow
  super_class: javafx.scene.effect.Effect
{
  private boolean changeIsLocal;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

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

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

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

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

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

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

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

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

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

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.effect.DropShadow this
         0: .line 94
            aload 0 /* this */
            invokespecial javafx.scene.effect.Effect.<init>:()V
            return
        end local 0 // javafx.scene.effect.DropShadow this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/effect/DropShadow;

  public void <init>(double, javafx.scene.paint.Color);
    descriptor: (DLjavafx/scene/paint/Color;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // javafx.scene.effect.DropShadow this
        start local 1 // double radius
        start local 3 // javafx.scene.paint.Color color
         0: .line 102
            aload 0 /* this */
            invokespecial javafx.scene.effect.Effect.<init>:()V
         1: .line 103
            aload 0 /* this */
            dload 1 /* radius */
            invokevirtual javafx.scene.effect.DropShadow.setRadius:(D)V
         2: .line 104
            aload 0 /* this */
            aload 3 /* color */
            invokevirtual javafx.scene.effect.DropShadow.setColor:(Ljavafx/scene/paint/Color;)V
         3: .line 105
            return
        end local 3 // javafx.scene.paint.Color color
        end local 1 // double radius
        end local 0 // javafx.scene.effect.DropShadow this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Ljavafx/scene/effect/DropShadow;
            0    4     1  radius  D
            0    4     3   color  Ljavafx/scene/paint/Color;
    MethodParameters:
        Name  Flags
      radius  
      color   

  public void <init>(double, double, double, javafx.scene.paint.Color);
    descriptor: (DDDLjavafx/scene/paint/Color;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=8, args_size=5
        start local 0 // javafx.scene.effect.DropShadow this
        start local 1 // double radius
        start local 3 // double offsetX
        start local 5 // double offsetY
        start local 7 // javafx.scene.paint.Color color
         0: .line 116
            aload 0 /* this */
            invokespecial javafx.scene.effect.Effect.<init>:()V
         1: .line 117
            aload 0 /* this */
            dload 1 /* radius */
            invokevirtual javafx.scene.effect.DropShadow.setRadius:(D)V
         2: .line 118
            aload 0 /* this */
            dload 3 /* offsetX */
            invokevirtual javafx.scene.effect.DropShadow.setOffsetX:(D)V
         3: .line 119
            aload 0 /* this */
            dload 5 /* offsetY */
            invokevirtual javafx.scene.effect.DropShadow.setOffsetY:(D)V
         4: .line 120
            aload 0 /* this */
            aload 7 /* color */
            invokevirtual javafx.scene.effect.DropShadow.setColor:(Ljavafx/scene/paint/Color;)V
         5: .line 121
            return
        end local 7 // javafx.scene.paint.Color color
        end local 5 // double offsetY
        end local 3 // double offsetX
        end local 1 // double radius
        end local 0 // javafx.scene.effect.DropShadow this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Ljavafx/scene/effect/DropShadow;
            0    6     1   radius  D
            0    6     3  offsetX  D
            0    6     5  offsetY  D
            0    6     7    color  Ljavafx/scene/paint/Color;
    MethodParameters:
         Name  Flags
      radius   
      offsetX  
      offsetY  
      color    

  public void <init>(javafx.scene.effect.BlurType, javafx.scene.paint.Color, double, double, double, double);
    descriptor: (Ljavafx/scene/effect/BlurType;Ljavafx/scene/paint/Color;DDDD)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=11, args_size=7
        start local 0 // javafx.scene.effect.DropShadow this
        start local 1 // javafx.scene.effect.BlurType blurType
        start local 2 // javafx.scene.paint.Color color
        start local 3 // double radius
        start local 5 // double spread
        start local 7 // double offsetX
        start local 9 // double offsetY
         0: .line 135
            aload 0 /* this */
            invokespecial javafx.scene.effect.Effect.<init>:()V
         1: .line 137
            aload 0 /* this */
            aload 1 /* blurType */
            invokevirtual javafx.scene.effect.DropShadow.setBlurType:(Ljavafx/scene/effect/BlurType;)V
         2: .line 138
            aload 0 /* this */
            aload 2 /* color */
            invokevirtual javafx.scene.effect.DropShadow.setColor:(Ljavafx/scene/paint/Color;)V
         3: .line 139
            aload 0 /* this */
            dload 3 /* radius */
            invokevirtual javafx.scene.effect.DropShadow.setRadius:(D)V
         4: .line 140
            aload 0 /* this */
            dload 5 /* spread */
            invokevirtual javafx.scene.effect.DropShadow.setSpread:(D)V
         5: .line 141
            aload 0 /* this */
            dload 7 /* offsetX */
            invokevirtual javafx.scene.effect.DropShadow.setOffsetX:(D)V
         6: .line 142
            aload 0 /* this */
            dload 9 /* offsetY */
            invokevirtual javafx.scene.effect.DropShadow.setOffsetY:(D)V
         7: .line 143
            return
        end local 9 // double offsetY
        end local 7 // double offsetX
        end local 5 // double spread
        end local 3 // double radius
        end local 2 // javafx.scene.paint.Color color
        end local 1 // javafx.scene.effect.BlurType blurType
        end local 0 // javafx.scene.effect.DropShadow this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    8     0      this  Ljavafx/scene/effect/DropShadow;
            0    8     1  blurType  Ljavafx/scene/effect/BlurType;
            0    8     2     color  Ljavafx/scene/paint/Color;
            0    8     3    radius  D
            0    8     5    spread  D
            0    8     7   offsetX  D
            0    8     9   offsetY  D
    MethodParameters:
          Name  Flags
      blurType  
      color     
      radius    
      spread    
      offsetX   
      offsetY   

  com.sun.scenario.effect.DropShadow createPeer();
    descriptor: ()Lcom/sun/scenario/effect/DropShadow;
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javafx.scene.effect.DropShadow this
         0: .line 147
            new com.sun.scenario.effect.DropShadow
            dup
            invokespecial com.sun.scenario.effect.DropShadow.<init>:()V
            areturn
        end local 0 // javafx.scene.effect.DropShadow this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/effect/DropShadow;

  public final void setInput(javafx.scene.effect.Effect);
    descriptor: (Ljavafx/scene/effect/Effect;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.scene.effect.DropShadow this
        start local 1 // javafx.scene.effect.Effect value
         0: .line 160
            aload 0 /* this */
            invokevirtual javafx.scene.effect.DropShadow.inputProperty:()Ljavafx/beans/property/ObjectProperty;
            aload 1 /* value */
            invokevirtual javafx.beans.property.ObjectProperty.set:(Ljava/lang/Object;)V
         1: .line 161
            return
        end local 1 // javafx.scene.effect.Effect value
        end local 0 // javafx.scene.effect.DropShadow this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Ljavafx/scene/effect/DropShadow;
            0    2     1  value  Ljavafx/scene/effect/Effect;
    MethodParameters:
       Name  Flags
      value  

  public final javafx.scene.effect.Effect getInput();
    descriptor: ()Ljavafx/scene/effect/Effect;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.effect.DropShadow this
         0: .line 164
            aload 0 /* this */
            getfield javafx.scene.effect.DropShadow.input:Ljavafx/beans/property/ObjectProperty;
            ifnonnull 1
            aconst_null
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield javafx.scene.effect.DropShadow.input:Ljavafx/beans/property/ObjectProperty;
            invokevirtual javafx.beans.property.ObjectProperty.get:()Ljava/lang/Object;
            checkcast javafx.scene.effect.Effect
      StackMap locals:
      StackMap stack: javafx.scene.effect.Effect
         2: areturn
        end local 0 // javafx.scene.effect.DropShadow this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/effect/DropShadow;

  public final javafx.beans.property.ObjectProperty<javafx.scene.effect.Effect> inputProperty();
    descriptor: ()Ljavafx/beans/property/ObjectProperty;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // javafx.scene.effect.DropShadow this
         0: .line 168
            aload 0 /* this */
            getfield javafx.scene.effect.DropShadow.input:Ljavafx/beans/property/ObjectProperty;
            ifnonnull 2
         1: .line 169
            aload 0 /* this */
            new javafx.scene.effect.Effect$EffectInputProperty
            dup
            aload 0 /* this */
            ldc "input"
            invokespecial javafx.scene.effect.Effect$EffectInputProperty.<init>:(Ljavafx/scene/effect/Effect;Ljava/lang/String;)V
            putfield javafx.scene.effect.DropShadow.input:Ljavafx/beans/property/ObjectProperty;
         2: .line 171
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.effect.DropShadow.input:Ljavafx/beans/property/ObjectProperty;
            areturn
        end local 0 // javafx.scene.effect.DropShadow this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/effect/DropShadow;
    Signature: ()Ljavafx/beans/property/ObjectProperty<Ljavafx/scene/effect/Effect;>;

  boolean checkChainContains(javafx.scene.effect.Effect);
    descriptor: (Ljavafx/scene/effect/Effect;)Z
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // javafx.scene.effect.DropShadow this
        start local 1 // javafx.scene.effect.Effect e
         0: .line 176
            aload 0 /* this */
            invokevirtual javafx.scene.effect.DropShadow.getInput:()Ljavafx/scene/effect/Effect;
            astore 2 /* localInput */
        start local 2 // javafx.scene.effect.Effect localInput
         1: .line 177
            aload 2 /* localInput */
            ifnonnull 3
         2: .line 178
            iconst_0
            ireturn
         3: .line 179
      StackMap locals: javafx.scene.effect.Effect
      StackMap stack:
            aload 2 /* localInput */
            aload 1 /* e */
            if_acmpne 5
         4: .line 180
            iconst_1
            ireturn
         5: .line 181
      StackMap locals:
      StackMap stack:
            aload 2 /* localInput */
            aload 1 /* e */
            invokevirtual javafx.scene.effect.Effect.checkChainContains:(Ljavafx/scene/effect/Effect;)Z
            ireturn
        end local 2 // javafx.scene.effect.Effect localInput
        end local 1 // javafx.scene.effect.Effect e
        end local 0 // javafx.scene.effect.DropShadow this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    6     0        this  Ljavafx/scene/effect/DropShadow;
            0    6     1           e  Ljavafx/scene/effect/Effect;
            1    6     2  localInput  Ljavafx/scene/effect/Effect;
    MethodParameters:
      Name  Flags
      e     

  public final void setRadius(double);
    descriptor: (D)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // javafx.scene.effect.DropShadow this
        start local 1 // double value
         0: .line 202
            aload 0 /* this */
            invokevirtual javafx.scene.effect.DropShadow.radiusProperty:()Ljavafx/beans/property/DoubleProperty;
            dload 1 /* value */
            invokevirtual javafx.beans.property.DoubleProperty.set:(D)V
         1: .line 203
            return
        end local 1 // double value
        end local 0 // javafx.scene.effect.DropShadow this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Ljavafx/scene/effect/DropShadow;
            0    2     1  value  D
    MethodParameters:
       Name  Flags
      value  

  public final double getRadius();
    descriptor: ()D
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javafx.scene.effect.DropShadow this
         0: .line 206
            aload 0 /* this */
            getfield javafx.scene.effect.DropShadow.radius:Ljavafx/beans/property/DoubleProperty;
            ifnonnull 1
            ldc 10.0
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield javafx.scene.effect.DropShadow.radius:Ljavafx/beans/property/DoubleProperty;
            invokevirtual javafx.beans.property.DoubleProperty.get:()D
      StackMap locals:
      StackMap stack: double
         2: dreturn
        end local 0 // javafx.scene.effect.DropShadow this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/effect/DropShadow;

  public final javafx.beans.property.DoubleProperty radiusProperty();
    descriptor: ()Ljavafx/beans/property/DoubleProperty;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // javafx.scene.effect.DropShadow this
         0: .line 210
            aload 0 /* this */
            getfield javafx.scene.effect.DropShadow.radius:Ljavafx/beans/property/DoubleProperty;
            ifnonnull 2
         1: .line 211
            aload 0 /* this */
            new javafx.scene.effect.DropShadow$1
            dup
            aload 0 /* this */
            ldc 10.0
            invokespecial javafx.scene.effect.DropShadow$1.<init>:(Ljavafx/scene/effect/DropShadow;D)V
            putfield javafx.scene.effect.DropShadow.radius:Ljavafx/beans/property/DoubleProperty;
         2: .line 237
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.effect.DropShadow.radius:Ljavafx/beans/property/DoubleProperty;
            areturn
        end local 0 // javafx.scene.effect.DropShadow this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/effect/DropShadow;

  private void updateRadius(double);
    descriptor: (D)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // javafx.scene.effect.DropShadow this
        start local 1 // double value
         0: .line 241
            dload 1 /* value */
            ldc 2.0
            dmul
            dconst_1
            dadd
            dstore 3 /* newdim */
        start local 3 // double newdim
         1: .line 242
            aload 0 /* this */
            getfield javafx.scene.effect.DropShadow.width:Ljavafx/beans/property/DoubleProperty;
            ifnull 5
            aload 0 /* this */
            getfield javafx.scene.effect.DropShadow.width:Ljavafx/beans/property/DoubleProperty;
            invokevirtual javafx.beans.property.DoubleProperty.isBound:()Z
            ifeq 5
         2: .line 256
            aload 0 /* this */
            getfield javafx.scene.effect.DropShadow.height:Ljavafx/beans/property/DoubleProperty;
            ifnull 3
            aload 0 /* this */
            getfield javafx.scene.effect.DropShadow.height:Ljavafx/beans/property/DoubleProperty;
            invokevirtual javafx.beans.property.DoubleProperty.isBound:()Z
            ifne 10
         3: .line 257
      StackMap locals: double
      StackMap stack:
            aload 0 /* this */
            dload 3 /* newdim */
            ldc 2.0
            dmul
            aload 0 /* this */
            invokevirtual javafx.scene.effect.DropShadow.getWidth:()D
            dsub
            invokevirtual javafx.scene.effect.DropShadow.setHeight:(D)V
         4: .line 259
            goto 10
      StackMap locals:
      StackMap stack:
         5: aload 0 /* this */
            getfield javafx.scene.effect.DropShadow.height:Ljavafx/beans/property/DoubleProperty;
            ifnull 8
            aload 0 /* this */
            getfield javafx.scene.effect.DropShadow.height:Ljavafx/beans/property/DoubleProperty;
            invokevirtual javafx.beans.property.DoubleProperty.isBound:()Z
            ifeq 8
         6: .line 260
            aload 0 /* this */
            dload 3 /* newdim */
            ldc 2.0
            dmul
            aload 0 /* this */
            invokevirtual javafx.scene.effect.DropShadow.getHeight:()D
            dsub
            invokevirtual javafx.scene.effect.DropShadow.setWidth:(D)V
         7: .line 261
            goto 10
         8: .line 262
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dload 3 /* newdim */
            invokevirtual javafx.scene.effect.DropShadow.setWidth:(D)V
         9: .line 263
            aload 0 /* this */
            dload 3 /* newdim */
            invokevirtual javafx.scene.effect.DropShadow.setHeight:(D)V
        10: .line 265
      StackMap locals:
      StackMap stack:
            return
        end local 3 // double newdim
        end local 1 // double value
        end local 0 // javafx.scene.effect.DropShadow this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   11     0    this  Ljavafx/scene/effect/DropShadow;
            0   11     1   value  D
            1   11     3  newdim  D
    MethodParameters:
       Name  Flags
      value  

  public final void setWidth(double);
    descriptor: (D)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // javafx.scene.effect.DropShadow this
        start local 1 // double value
         0: .line 285
            aload 0 /* this */
            invokevirtual javafx.scene.effect.DropShadow.widthProperty:()Ljavafx/beans/property/DoubleProperty;
            dload 1 /* value */
            invokevirtual javafx.beans.property.DoubleProperty.set:(D)V
         1: .line 286
            return
        end local 1 // double value
        end local 0 // javafx.scene.effect.DropShadow this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Ljavafx/scene/effect/DropShadow;
            0    2     1  value  D
    MethodParameters:
       Name  Flags
      value  

  public final double getWidth();
    descriptor: ()D
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javafx.scene.effect.DropShadow this
         0: .line 289
            aload 0 /* this */
            getfield javafx.scene.effect.DropShadow.width:Ljavafx/beans/property/DoubleProperty;
            ifnonnull 1
            ldc 21.0
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield javafx.scene.effect.DropShadow.width:Ljavafx/beans/property/DoubleProperty;
            invokevirtual javafx.beans.property.DoubleProperty.get:()D
      StackMap locals:
      StackMap stack: double
         2: dreturn
        end local 0 // javafx.scene.effect.DropShadow this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/effect/DropShadow;

  public final javafx.beans.property.DoubleProperty widthProperty();
    descriptor: ()Ljavafx/beans/property/DoubleProperty;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // javafx.scene.effect.DropShadow this
         0: .line 293
            aload 0 /* this */
            getfield javafx.scene.effect.DropShadow.width:Ljavafx/beans/property/DoubleProperty;
            ifnonnull 2
         1: .line 294
            aload 0 /* this */
            new javafx.scene.effect.DropShadow$2
            dup
            aload 0 /* this */
            ldc 21.0
            invokespecial javafx.scene.effect.DropShadow$2.<init>:(Ljavafx/scene/effect/DropShadow;D)V
            putfield javafx.scene.effect.DropShadow.width:Ljavafx/beans/property/DoubleProperty;
         2: .line 320
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.effect.DropShadow.width:Ljavafx/beans/property/DoubleProperty;
            areturn
        end local 0 // javafx.scene.effect.DropShadow this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/effect/DropShadow;

  private void updateWidth(double);
    descriptor: (D)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // javafx.scene.effect.DropShadow this
        start local 1 // double value
         0: .line 324
            aload 0 /* this */
            getfield javafx.scene.effect.DropShadow.radius:Ljavafx/beans/property/DoubleProperty;
            ifnull 1
            aload 0 /* this */
            getfield javafx.scene.effect.DropShadow.radius:Ljavafx/beans/property/DoubleProperty;
            invokevirtual javafx.beans.property.DoubleProperty.isBound:()Z
            ifne 7
         1: .line 325
      StackMap locals:
      StackMap stack:
            dload 1 /* value */
            aload 0 /* this */
            invokevirtual javafx.scene.effect.DropShadow.getHeight:()D
            dadd
            ldc 2.0
            ddiv
            dstore 3 /* newrad */
        start local 3 // double newrad
         2: .line 326
            dload 3 /* newrad */
            dconst_1
            dsub
            ldc 2.0
            ddiv
            dstore 3 /* newrad */
         3: .line 327
            dload 3 /* newrad */
            dconst_0
            dcmpg
            ifge 5
         4: .line 328
            dconst_0
            dstore 3 /* newrad */
         5: .line 330
      StackMap locals: double
      StackMap stack:
            aload 0 /* this */
            dload 3 /* newrad */
            invokevirtual javafx.scene.effect.DropShadow.setRadius:(D)V
        end local 3 // double newrad
         6: .line 331
            goto 10
         7: .line 332
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.effect.DropShadow.height:Ljavafx/beans/property/DoubleProperty;
            ifnull 8
            aload 0 /* this */
            getfield javafx.scene.effect.DropShadow.height:Ljavafx/beans/property/DoubleProperty;
            invokevirtual javafx.beans.property.DoubleProperty.isBound:()Z
            ifne 10
         8: .line 333
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual javafx.scene.effect.DropShadow.getRadius:()D
            ldc 2.0
            dmul
            dconst_1
            dadd
            dstore 3 /* newdim */
        start local 3 // double newdim
         9: .line 334
            aload 0 /* this */
            dload 3 /* newdim */
            ldc 2.0
            dmul
            dload 1 /* value */
            dsub
            invokevirtual javafx.scene.effect.DropShadow.setHeight:(D)V
        end local 3 // double newdim
        10: .line 337
      StackMap locals:
      StackMap stack:
            return
        end local 1 // double value
        end local 0 // javafx.scene.effect.DropShadow this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   11     0    this  Ljavafx/scene/effect/DropShadow;
            0   11     1   value  D
            2    6     3  newrad  D
            9   10     3  newdim  D
    MethodParameters:
       Name  Flags
      value  

  public final void setHeight(double);
    descriptor: (D)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // javafx.scene.effect.DropShadow this
        start local 1 // double value
         0: .line 357
            aload 0 /* this */
            invokevirtual javafx.scene.effect.DropShadow.heightProperty:()Ljavafx/beans/property/DoubleProperty;
            dload 1 /* value */
            invokevirtual javafx.beans.property.DoubleProperty.set:(D)V
         1: .line 358
            return
        end local 1 // double value
        end local 0 // javafx.scene.effect.DropShadow this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Ljavafx/scene/effect/DropShadow;
            0    2     1  value  D
    MethodParameters:
       Name  Flags
      value  

  public final double getHeight();
    descriptor: ()D
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javafx.scene.effect.DropShadow this
         0: .line 361
            aload 0 /* this */
            getfield javafx.scene.effect.DropShadow.height:Ljavafx/beans/property/DoubleProperty;
            ifnonnull 1
            ldc 21.0
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield javafx.scene.effect.DropShadow.height:Ljavafx/beans/property/DoubleProperty;
            invokevirtual javafx.beans.property.DoubleProperty.get:()D
      StackMap locals:
      StackMap stack: double
         2: dreturn
        end local 0 // javafx.scene.effect.DropShadow this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/effect/DropShadow;

  public final javafx.beans.property.DoubleProperty heightProperty();
    descriptor: ()Ljavafx/beans/property/DoubleProperty;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // javafx.scene.effect.DropShadow this
         0: .line 365
            aload 0 /* this */
            getfield javafx.scene.effect.DropShadow.height:Ljavafx/beans/property/DoubleProperty;
            ifnonnull 2
         1: .line 366
            aload 0 /* this */
            new javafx.scene.effect.DropShadow$3
            dup
            aload 0 /* this */
            ldc 21.0
            invokespecial javafx.scene.effect.DropShadow$3.<init>:(Ljavafx/scene/effect/DropShadow;D)V
            putfield javafx.scene.effect.DropShadow.height:Ljavafx/beans/property/DoubleProperty;
         2: .line 392
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.effect.DropShadow.height:Ljavafx/beans/property/DoubleProperty;
            areturn
        end local 0 // javafx.scene.effect.DropShadow this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/effect/DropShadow;

  private void updateHeight(double);
    descriptor: (D)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // javafx.scene.effect.DropShadow this
        start local 1 // double value
         0: .line 396
            aload 0 /* this */
            getfield javafx.scene.effect.DropShadow.radius:Ljavafx/beans/property/DoubleProperty;
            ifnull 1
            aload 0 /* this */
            getfield javafx.scene.effect.DropShadow.radius:Ljavafx/beans/property/DoubleProperty;
            invokevirtual javafx.beans.property.DoubleProperty.isBound:()Z
            ifne 7
         1: .line 397
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual javafx.scene.effect.DropShadow.getWidth:()D
            dload 1 /* value */
            dadd
            ldc 2.0
            ddiv
            dstore 3 /* newrad */
        start local 3 // double newrad
         2: .line 398
            dload 3 /* newrad */
            dconst_1
            dsub
            ldc 2.0
            ddiv
            dstore 3 /* newrad */
         3: .line 399
            dload 3 /* newrad */
            dconst_0
            dcmpg
            ifge 5
         4: .line 400
            dconst_0
            dstore 3 /* newrad */
         5: .line 402
      StackMap locals: double
      StackMap stack:
            aload 0 /* this */
            dload 3 /* newrad */
            invokevirtual javafx.scene.effect.DropShadow.setRadius:(D)V
        end local 3 // double newrad
         6: .line 403
            goto 10
         7: .line 404
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.effect.DropShadow.width:Ljavafx/beans/property/DoubleProperty;
            ifnull 8
            aload 0 /* this */
            getfield javafx.scene.effect.DropShadow.width:Ljavafx/beans/property/DoubleProperty;
            invokevirtual javafx.beans.property.DoubleProperty.isBound:()Z
            ifne 10
         8: .line 405
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual javafx.scene.effect.DropShadow.getRadius:()D
            ldc 2.0
            dmul
            dconst_1
            dadd
            dstore 3 /* newdim */
        start local 3 // double newdim
         9: .line 406
            aload 0 /* this */
            dload 3 /* newdim */
            ldc 2.0
            dmul
            dload 1 /* value */
            dsub
            invokevirtual javafx.scene.effect.DropShadow.setWidth:(D)V
        end local 3 // double newdim
        10: .line 409
      StackMap locals:
      StackMap stack:
            return
        end local 1 // double value
        end local 0 // javafx.scene.effect.DropShadow this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   11     0    this  Ljavafx/scene/effect/DropShadow;
            0   11     1   value  D
            2    6     3  newrad  D
            9   10     3  newdim  D
    MethodParameters:
       Name  Flags
      value  

  public final void setBlurType(javafx.scene.effect.BlurType);
    descriptor: (Ljavafx/scene/effect/BlurType;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.scene.effect.DropShadow this
        start local 1 // javafx.scene.effect.BlurType value
         0: .line 425
            aload 0 /* this */
            invokevirtual javafx.scene.effect.DropShadow.blurTypeProperty:()Ljavafx/beans/property/ObjectProperty;
            aload 1 /* value */
            invokevirtual javafx.beans.property.ObjectProperty.set:(Ljava/lang/Object;)V
         1: .line 426
            return
        end local 1 // javafx.scene.effect.BlurType value
        end local 0 // javafx.scene.effect.DropShadow this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Ljavafx/scene/effect/DropShadow;
            0    2     1  value  Ljavafx/scene/effect/BlurType;
    MethodParameters:
       Name  Flags
      value  

  public final javafx.scene.effect.BlurType getBlurType();
    descriptor: ()Ljavafx/scene/effect/BlurType;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.effect.DropShadow this
         0: .line 429
            aload 0 /* this */
            getfield javafx.scene.effect.DropShadow.blurType:Ljavafx/beans/property/ObjectProperty;
            ifnonnull 1
            getstatic javafx.scene.effect.BlurType.THREE_PASS_BOX:Ljavafx/scene/effect/BlurType;
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield javafx.scene.effect.DropShadow.blurType:Ljavafx/beans/property/ObjectProperty;
            invokevirtual javafx.beans.property.ObjectProperty.get:()Ljava/lang/Object;
            checkcast javafx.scene.effect.BlurType
      StackMap locals:
      StackMap stack: javafx.scene.effect.BlurType
         2: areturn
        end local 0 // javafx.scene.effect.DropShadow this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/effect/DropShadow;

  public final javafx.beans.property.ObjectProperty<javafx.scene.effect.BlurType> blurTypeProperty();
    descriptor: ()Ljavafx/beans/property/ObjectProperty;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // javafx.scene.effect.DropShadow this
         0: .line 433
            aload 0 /* this */
            getfield javafx.scene.effect.DropShadow.blurType:Ljavafx/beans/property/ObjectProperty;
            ifnonnull 2
         1: .line 434
            aload 0 /* this */
            new javafx.scene.effect.DropShadow$4
            dup
            aload 0 /* this */
            getstatic javafx.scene.effect.BlurType.THREE_PASS_BOX:Ljavafx/scene/effect/BlurType;
            invokespecial javafx.scene.effect.DropShadow$4.<init>:(Ljavafx/scene/effect/DropShadow;Ljavafx/scene/effect/BlurType;)V
            putfield javafx.scene.effect.DropShadow.blurType:Ljavafx/beans/property/ObjectProperty;
         2: .line 453
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.effect.DropShadow.blurType:Ljavafx/beans/property/ObjectProperty;
            areturn
        end local 0 // javafx.scene.effect.DropShadow this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/effect/DropShadow;
    Signature: ()Ljavafx/beans/property/ObjectProperty<Ljavafx/scene/effect/BlurType;>;

  public final void setSpread(double);
    descriptor: (D)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // javafx.scene.effect.DropShadow this
        start local 1 // double value
         0: .line 479
            aload 0 /* this */
            invokevirtual javafx.scene.effect.DropShadow.spreadProperty:()Ljavafx/beans/property/DoubleProperty;
            dload 1 /* value */
            invokevirtual javafx.beans.property.DoubleProperty.set:(D)V
         1: .line 480
            return
        end local 1 // double value
        end local 0 // javafx.scene.effect.DropShadow this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Ljavafx/scene/effect/DropShadow;
            0    2     1  value  D
    MethodParameters:
       Name  Flags
      value  

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

  public final javafx.beans.property.DoubleProperty spreadProperty();
    descriptor: ()Ljavafx/beans/property/DoubleProperty;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // javafx.scene.effect.DropShadow this
         0: .line 487
            aload 0 /* this */
            getfield javafx.scene.effect.DropShadow.spread:Ljavafx/beans/property/DoubleProperty;
            ifnonnull 2
         1: .line 488
            aload 0 /* this */
            new javafx.scene.effect.DropShadow$5
            dup
            aload 0 /* this */
            invokespecial javafx.scene.effect.DropShadow$5.<init>:(Ljavafx/scene/effect/DropShadow;)V
            putfield javafx.scene.effect.DropShadow.spread:Ljavafx/beans/property/DoubleProperty;
         2: .line 506
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.effect.DropShadow.spread:Ljavafx/beans/property/DoubleProperty;
            areturn
        end local 0 // javafx.scene.effect.DropShadow this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/effect/DropShadow;

  public final void setColor(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.scene.effect.DropShadow this
        start local 1 // javafx.scene.paint.Color value
         0: .line 523
            aload 0 /* this */
            invokevirtual javafx.scene.effect.DropShadow.colorProperty:()Ljavafx/beans/property/ObjectProperty;
            aload 1 /* value */
            invokevirtual javafx.beans.property.ObjectProperty.set:(Ljava/lang/Object;)V
         1: .line 524
            return
        end local 1 // javafx.scene.paint.Color value
        end local 0 // javafx.scene.effect.DropShadow this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Ljavafx/scene/effect/DropShadow;
            0    2     1  value  Ljavafx/scene/paint/Color;
    MethodParameters:
       Name  Flags
      value  

  public final javafx.scene.paint.Color getColor();
    descriptor: ()Ljavafx/scene/paint/Color;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.effect.DropShadow this
         0: .line 527
            aload 0 /* this */
            getfield javafx.scene.effect.DropShadow.color:Ljavafx/beans/property/ObjectProperty;
            ifnonnull 1
            getstatic javafx.scene.paint.Color.BLACK:Ljavafx/scene/paint/Color;
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield javafx.scene.effect.DropShadow.color: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.scene.effect.DropShadow this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/effect/DropShadow;

  public final javafx.beans.property.ObjectProperty<javafx.scene.paint.Color> colorProperty();
    descriptor: ()Ljavafx/beans/property/ObjectProperty;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // javafx.scene.effect.DropShadow this
         0: .line 531
            aload 0 /* this */
            getfield javafx.scene.effect.DropShadow.color:Ljavafx/beans/property/ObjectProperty;
            ifnonnull 2
         1: .line 532
            aload 0 /* this */
            new javafx.scene.effect.DropShadow$6
            dup
            aload 0 /* this */
            getstatic javafx.scene.paint.Color.BLACK:Ljavafx/scene/paint/Color;
            invokespecial javafx.scene.effect.DropShadow$6.<init>:(Ljavafx/scene/effect/DropShadow;Ljavafx/scene/paint/Color;)V
            putfield javafx.scene.effect.DropShadow.color:Ljavafx/beans/property/ObjectProperty;
         2: .line 550
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.effect.DropShadow.color:Ljavafx/beans/property/ObjectProperty;
            areturn
        end local 0 // javafx.scene.effect.DropShadow this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/effect/DropShadow;
    Signature: ()Ljavafx/beans/property/ObjectProperty<Ljavafx/scene/paint/Color;>;

  public final void setOffsetX(double);
    descriptor: (D)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // javafx.scene.effect.DropShadow this
        start local 1 // double value
         0: .line 566
            aload 0 /* this */
            invokevirtual javafx.scene.effect.DropShadow.offsetXProperty:()Ljavafx/beans/property/DoubleProperty;
            dload 1 /* value */
            invokevirtual javafx.beans.property.DoubleProperty.set:(D)V
         1: .line 568
            return
        end local 1 // double value
        end local 0 // javafx.scene.effect.DropShadow this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Ljavafx/scene/effect/DropShadow;
            0    2     1  value  D
    MethodParameters:
       Name  Flags
      value  

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

  public final javafx.beans.property.DoubleProperty offsetXProperty();
    descriptor: ()Ljavafx/beans/property/DoubleProperty;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // javafx.scene.effect.DropShadow this
         0: .line 575
            aload 0 /* this */
            getfield javafx.scene.effect.DropShadow.offsetX:Ljavafx/beans/property/DoubleProperty;
            ifnonnull 2
         1: .line 576
            aload 0 /* this */
            new javafx.scene.effect.DropShadow$7
            dup
            aload 0 /* this */
            invokespecial javafx.scene.effect.DropShadow$7.<init>:(Ljavafx/scene/effect/DropShadow;)V
            putfield javafx.scene.effect.DropShadow.offsetX:Ljavafx/beans/property/DoubleProperty;
         2: .line 595
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.effect.DropShadow.offsetX:Ljavafx/beans/property/DoubleProperty;
            areturn
        end local 0 // javafx.scene.effect.DropShadow this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/effect/DropShadow;

  public final void setOffsetY(double);
    descriptor: (D)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // javafx.scene.effect.DropShadow this
        start local 1 // double value
         0: .line 612
            aload 0 /* this */
            invokevirtual javafx.scene.effect.DropShadow.offsetYProperty:()Ljavafx/beans/property/DoubleProperty;
            dload 1 /* value */
            invokevirtual javafx.beans.property.DoubleProperty.set:(D)V
         1: .line 613
            return
        end local 1 // double value
        end local 0 // javafx.scene.effect.DropShadow this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Ljavafx/scene/effect/DropShadow;
            0    2     1  value  D
    MethodParameters:
       Name  Flags
      value  

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

  public final javafx.beans.property.DoubleProperty offsetYProperty();
    descriptor: ()Ljavafx/beans/property/DoubleProperty;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // javafx.scene.effect.DropShadow this
         0: .line 620
            aload 0 /* this */
            getfield javafx.scene.effect.DropShadow.offsetY:Ljavafx/beans/property/DoubleProperty;
            ifnonnull 2
         1: .line 621
            aload 0 /* this */
            new javafx.scene.effect.DropShadow$8
            dup
            aload 0 /* this */
            invokespecial javafx.scene.effect.DropShadow$8.<init>:(Ljavafx/scene/effect/DropShadow;)V
            putfield javafx.scene.effect.DropShadow.offsetY:Ljavafx/beans/property/DoubleProperty;
         2: .line 640
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.effect.DropShadow.offsetY:Ljavafx/beans/property/DoubleProperty;
            areturn
        end local 0 // javafx.scene.effect.DropShadow this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/effect/DropShadow;

  private float getClampedWidth();
    descriptor: ()F
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // javafx.scene.effect.DropShadow this
         0: .line 644
            dconst_0
            aload 0 /* this */
            invokevirtual javafx.scene.effect.DropShadow.getWidth:()D
            ldc 255.0
            invokestatic com.sun.javafx.util.Utils.clamp:(DDD)D
            d2f
            freturn
        end local 0 // javafx.scene.effect.DropShadow this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/effect/DropShadow;

  private float getClampedHeight();
    descriptor: ()F
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // javafx.scene.effect.DropShadow this
         0: .line 648
            dconst_0
            aload 0 /* this */
            invokevirtual javafx.scene.effect.DropShadow.getHeight:()D
            ldc 255.0
            invokestatic com.sun.javafx.util.Utils.clamp:(DDD)D
            d2f
            freturn
        end local 0 // javafx.scene.effect.DropShadow this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/effect/DropShadow;

  private float getClampedSpread();
    descriptor: ()F
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // javafx.scene.effect.DropShadow this
         0: .line 652
            dconst_0
            aload 0 /* this */
            invokevirtual javafx.scene.effect.DropShadow.getSpread:()D
            dconst_1
            invokestatic com.sun.javafx.util.Utils.clamp:(DDD)D
            d2f
            freturn
        end local 0 // javafx.scene.effect.DropShadow this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/effect/DropShadow;

  private javafx.scene.paint.Color getColorInternal();
    descriptor: ()Ljavafx/scene/paint/Color;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // javafx.scene.effect.DropShadow this
         0: .line 656
            aload 0 /* this */
            invokevirtual javafx.scene.effect.DropShadow.getColor:()Ljavafx/scene/paint/Color;
            astore 1 /* c */
        start local 1 // javafx.scene.paint.Color c
         1: .line 657
            aload 1 /* c */
            ifnonnull 2
            getstatic javafx.scene.paint.Color.BLACK:Ljavafx/scene/paint/Color;
            goto 3
      StackMap locals: javafx.scene.paint.Color
      StackMap stack:
         2: aload 1 /* c */
      StackMap locals:
      StackMap stack: javafx.scene.paint.Color
         3: areturn
        end local 1 // javafx.scene.paint.Color c
        end local 0 // javafx.scene.effect.DropShadow this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljavafx/scene/effect/DropShadow;
            1    4     1     c  Ljavafx/scene/paint/Color;

  private javafx.scene.effect.BlurType getBlurTypeInternal();
    descriptor: ()Ljavafx/scene/effect/BlurType;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // javafx.scene.effect.DropShadow this
         0: .line 661
            aload 0 /* this */
            invokevirtual javafx.scene.effect.DropShadow.getBlurType:()Ljavafx/scene/effect/BlurType;
            astore 1 /* bt */
        start local 1 // javafx.scene.effect.BlurType bt
         1: .line 662
            aload 1 /* bt */
            ifnonnull 2
            getstatic javafx.scene.effect.BlurType.THREE_PASS_BOX:Ljavafx/scene/effect/BlurType;
            goto 3
      StackMap locals: javafx.scene.effect.BlurType
      StackMap stack:
         2: aload 1 /* bt */
      StackMap locals:
      StackMap stack: javafx.scene.effect.BlurType
         3: areturn
        end local 1 // javafx.scene.effect.BlurType bt
        end local 0 // javafx.scene.effect.DropShadow this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljavafx/scene/effect/DropShadow;
            1    4     1    bt  Ljavafx/scene/effect/BlurType;

  void update();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // javafx.scene.effect.DropShadow this
         0: .line 667
            aload 0 /* this */
            invokevirtual javafx.scene.effect.DropShadow.getInput:()Ljavafx/scene/effect/Effect;
            astore 1 /* localInput */
        start local 1 // javafx.scene.effect.Effect localInput
         1: .line 668
            aload 1 /* localInput */
            ifnull 3
         2: .line 669
            aload 1 /* localInput */
            invokevirtual javafx.scene.effect.Effect.sync:()V
         3: .line 673
      StackMap locals: javafx.scene.effect.Effect
      StackMap stack:
            aload 0 /* this */
            invokevirtual javafx.scene.effect.DropShadow.getPeer:()Lcom/sun/scenario/effect/Effect;
            checkcast com.sun.scenario.effect.DropShadow
         4: .line 672
            astore 2 /* peer */
        start local 2 // com.sun.scenario.effect.DropShadow peer
         5: .line 674
            aload 2 /* peer */
            aload 1 /* localInput */
            ifnonnull 6
            aconst_null
            goto 7
      StackMap locals: javafx.scene.effect.DropShadow javafx.scene.effect.Effect com.sun.scenario.effect.DropShadow
      StackMap stack: com.sun.scenario.effect.DropShadow
         6: aload 1 /* localInput */
            invokevirtual javafx.scene.effect.Effect.getPeer:()Lcom/sun/scenario/effect/Effect;
      StackMap locals: javafx.scene.effect.DropShadow javafx.scene.effect.Effect com.sun.scenario.effect.DropShadow
      StackMap stack: com.sun.scenario.effect.DropShadow com.sun.scenario.effect.Effect
         7: invokevirtual com.sun.scenario.effect.DropShadow.setShadowSourceInput:(Lcom/sun/scenario/effect/Effect;)V
         8: .line 675
            aload 2 /* peer */
            aload 1 /* localInput */
            ifnonnull 9
            aconst_null
            goto 10
      StackMap locals:
      StackMap stack: com.sun.scenario.effect.DropShadow
         9: aload 1 /* localInput */
            invokevirtual javafx.scene.effect.Effect.getPeer:()Lcom/sun/scenario/effect/Effect;
      StackMap locals: javafx.scene.effect.DropShadow javafx.scene.effect.Effect com.sun.scenario.effect.DropShadow
      StackMap stack: com.sun.scenario.effect.DropShadow com.sun.scenario.effect.Effect
        10: invokevirtual com.sun.scenario.effect.DropShadow.setContentInput:(Lcom/sun/scenario/effect/Effect;)V
        11: .line 676
            aload 2 /* peer */
            aload 0 /* this */
            invokevirtual javafx.scene.effect.DropShadow.getClampedWidth:()F
            invokevirtual com.sun.scenario.effect.DropShadow.setGaussianWidth:(F)V
        12: .line 677
            aload 2 /* peer */
            aload 0 /* this */
            invokevirtual javafx.scene.effect.DropShadow.getClampedHeight:()F
            invokevirtual com.sun.scenario.effect.DropShadow.setGaussianHeight:(F)V
        13: .line 678
            aload 2 /* peer */
            aload 0 /* this */
            invokevirtual javafx.scene.effect.DropShadow.getClampedSpread:()F
            invokevirtual com.sun.scenario.effect.DropShadow.setSpread:(F)V
        14: .line 679
            aload 2 /* peer */
            invokestatic com.sun.javafx.tk.Toolkit.getToolkit:()Lcom/sun/javafx/tk/Toolkit;
            aload 0 /* this */
            invokevirtual javafx.scene.effect.DropShadow.getBlurTypeInternal:()Ljavafx/scene/effect/BlurType;
            invokevirtual com.sun.javafx.tk.Toolkit.toShadowMode:(Ljavafx/scene/effect/BlurType;)Lcom/sun/scenario/effect/AbstractShadow$ShadowMode;
            invokevirtual com.sun.scenario.effect.DropShadow.setShadowMode:(Lcom/sun/scenario/effect/AbstractShadow$ShadowMode;)V
        15: .line 680
            aload 2 /* peer */
            invokestatic com.sun.javafx.tk.Toolkit.getToolkit:()Lcom/sun/javafx/tk/Toolkit;
            aload 0 /* this */
            invokevirtual javafx.scene.effect.DropShadow.getColorInternal:()Ljavafx/scene/paint/Color;
            invokevirtual com.sun.javafx.tk.Toolkit.toColor4f:(Ljavafx/scene/paint/Color;)Lcom/sun/scenario/effect/Color4f;
            invokevirtual com.sun.scenario.effect.DropShadow.setColor:(Lcom/sun/scenario/effect/Color4f;)V
        16: .line 681
            aload 2 /* peer */
            aload 0 /* this */
            invokevirtual javafx.scene.effect.DropShadow.getOffsetX:()D
            d2i
            invokevirtual com.sun.scenario.effect.DropShadow.setOffsetX:(I)V
        17: .line 682
            aload 2 /* peer */
            aload 0 /* this */
            invokevirtual javafx.scene.effect.DropShadow.getOffsetY:()D
            d2i
            invokevirtual com.sun.scenario.effect.DropShadow.setOffsetY:(I)V
        18: .line 683
            return
        end local 2 // com.sun.scenario.effect.DropShadow peer
        end local 1 // javafx.scene.effect.Effect localInput
        end local 0 // javafx.scene.effect.DropShadow this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   19     0        this  Ljavafx/scene/effect/DropShadow;
            1   19     1  localInput  Ljavafx/scene/effect/Effect;
            5   19     2        peer  Lcom/sun/scenario/effect/DropShadow;

  com.sun.javafx.geom.BaseBounds getBounds(com.sun.javafx.geom.BaseBounds, com.sun.javafx.geom.transform.BaseTransform, javafx.scene.Node, com.sun.javafx.scene.BoundsAccessor);
    descriptor: (Lcom/sun/javafx/geom/BaseBounds;Lcom/sun/javafx/geom/transform/BaseTransform;Ljavafx/scene/Node;Lcom/sun/javafx/scene/BoundsAccessor;)Lcom/sun/javafx/geom/BaseBounds;
    flags: (0x0000) 
    Code:
      stack=6, locals=10, args_size=5
        start local 0 // javafx.scene.effect.DropShadow this
        start local 1 // com.sun.javafx.geom.BaseBounds bounds
        start local 2 // com.sun.javafx.geom.transform.BaseTransform tx
        start local 3 // javafx.scene.Node node
        start local 4 // com.sun.javafx.scene.BoundsAccessor boundsAccessor
         0: .line 690
            aload 1 /* bounds */
         1: .line 691
            getstatic com.sun.javafx.geom.transform.BaseTransform.IDENTITY_TRANSFORM:Lcom/sun/javafx/geom/transform/BaseTransform;
         2: .line 692
            aload 3 /* node */
            aload 4 /* boundsAccessor */
         3: .line 693
            aload 0 /* this */
            invokevirtual javafx.scene.effect.DropShadow.getInput:()Ljavafx/scene/effect/Effect;
         4: .line 690
            invokestatic javafx.scene.effect.DropShadow.getInputBounds:(Lcom/sun/javafx/geom/BaseBounds;Lcom/sun/javafx/geom/transform/BaseTransform;Ljavafx/scene/Node;Lcom/sun/javafx/scene/BoundsAccessor;Ljavafx/scene/effect/Effect;)Lcom/sun/javafx/geom/BaseBounds;
            astore 1 /* bounds */
         5: .line 695
            aload 0 /* this */
            invokevirtual javafx.scene.effect.DropShadow.getOffsetX:()D
            d2i
            istore 5 /* shadowX */
        start local 5 // int shadowX
         6: .line 696
            aload 0 /* this */
            invokevirtual javafx.scene.effect.DropShadow.getOffsetY:()D
            d2i
            istore 6 /* shadowY */
        start local 6 // int shadowY
         7: .line 698
            aload 1 /* bounds */
            invokevirtual com.sun.javafx.geom.BaseBounds.getMinX:()F
            iload 5 /* shadowX */
            i2f
            fadd
         8: .line 699
            aload 1 /* bounds */
            invokevirtual com.sun.javafx.geom.BaseBounds.getMinY:()F
            iload 6 /* shadowY */
            i2f
            fadd
         9: .line 700
            aload 1 /* bounds */
            invokevirtual com.sun.javafx.geom.BaseBounds.getMinZ:()F
        10: .line 701
            aload 1 /* bounds */
            invokevirtual com.sun.javafx.geom.BaseBounds.getMaxX:()F
            iload 5 /* shadowX */
            i2f
            fadd
        11: .line 702
            aload 1 /* bounds */
            invokevirtual com.sun.javafx.geom.BaseBounds.getMaxY:()F
            iload 6 /* shadowY */
            i2f
            fadd
        12: .line 703
            aload 1 /* bounds */
            invokevirtual com.sun.javafx.geom.BaseBounds.getMaxZ:()F
        13: .line 698
            invokestatic com.sun.javafx.geom.BaseBounds.getInstance:(FFFFFF)Lcom/sun/javafx/geom/BaseBounds;
            astore 7 /* shadowBounds */
        start local 7 // com.sun.javafx.geom.BaseBounds shadowBounds
        14: .line 705
            aload 7 /* shadowBounds */
            aload 2 /* tx */
        15: .line 706
            aload 0 /* this */
            invokevirtual javafx.scene.effect.DropShadow.getClampedWidth:()F
        16: .line 707
            aload 0 /* this */
            invokevirtual javafx.scene.effect.DropShadow.getClampedHeight:()F
        17: .line 708
            aload 0 /* this */
            invokevirtual javafx.scene.effect.DropShadow.getBlurTypeInternal:()Ljavafx/scene/effect/BlurType;
        18: .line 705
            invokestatic javafx.scene.effect.DropShadow.getShadowBounds:(Lcom/sun/javafx/geom/BaseBounds;Lcom/sun/javafx/geom/transform/BaseTransform;FFLjavafx/scene/effect/BlurType;)Lcom/sun/javafx/geom/BaseBounds;
            astore 7 /* shadowBounds */
        19: .line 709
            aload 2 /* tx */
            aload 1 /* bounds */
            invokestatic javafx.scene.effect.DropShadow.transformBounds:(Lcom/sun/javafx/geom/transform/BaseTransform;Lcom/sun/javafx/geom/BaseBounds;)Lcom/sun/javafx/geom/BaseBounds;
            astore 8 /* contentBounds */
        start local 8 // com.sun.javafx.geom.BaseBounds contentBounds
        20: .line 710
            aload 8 /* contentBounds */
            aload 7 /* shadowBounds */
            invokevirtual com.sun.javafx.geom.BaseBounds.deriveWithUnion:(Lcom/sun/javafx/geom/BaseBounds;)Lcom/sun/javafx/geom/BaseBounds;
            astore 9 /* ret */
        start local 9 // com.sun.javafx.geom.BaseBounds ret
        21: .line 712
            aload 9 /* ret */
            areturn
        end local 9 // com.sun.javafx.geom.BaseBounds ret
        end local 8 // com.sun.javafx.geom.BaseBounds contentBounds
        end local 7 // com.sun.javafx.geom.BaseBounds shadowBounds
        end local 6 // int shadowY
        end local 5 // int shadowX
        end local 4 // com.sun.javafx.scene.BoundsAccessor boundsAccessor
        end local 3 // javafx.scene.Node node
        end local 2 // com.sun.javafx.geom.transform.BaseTransform tx
        end local 1 // com.sun.javafx.geom.BaseBounds bounds
        end local 0 // javafx.scene.effect.DropShadow this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   22     0            this  Ljavafx/scene/effect/DropShadow;
            0   22     1          bounds  Lcom/sun/javafx/geom/BaseBounds;
            0   22     2              tx  Lcom/sun/javafx/geom/transform/BaseTransform;
            0   22     3            node  Ljavafx/scene/Node;
            0   22     4  boundsAccessor  Lcom/sun/javafx/scene/BoundsAccessor;
            6   22     5         shadowX  I
            7   22     6         shadowY  I
           14   22     7    shadowBounds  Lcom/sun/javafx/geom/BaseBounds;
           20   22     8   contentBounds  Lcom/sun/javafx/geom/BaseBounds;
           21   22     9             ret  Lcom/sun/javafx/geom/BaseBounds;
    MethodParameters:
                Name  Flags
      bounds          
      tx              
      node            
      boundsAccessor  

  javafx.scene.effect.Effect copy();
    descriptor: ()Ljavafx/scene/effect/Effect;
    flags: (0x0000) 
    Code:
      stack=12, locals=2, args_size=1
        start local 0 // javafx.scene.effect.DropShadow this
         0: .line 717
            new javafx.scene.effect.DropShadow
            dup
            aload 0 /* this */
            invokevirtual javafx.scene.effect.DropShadow.getBlurType:()Ljavafx/scene/effect/BlurType;
            aload 0 /* this */
            invokevirtual javafx.scene.effect.DropShadow.getColor:()Ljavafx/scene/paint/Color;
         1: .line 718
            aload 0 /* this */
            invokevirtual javafx.scene.effect.DropShadow.getRadius:()D
            aload 0 /* this */
            invokevirtual javafx.scene.effect.DropShadow.getSpread:()D
            aload 0 /* this */
            invokevirtual javafx.scene.effect.DropShadow.getOffsetX:()D
         2: .line 719
            aload 0 /* this */
            invokevirtual javafx.scene.effect.DropShadow.getOffsetY:()D
         3: .line 717
            invokespecial javafx.scene.effect.DropShadow.<init>:(Ljavafx/scene/effect/BlurType;Ljavafx/scene/paint/Color;DDDD)V
            astore 1 /* d */
        start local 1 // javafx.scene.effect.DropShadow d
         4: .line 720
            aload 1 /* d */
            aload 0 /* this */
            invokevirtual javafx.scene.effect.DropShadow.getInput:()Ljavafx/scene/effect/Effect;
            invokevirtual javafx.scene.effect.DropShadow.setInput:(Ljavafx/scene/effect/Effect;)V
         5: .line 721
            aload 1 /* d */
            aload 0 /* this */
            invokevirtual javafx.scene.effect.DropShadow.getWidth:()D
            invokevirtual javafx.scene.effect.DropShadow.setWidth:(D)V
         6: .line 722
            aload 1 /* d */
            aload 0 /* this */
            invokevirtual javafx.scene.effect.DropShadow.getHeight:()D
            invokevirtual javafx.scene.effect.DropShadow.setHeight:(D)V
         7: .line 723
            aload 1 /* d */
            areturn
        end local 1 // javafx.scene.effect.DropShadow d
        end local 0 // javafx.scene.effect.DropShadow this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Ljavafx/scene/effect/DropShadow;
            4    8     1     d  Ljavafx/scene/effect/DropShadow;

  com.sun.scenario.effect.Effect createPeer();
    descriptor: ()Lcom/sun/scenario/effect/Effect;
    flags: (0x1040) ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual javafx.scene.effect.DropShadow.createPeer:()Lcom/sun/scenario/effect/DropShadow;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "DropShadow.java"
NestMembers:
  javafx.scene.effect.DropShadow$1  javafx.scene.effect.DropShadow$2  javafx.scene.effect.DropShadow$3  javafx.scene.effect.DropShadow$4  javafx.scene.effect.DropShadow$5  javafx.scene.effect.DropShadow$6  javafx.scene.effect.DropShadow$7  javafx.scene.effect.DropShadow$8
InnerClasses:
  public final ShadowMode = com.sun.scenario.effect.AbstractShadow$ShadowMode of com.sun.scenario.effect.AbstractShadow
  javafx.scene.effect.DropShadow$1
  javafx.scene.effect.DropShadow$2
  javafx.scene.effect.DropShadow$3
  javafx.scene.effect.DropShadow$4
  javafx.scene.effect.DropShadow$5
  javafx.scene.effect.DropShadow$6
  javafx.scene.effect.DropShadow$7
  javafx.scene.effect.DropShadow$8
  EffectInputProperty = javafx.scene.effect.Effect$EffectInputProperty of javafx.scene.effect.Effect