public class javafx.scene.effect.ColorInput extends javafx.scene.effect.Effect
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: javafx.scene.effect.ColorInput
  super_class: javafx.scene.effect.Effect
{
  private javafx.beans.property.ObjectProperty<javafx.scene.paint.Paint> paint;
    descriptor: Ljavafx/beans/property/ObjectProperty;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljavafx/beans/property/ObjectProperty<Ljavafx/scene/paint/Paint;>;

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

  private javafx.beans.property.DoubleProperty y;
    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

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

  public void <init>(double, double, double, double, javafx.scene.paint.Paint);
    descriptor: (DDDDLjavafx/scene/paint/Paint;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=10, args_size=6
        start local 0 // javafx.scene.effect.ColorInput this
        start local 1 // double x
        start local 3 // double y
        start local 5 // double width
        start local 7 // double height
        start local 9 // javafx.scene.paint.Paint paint
         0: .line 67
            aload 0 /* this */
            invokespecial javafx.scene.effect.Effect.<init>:()V
         1: .line 72
            aload 0 /* this */
            dload 1 /* x */
            invokevirtual javafx.scene.effect.ColorInput.setX:(D)V
         2: .line 73
            aload 0 /* this */
            dload 3 /* y */
            invokevirtual javafx.scene.effect.ColorInput.setY:(D)V
         3: .line 74
            aload 0 /* this */
            dload 5 /* width */
            invokevirtual javafx.scene.effect.ColorInput.setWidth:(D)V
         4: .line 75
            aload 0 /* this */
            dload 7 /* height */
            invokevirtual javafx.scene.effect.ColorInput.setHeight:(D)V
         5: .line 76
            aload 0 /* this */
            aload 9 /* paint */
            invokevirtual javafx.scene.effect.ColorInput.setPaint:(Ljavafx/scene/paint/Paint;)V
         6: .line 77
            return
        end local 9 // javafx.scene.paint.Paint paint
        end local 7 // double height
        end local 5 // double width
        end local 3 // double y
        end local 1 // double x
        end local 0 // javafx.scene.effect.ColorInput this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Ljavafx/scene/effect/ColorInput;
            0    7     1       x  D
            0    7     3       y  D
            0    7     5   width  D
            0    7     7  height  D
            0    7     9   paint  Ljavafx/scene/paint/Paint;
    MethodParameters:
        Name  Flags
      x       
      y       
      width   
      height  
      paint   

  com.sun.scenario.effect.Flood createPeer();
    descriptor: ()Lcom/sun/scenario/effect/Flood;
    flags: (0x0000) 
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // javafx.scene.effect.ColorInput this
         0: .line 81
            new com.sun.scenario.effect.Flood
            dup
         1: .line 82
            invokestatic com.sun.javafx.tk.Toolkit.getPaintAccessor:()Lcom/sun/javafx/tk/Toolkit$PaintAccessor;
            getstatic javafx.scene.paint.Color.RED:Ljavafx/scene/paint/Color;
            invokeinterface com.sun.javafx.tk.Toolkit$PaintAccessor.getPlatformPaint:(Ljavafx/scene/paint/Paint;)Ljava/lang/Object;
         2: .line 81
            invokespecial com.sun.scenario.effect.Flood.<init>:(Ljava/lang/Object;)V
            areturn
        end local 0 // javafx.scene.effect.ColorInput this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/effect/ColorInput;

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

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

  public final javafx.beans.property.ObjectProperty<javafx.scene.paint.Paint> paintProperty();
    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.ColorInput this
         0: .line 106
            aload 0 /* this */
            getfield javafx.scene.effect.ColorInput.paint:Ljavafx/beans/property/ObjectProperty;
            ifnonnull 2
         1: .line 107
            aload 0 /* this */
            new javafx.scene.effect.ColorInput$1
            dup
            aload 0 /* this */
            getstatic javafx.scene.paint.Color.RED:Ljavafx/scene/paint/Color;
            invokespecial javafx.scene.effect.ColorInput$1.<init>:(Ljavafx/scene/effect/ColorInput;Ljavafx/scene/paint/Paint;)V
            putfield javafx.scene.effect.ColorInput.paint:Ljavafx/beans/property/ObjectProperty;
         2: .line 125
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.effect.ColorInput.paint:Ljavafx/beans/property/ObjectProperty;
            areturn
        end local 0 // javafx.scene.effect.ColorInput this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/effect/ColorInput;
    Signature: ()Ljavafx/beans/property/ObjectProperty<Ljavafx/scene/paint/Paint;>;

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

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

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

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

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

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

  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.ColorInput this
        start local 1 // double value
         0: .line 235
            aload 0 /* this */
            invokevirtual javafx.scene.effect.ColorInput.widthProperty:()Ljavafx/beans/property/DoubleProperty;
            dload 1 /* value */
            invokevirtual javafx.beans.property.DoubleProperty.set:(D)V
         1: .line 236
            return
        end local 1 // double value
        end local 0 // javafx.scene.effect.ColorInput this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Ljavafx/scene/effect/ColorInput;
            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.ColorInput this
         0: .line 239
            aload 0 /* this */
            getfield javafx.scene.effect.ColorInput.width:Ljavafx/beans/property/DoubleProperty;
            ifnonnull 1
            dconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield javafx.scene.effect.ColorInput.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.ColorInput this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/effect/ColorInput;

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

  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.ColorInput this
        start local 1 // double value
         0: .line 281
            aload 0 /* this */
            invokevirtual javafx.scene.effect.ColorInput.heightProperty:()Ljavafx/beans/property/DoubleProperty;
            dload 1 /* value */
            invokevirtual javafx.beans.property.DoubleProperty.set:(D)V
         1: .line 282
            return
        end local 1 // double value
        end local 0 // javafx.scene.effect.ColorInput this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Ljavafx/scene/effect/ColorInput;
            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.ColorInput this
         0: .line 285
            aload 0 /* this */
            getfield javafx.scene.effect.ColorInput.height:Ljavafx/beans/property/DoubleProperty;
            ifnonnull 1
            dconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield javafx.scene.effect.ColorInput.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.ColorInput this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/effect/ColorInput;

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

  private javafx.scene.paint.Paint getPaintInternal();
    descriptor: ()Ljavafx/scene/paint/Paint;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // javafx.scene.effect.ColorInput this
         0: .line 313
            aload 0 /* this */
            invokevirtual javafx.scene.effect.ColorInput.getPaint:()Ljavafx/scene/paint/Paint;
            astore 1 /* p */
        start local 1 // javafx.scene.paint.Paint p
         1: .line 314
            aload 1 /* p */
            ifnonnull 2
            getstatic javafx.scene.paint.Color.RED:Ljavafx/scene/paint/Color;
            goto 3
      StackMap locals: javafx.scene.paint.Paint
      StackMap stack:
         2: aload 1 /* p */
      StackMap locals:
      StackMap stack: javafx.scene.paint.Paint
         3: areturn
        end local 1 // javafx.scene.paint.Paint p
        end local 0 // javafx.scene.effect.ColorInput this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljavafx/scene/effect/ColorInput;
            1    4     1     p  Ljavafx/scene/paint/Paint;

  void update();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=10, locals=2, args_size=1
        start local 0 // javafx.scene.effect.ColorInput this
         0: .line 320
            aload 0 /* this */
            invokevirtual javafx.scene.effect.ColorInput.getPeer:()Lcom/sun/scenario/effect/Effect;
            checkcast com.sun.scenario.effect.Flood
         1: .line 319
            astore 1 /* peer */
        start local 1 // com.sun.scenario.effect.Flood peer
         2: .line 321
            aload 1 /* peer */
            invokestatic com.sun.javafx.tk.Toolkit.getPaintAccessor:()Lcom/sun/javafx/tk/Toolkit$PaintAccessor;
            aload 0 /* this */
            invokevirtual javafx.scene.effect.ColorInput.getPaintInternal:()Ljavafx/scene/paint/Paint;
            invokeinterface com.sun.javafx.tk.Toolkit$PaintAccessor.getPlatformPaint:(Ljavafx/scene/paint/Paint;)Ljava/lang/Object;
            invokevirtual com.sun.scenario.effect.Flood.setPaint:(Ljava/lang/Object;)V
         3: .line 322
            aload 1 /* peer */
            new com.sun.javafx.geom.RectBounds
            dup
         4: .line 323
            aload 0 /* this */
            invokevirtual javafx.scene.effect.ColorInput.getX:()D
            d2f
            aload 0 /* this */
            invokevirtual javafx.scene.effect.ColorInput.getY:()D
            d2f
         5: .line 324
            aload 0 /* this */
            invokevirtual javafx.scene.effect.ColorInput.getX:()D
            aload 0 /* this */
            invokevirtual javafx.scene.effect.ColorInput.getWidth:()D
            dadd
            d2f
         6: .line 325
            aload 0 /* this */
            invokevirtual javafx.scene.effect.ColorInput.getY:()D
            aload 0 /* this */
            invokevirtual javafx.scene.effect.ColorInput.getHeight:()D
            dadd
            d2f
            invokespecial com.sun.javafx.geom.RectBounds.<init>:(FFFF)V
         7: .line 322
            invokevirtual com.sun.scenario.effect.Flood.setFloodBounds:(Lcom/sun/javafx/geom/RectBounds;)V
         8: .line 326
            return
        end local 1 // com.sun.scenario.effect.Flood peer
        end local 0 // javafx.scene.effect.ColorInput this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Ljavafx/scene/effect/ColorInput;
            2    9     1  peer  Lcom/sun/scenario/effect/Flood;

  boolean checkChainContains(javafx.scene.effect.Effect);
    descriptor: (Ljavafx/scene/effect/Effect;)Z
    flags: (0x0000) 
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // javafx.scene.effect.ColorInput this
        start local 1 // javafx.scene.effect.Effect e
         0: .line 330
            iconst_0
            ireturn
        end local 1 // javafx.scene.effect.Effect e
        end local 0 // javafx.scene.effect.ColorInput this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/effect/ColorInput;
            0    1     1     e  Ljavafx/scene/effect/Effect;
    MethodParameters:
      Name  Flags
      e     

  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=9, locals=6, args_size=5
        start local 0 // javafx.scene.effect.ColorInput 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 338
            new com.sun.javafx.geom.RectBounds
            dup
         1: .line 339
            aload 0 /* this */
            invokevirtual javafx.scene.effect.ColorInput.getX:()D
            d2f
            aload 0 /* this */
            invokevirtual javafx.scene.effect.ColorInput.getY:()D
            d2f
         2: .line 340
            aload 0 /* this */
            invokevirtual javafx.scene.effect.ColorInput.getX:()D
            aload 0 /* this */
            invokevirtual javafx.scene.effect.ColorInput.getWidth:()D
            dadd
            d2f
         3: .line 341
            aload 0 /* this */
            invokevirtual javafx.scene.effect.ColorInput.getY:()D
            aload 0 /* this */
            invokevirtual javafx.scene.effect.ColorInput.getHeight:()D
            dadd
            d2f
         4: .line 338
            invokespecial com.sun.javafx.geom.RectBounds.<init>:(FFFF)V
            astore 5 /* ret */
        start local 5 // com.sun.javafx.geom.RectBounds ret
         5: .line 342
            aload 2 /* tx */
            aload 5 /* ret */
            invokestatic javafx.scene.effect.ColorInput.transformBounds:(Lcom/sun/javafx/geom/transform/BaseTransform;Lcom/sun/javafx/geom/BaseBounds;)Lcom/sun/javafx/geom/BaseBounds;
            areturn
        end local 5 // com.sun.javafx.geom.RectBounds ret
        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.ColorInput this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    6     0            this  Ljavafx/scene/effect/ColorInput;
            0    6     1          bounds  Lcom/sun/javafx/geom/BaseBounds;
            0    6     2              tx  Lcom/sun/javafx/geom/transform/BaseTransform;
            0    6     3            node  Ljavafx/scene/Node;
            0    6     4  boundsAccessor  Lcom/sun/javafx/scene/BoundsAccessor;
            5    6     5             ret  Lcom/sun/javafx/geom/RectBounds;
    MethodParameters:
                Name  Flags
      bounds          
      tx              
      node            
      boundsAccessor  

  javafx.scene.effect.Effect copy();
    descriptor: ()Ljavafx/scene/effect/Effect;
    flags: (0x0000) 
    Code:
      stack=11, locals=1, args_size=1
        start local 0 // javafx.scene.effect.ColorInput this
         0: .line 347
            new javafx.scene.effect.ColorInput
            dup
            aload 0 /* this */
            invokevirtual javafx.scene.effect.ColorInput.getX:()D
            aload 0 /* this */
            invokevirtual javafx.scene.effect.ColorInput.getY:()D
            aload 0 /* this */
            invokevirtual javafx.scene.effect.ColorInput.getWidth:()D
            aload 0 /* this */
            invokevirtual javafx.scene.effect.ColorInput.getHeight:()D
            aload 0 /* this */
            invokevirtual javafx.scene.effect.ColorInput.getPaint:()Ljavafx/scene/paint/Paint;
            invokespecial javafx.scene.effect.ColorInput.<init>:(DDDDLjavafx/scene/paint/Paint;)V
            areturn
        end local 0 // javafx.scene.effect.ColorInput this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/effect/ColorInput;

  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.ColorInput.createPeer:()Lcom/sun/scenario/effect/Flood;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "ColorInput.java"
NestMembers:
  javafx.scene.effect.ColorInput$1  javafx.scene.effect.ColorInput$2  javafx.scene.effect.ColorInput$3  javafx.scene.effect.ColorInput$4  javafx.scene.effect.ColorInput$5
InnerClasses:
  public abstract PaintAccessor = com.sun.javafx.tk.Toolkit$PaintAccessor of com.sun.javafx.tk.Toolkit
  javafx.scene.effect.ColorInput$1
  javafx.scene.effect.ColorInput$2
  javafx.scene.effect.ColorInput$3
  javafx.scene.effect.ColorInput$4
  javafx.scene.effect.ColorInput$5