public class javafx.scene.effect.MotionBlur extends javafx.scene.effect.Effect
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: javafx.scene.effect.MotionBlur
  super_class: javafx.scene.effect.Effect
{
  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 angle;
    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.MotionBlur this
         0: .line 71
            aload 0 /* this */
            invokespecial javafx.scene.effect.Effect.<init>:()V
            return
        end local 0 // javafx.scene.effect.MotionBlur this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/effect/MotionBlur;

  public void <init>(double, double);
    descriptor: (DD)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // javafx.scene.effect.MotionBlur this
        start local 1 // double angle
        start local 3 // double radius
         0: .line 79
            aload 0 /* this */
            invokespecial javafx.scene.effect.Effect.<init>:()V
         1: .line 80
            aload 0 /* this */
            dload 1 /* angle */
            invokevirtual javafx.scene.effect.MotionBlur.setAngle:(D)V
         2: .line 81
            aload 0 /* this */
            dload 3 /* radius */
            invokevirtual javafx.scene.effect.MotionBlur.setRadius:(D)V
         3: .line 82
            return
        end local 3 // double radius
        end local 1 // double angle
        end local 0 // javafx.scene.effect.MotionBlur this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Ljavafx/scene/effect/MotionBlur;
            0    4     1   angle  D
            0    4     3  radius  D
    MethodParameters:
        Name  Flags
      angle   
      radius  

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

  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.MotionBlur this
        start local 1 // javafx.scene.effect.Effect value
         0: .line 99
            aload 0 /* this */
            invokevirtual javafx.scene.effect.MotionBlur.inputProperty:()Ljavafx/beans/property/ObjectProperty;
            aload 1 /* value */
            invokevirtual javafx.beans.property.ObjectProperty.set:(Ljava/lang/Object;)V
         1: .line 100
            return
        end local 1 // javafx.scene.effect.Effect value
        end local 0 // javafx.scene.effect.MotionBlur this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Ljavafx/scene/effect/MotionBlur;
            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.MotionBlur this
         0: .line 103
            aload 0 /* this */
            getfield javafx.scene.effect.MotionBlur.input:Ljavafx/beans/property/ObjectProperty;
            ifnonnull 1
            aconst_null
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield javafx.scene.effect.MotionBlur.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.MotionBlur this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/effect/MotionBlur;

  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.MotionBlur this
         0: .line 107
            aload 0 /* this */
            getfield javafx.scene.effect.MotionBlur.input:Ljavafx/beans/property/ObjectProperty;
            ifnonnull 2
         1: .line 108
            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.MotionBlur.input:Ljavafx/beans/property/ObjectProperty;
         2: .line 110
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.effect.MotionBlur.input:Ljavafx/beans/property/ObjectProperty;
            areturn
        end local 0 // javafx.scene.effect.MotionBlur this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/effect/MotionBlur;
    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.MotionBlur this
        start local 1 // javafx.scene.effect.Effect e
         0: .line 115
            aload 0 /* this */
            invokevirtual javafx.scene.effect.MotionBlur.getInput:()Ljavafx/scene/effect/Effect;
            astore 2 /* localInput */
        start local 2 // javafx.scene.effect.Effect localInput
         1: .line 116
            aload 2 /* localInput */
            ifnonnull 3
         2: .line 117
            iconst_0
            ireturn
         3: .line 118
      StackMap locals: javafx.scene.effect.Effect
      StackMap stack:
            aload 2 /* localInput */
            aload 1 /* e */
            if_acmpne 5
         4: .line 119
            iconst_1
            ireturn
         5: .line 120
      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.MotionBlur this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    6     0        this  Ljavafx/scene/effect/MotionBlur;
            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.MotionBlur this
        start local 1 // double value
         0: .line 137
            aload 0 /* this */
            invokevirtual javafx.scene.effect.MotionBlur.radiusProperty:()Ljavafx/beans/property/DoubleProperty;
            dload 1 /* value */
            invokevirtual javafx.beans.property.DoubleProperty.set:(D)V
         1: .line 138
            return
        end local 1 // double value
        end local 0 // javafx.scene.effect.MotionBlur this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Ljavafx/scene/effect/MotionBlur;
            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.MotionBlur this
         0: .line 141
            aload 0 /* this */
            getfield javafx.scene.effect.MotionBlur.radius:Ljavafx/beans/property/DoubleProperty;
            ifnonnull 1
            ldc 10.0
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield javafx.scene.effect.MotionBlur.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.MotionBlur this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/effect/MotionBlur;

  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.MotionBlur this
         0: .line 145
            aload 0 /* this */
            getfield javafx.scene.effect.MotionBlur.radius:Ljavafx/beans/property/DoubleProperty;
            ifnonnull 2
         1: .line 146
            aload 0 /* this */
            new javafx.scene.effect.MotionBlur$1
            dup
            aload 0 /* this */
            ldc 10.0
            invokespecial javafx.scene.effect.MotionBlur$1.<init>:(Ljavafx/scene/effect/MotionBlur;D)V
            putfield javafx.scene.effect.MotionBlur.radius:Ljavafx/beans/property/DoubleProperty;
         2: .line 165
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.effect.MotionBlur.radius:Ljavafx/beans/property/DoubleProperty;
            areturn
        end local 0 // javafx.scene.effect.MotionBlur this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/effect/MotionBlur;

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

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

  public final javafx.beans.property.DoubleProperty angleProperty();
    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.MotionBlur this
         0: .line 190
            aload 0 /* this */
            getfield javafx.scene.effect.MotionBlur.angle:Ljavafx/beans/property/DoubleProperty;
            ifnonnull 2
         1: .line 191
            aload 0 /* this */
            new javafx.scene.effect.MotionBlur$2
            dup
            aload 0 /* this */
            invokespecial javafx.scene.effect.MotionBlur$2.<init>:(Ljavafx/scene/effect/MotionBlur;)V
            putfield javafx.scene.effect.MotionBlur.angle:Ljavafx/beans/property/DoubleProperty;
         2: .line 210
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.effect.MotionBlur.angle:Ljavafx/beans/property/DoubleProperty;
            areturn
        end local 0 // javafx.scene.effect.MotionBlur this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/effect/MotionBlur;

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

  void update();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // javafx.scene.effect.MotionBlur this
         0: .line 219
            aload 0 /* this */
            invokevirtual javafx.scene.effect.MotionBlur.getInput:()Ljavafx/scene/effect/Effect;
            astore 1 /* localInput */
        start local 1 // javafx.scene.effect.Effect localInput
         1: .line 220
            aload 1 /* localInput */
            ifnull 3
         2: .line 221
            aload 1 /* localInput */
            invokevirtual javafx.scene.effect.Effect.sync:()V
         3: .line 225
      StackMap locals: javafx.scene.effect.Effect
      StackMap stack:
            aload 0 /* this */
            invokevirtual javafx.scene.effect.MotionBlur.getPeer:()Lcom/sun/scenario/effect/Effect;
            checkcast com.sun.scenario.effect.MotionBlur
         4: .line 224
            astore 2 /* peer */
        start local 2 // com.sun.scenario.effect.MotionBlur peer
         5: .line 226
            aload 2 /* peer */
            aload 1 /* localInput */
            ifnonnull 6
            aconst_null
            goto 7
      StackMap locals: javafx.scene.effect.MotionBlur javafx.scene.effect.Effect com.sun.scenario.effect.MotionBlur
      StackMap stack: com.sun.scenario.effect.MotionBlur
         6: aload 1 /* localInput */
            invokevirtual javafx.scene.effect.Effect.getPeer:()Lcom/sun/scenario/effect/Effect;
      StackMap locals: javafx.scene.effect.MotionBlur javafx.scene.effect.Effect com.sun.scenario.effect.MotionBlur
      StackMap stack: com.sun.scenario.effect.MotionBlur com.sun.scenario.effect.Effect
         7: invokevirtual com.sun.scenario.effect.MotionBlur.setInput:(Lcom/sun/scenario/effect/Effect;)V
         8: .line 227
            aload 2 /* peer */
            aload 0 /* this */
            invokevirtual javafx.scene.effect.MotionBlur.getClampedRadius:()F
            invokevirtual com.sun.scenario.effect.MotionBlur.setRadius:(F)V
         9: .line 228
            aload 2 /* peer */
            aload 0 /* this */
            invokevirtual javafx.scene.effect.MotionBlur.getAngle:()D
            invokestatic java.lang.Math.toRadians:(D)D
            d2f
            invokevirtual com.sun.scenario.effect.MotionBlur.setAngle:(F)V
        10: .line 229
            return
        end local 2 // com.sun.scenario.effect.MotionBlur peer
        end local 1 // javafx.scene.effect.Effect localInput
        end local 0 // javafx.scene.effect.MotionBlur this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   11     0        this  Ljavafx/scene/effect/MotionBlur;
            1   11     1  localInput  Ljavafx/scene/effect/Effect;
            5   11     2        peer  Lcom/sun/scenario/effect/MotionBlur;

  private int getHPad();
    descriptor: ()I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // javafx.scene.effect.MotionBlur this
         0: .line 232
            aload 0 /* this */
            invokevirtual javafx.scene.effect.MotionBlur.getAngle:()D
            invokestatic java.lang.Math.toRadians:(D)D
            invokestatic java.lang.Math.cos:(D)D
            invokestatic java.lang.Math.abs:(D)D
         1: .line 233
            aload 0 /* this */
            invokevirtual javafx.scene.effect.MotionBlur.getClampedRadius:()F
            f2d
         2: .line 232
            dmul
            invokestatic java.lang.Math.ceil:(D)D
            d2i
            ireturn
        end local 0 // javafx.scene.effect.MotionBlur this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/effect/MotionBlur;

  private int getVPad();
    descriptor: ()I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // javafx.scene.effect.MotionBlur this
         0: .line 237
            aload 0 /* this */
            invokevirtual javafx.scene.effect.MotionBlur.getAngle:()D
            invokestatic java.lang.Math.toRadians:(D)D
            invokestatic java.lang.Math.sin:(D)D
            invokestatic java.lang.Math.abs:(D)D
         1: .line 238
            aload 0 /* this */
            invokevirtual javafx.scene.effect.MotionBlur.getClampedRadius:()F
            f2d
         2: .line 237
            dmul
            invokestatic java.lang.Math.ceil:(D)D
            d2i
            ireturn
        end local 0 // javafx.scene.effect.MotionBlur this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/effect/MotionBlur;

  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=5, locals=7, args_size=5
        start local 0 // javafx.scene.effect.MotionBlur 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 246
            aload 1 /* bounds */
         1: .line 247
            getstatic com.sun.javafx.geom.transform.BaseTransform.IDENTITY_TRANSFORM:Lcom/sun/javafx/geom/transform/BaseTransform;
         2: .line 248
            aload 3 /* node */
            aload 4 /* boundsAccessor */
         3: .line 249
            aload 0 /* this */
            invokevirtual javafx.scene.effect.MotionBlur.getInput:()Ljavafx/scene/effect/Effect;
         4: .line 246
            invokestatic javafx.scene.effect.MotionBlur.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 251
            aload 0 /* this */
            invokevirtual javafx.scene.effect.MotionBlur.getHPad:()I
            istore 5 /* hpad */
        start local 5 // int hpad
         6: .line 252
            aload 0 /* this */
            invokevirtual javafx.scene.effect.MotionBlur.getVPad:()I
            istore 6 /* vpad */
        start local 6 // int vpad
         7: .line 253
            aload 1 /* bounds */
            iload 5 /* hpad */
            i2f
            iload 6 /* vpad */
            i2f
            fconst_0
            invokevirtual com.sun.javafx.geom.BaseBounds.deriveWithPadding:(FFF)Lcom/sun/javafx/geom/BaseBounds;
            astore 1 /* bounds */
         8: .line 255
            aload 2 /* tx */
            aload 1 /* bounds */
            invokestatic javafx.scene.effect.MotionBlur.transformBounds:(Lcom/sun/javafx/geom/transform/BaseTransform;Lcom/sun/javafx/geom/BaseBounds;)Lcom/sun/javafx/geom/BaseBounds;
            areturn
        end local 6 // int vpad
        end local 5 // int hpad
        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.MotionBlur this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    9     0            this  Ljavafx/scene/effect/MotionBlur;
            0    9     1          bounds  Lcom/sun/javafx/geom/BaseBounds;
            0    9     2              tx  Lcom/sun/javafx/geom/transform/BaseTransform;
            0    9     3            node  Ljavafx/scene/Node;
            0    9     4  boundsAccessor  Lcom/sun/javafx/scene/BoundsAccessor;
            6    9     5            hpad  I
            7    9     6            vpad  I
    MethodParameters:
                Name  Flags
      bounds          
      tx              
      node            
      boundsAccessor  

  javafx.scene.effect.Effect copy();
    descriptor: ()Ljavafx/scene/effect/Effect;
    flags: (0x0000) 
    Code:
      stack=6, locals=2, args_size=1
        start local 0 // javafx.scene.effect.MotionBlur this
         0: .line 260
            new javafx.scene.effect.MotionBlur
            dup
            aload 0 /* this */
            invokevirtual javafx.scene.effect.MotionBlur.getAngle:()D
            aload 0 /* this */
            invokevirtual javafx.scene.effect.MotionBlur.getRadius:()D
            invokespecial javafx.scene.effect.MotionBlur.<init>:(DD)V
            astore 1 /* mb */
        start local 1 // javafx.scene.effect.MotionBlur mb
         1: .line 261
            aload 1 /* mb */
            aload 1 /* mb */
            invokevirtual javafx.scene.effect.MotionBlur.getInput:()Ljavafx/scene/effect/Effect;
            invokevirtual javafx.scene.effect.MotionBlur.setInput:(Ljavafx/scene/effect/Effect;)V
         2: .line 262
            aload 1 /* mb */
            areturn
        end local 1 // javafx.scene.effect.MotionBlur mb
        end local 0 // javafx.scene.effect.MotionBlur this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/effect/MotionBlur;
            1    3     1    mb  Ljavafx/scene/effect/MotionBlur;

  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.MotionBlur.createPeer:()Lcom/sun/scenario/effect/MotionBlur;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "MotionBlur.java"
NestMembers:
  javafx.scene.effect.MotionBlur$1  javafx.scene.effect.MotionBlur$2
InnerClasses:
  EffectInputProperty = javafx.scene.effect.Effect$EffectInputProperty of javafx.scene.effect.Effect
  javafx.scene.effect.MotionBlur$1
  javafx.scene.effect.MotionBlur$2