public class com.sun.scenario.effect.InvertMask extends com.sun.scenario.effect.CoreEffect<com.sun.scenario.effect.impl.state.RenderState>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.scenario.effect.InvertMask
  super_class: com.sun.scenario.effect.CoreEffect
{
  private int pad;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int xoff;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int yoff;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.scenario.effect.InvertMask this
         0: .line 56
            aload 0 /* this */
            bipush 10
            invokespecial com.sun.scenario.effect.InvertMask.<init>:(I)V
         1: .line 57
            return
        end local 0 // com.sun.scenario.effect.InvertMask this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/scenario/effect/InvertMask;

  public void <init>(com.sun.scenario.effect.Effect);
    descriptor: (Lcom/sun/scenario/effect/Effect;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.scenario.effect.InvertMask this
        start local 1 // com.sun.scenario.effect.Effect input
         0: .line 70
            aload 0 /* this */
            bipush 10
            aload 1 /* input */
            invokespecial com.sun.scenario.effect.InvertMask.<init>:(ILcom/sun/scenario/effect/Effect;)V
         1: .line 71
            return
        end local 1 // com.sun.scenario.effect.Effect input
        end local 0 // com.sun.scenario.effect.InvertMask this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/sun/scenario/effect/InvertMask;
            0    2     1  input  Lcom/sun/scenario/effect/Effect;
    MethodParameters:
       Name  Flags
      input  

  public void <init>(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.scenario.effect.InvertMask this
        start local 1 // int pad
         0: .line 81
            aload 0 /* this */
            iload 1 /* pad */
            getstatic com.sun.scenario.effect.InvertMask.DefaultInput:Lcom/sun/scenario/effect/Effect;
            invokespecial com.sun.scenario.effect.InvertMask.<init>:(ILcom/sun/scenario/effect/Effect;)V
         1: .line 82
            return
        end local 1 // int pad
        end local 0 // com.sun.scenario.effect.InvertMask this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/scenario/effect/InvertMask;
            0    2     1   pad  I
    MethodParameters:
      Name  Flags
      pad   

  public void <init>(int, com.sun.scenario.effect.Effect);
    descriptor: (ILcom/sun/scenario/effect/Effect;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.sun.scenario.effect.InvertMask this
        start local 1 // int pad
        start local 2 // com.sun.scenario.effect.Effect input
         0: .line 93
            aload 0 /* this */
            aload 2 /* input */
            invokespecial com.sun.scenario.effect.CoreEffect.<init>:(Lcom/sun/scenario/effect/Effect;)V
         1: .line 94
            aload 0 /* this */
            iload 1 /* pad */
            invokevirtual com.sun.scenario.effect.InvertMask.setPad:(I)V
         2: .line 95
            aload 0 /* this */
            ldc "InvertMask"
            invokevirtual com.sun.scenario.effect.InvertMask.updatePeerKey:(Ljava/lang/String;)V
         3: .line 96
            return
        end local 2 // com.sun.scenario.effect.Effect input
        end local 1 // int pad
        end local 0 // com.sun.scenario.effect.InvertMask this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lcom/sun/scenario/effect/InvertMask;
            0    4     1    pad  I
            0    4     2  input  Lcom/sun/scenario/effect/Effect;
    MethodParameters:
       Name  Flags
      pad    
      input  

  public final com.sun.scenario.effect.Effect getInput();
    descriptor: ()Lcom/sun/scenario/effect/Effect;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.scenario.effect.InvertMask this
         0: .line 104
            aload 0 /* this */
            invokevirtual com.sun.scenario.effect.InvertMask.getInputs:()Ljava/util/List;
            iconst_0
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast com.sun.scenario.effect.Effect
            areturn
        end local 0 // com.sun.scenario.effect.InvertMask this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/scenario/effect/InvertMask;

  public void setInput(com.sun.scenario.effect.Effect);
    descriptor: (Lcom/sun/scenario/effect/Effect;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.scenario.effect.InvertMask this
        start local 1 // com.sun.scenario.effect.Effect input
         0: .line 115
            aload 0 /* this */
            iconst_0
            aload 1 /* input */
            invokevirtual com.sun.scenario.effect.InvertMask.setInput:(ILcom/sun/scenario/effect/Effect;)V
         1: .line 116
            return
        end local 1 // com.sun.scenario.effect.Effect input
        end local 0 // com.sun.scenario.effect.InvertMask this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/sun/scenario/effect/InvertMask;
            0    2     1  input  Lcom/sun/scenario/effect/Effect;
    MethodParameters:
       Name  Flags
      input  

  public int getPad();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.scenario.effect.InvertMask this
         0: .line 125
            aload 0 /* this */
            getfield com.sun.scenario.effect.InvertMask.pad:I
            ireturn
        end local 0 // com.sun.scenario.effect.InvertMask this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/scenario/effect/InvertMask;

  public void setPad(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.scenario.effect.InvertMask this
        start local 1 // int pad
         0: .line 142
            iload 1 /* pad */
            ifge 2
         1: .line 143
            new java.lang.IllegalArgumentException
            dup
            ldc "Pad value must be non-negative"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 146
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* pad */
            putfield com.sun.scenario.effect.InvertMask.pad:I
         3: .line 147
            return
        end local 1 // int pad
        end local 0 // com.sun.scenario.effect.InvertMask this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/scenario/effect/InvertMask;
            0    4     1   pad  I
    MethodParameters:
      Name  Flags
      pad   

  public int getOffsetX();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.scenario.effect.InvertMask this
         0: .line 155
            aload 0 /* this */
            getfield com.sun.scenario.effect.InvertMask.xoff:I
            ireturn
        end local 0 // com.sun.scenario.effect.InvertMask this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/scenario/effect/InvertMask;

  public void setOffsetX(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.scenario.effect.InvertMask this
        start local 1 // int xoff
         0: .line 171
            aload 0 /* this */
            iload 1 /* xoff */
            putfield com.sun.scenario.effect.InvertMask.xoff:I
         1: .line 172
            return
        end local 1 // int xoff
        end local 0 // com.sun.scenario.effect.InvertMask this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/scenario/effect/InvertMask;
            0    2     1  xoff  I
    MethodParameters:
      Name  Flags
      xoff  

  public int getOffsetY();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.scenario.effect.InvertMask this
         0: .line 180
            aload 0 /* this */
            getfield com.sun.scenario.effect.InvertMask.yoff:I
            ireturn
        end local 0 // com.sun.scenario.effect.InvertMask this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/scenario/effect/InvertMask;

  public void setOffsetY(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.scenario.effect.InvertMask this
        start local 1 // int yoff
         0: .line 196
            aload 0 /* this */
            iload 1 /* yoff */
            putfield com.sun.scenario.effect.InvertMask.yoff:I
         1: .line 197
            return
        end local 1 // int yoff
        end local 0 // com.sun.scenario.effect.InvertMask this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/scenario/effect/InvertMask;
            0    2     1  yoff  I
    MethodParameters:
      Name  Flags
      yoff  

  public com.sun.javafx.geom.BaseBounds getBounds(com.sun.javafx.geom.transform.BaseTransform, com.sun.scenario.effect.Effect);
    descriptor: (Lcom/sun/javafx/geom/transform/BaseTransform;Lcom/sun/scenario/effect/Effect;)Lcom/sun/javafx/geom/BaseBounds;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=3
        start local 0 // com.sun.scenario.effect.InvertMask this
        start local 1 // com.sun.javafx.geom.transform.BaseTransform transform
        start local 2 // com.sun.scenario.effect.Effect defaultInput
         0: .line 201
            aload 0 /* this */
            getstatic com.sun.javafx.geom.transform.BaseTransform.IDENTITY_TRANSFORM:Lcom/sun/javafx/geom/transform/BaseTransform;
            aload 2 /* defaultInput */
            invokespecial com.sun.scenario.effect.CoreEffect.getBounds:(Lcom/sun/javafx/geom/transform/BaseTransform;Lcom/sun/scenario/effect/Effect;)Lcom/sun/javafx/geom/BaseBounds;
            astore 3 /* bounds */
        start local 3 // com.sun.javafx.geom.BaseBounds bounds
         1: .line 202
            new com.sun.javafx.geom.RectBounds
            dup
            aload 3 /* bounds */
            invokevirtual com.sun.javafx.geom.BaseBounds.getMinX:()F
            aload 3 /* bounds */
            invokevirtual com.sun.javafx.geom.BaseBounds.getMinY:()F
         2: .line 203
            aload 3 /* bounds */
            invokevirtual com.sun.javafx.geom.BaseBounds.getMaxX:()F
            aload 3 /* bounds */
            invokevirtual com.sun.javafx.geom.BaseBounds.getMaxY:()F
         3: .line 202
            invokespecial com.sun.javafx.geom.RectBounds.<init>:(FFFF)V
            astore 4 /* ret */
        start local 4 // com.sun.javafx.geom.BaseBounds ret
         4: .line 204
            aload 4 /* ret */
            checkcast com.sun.javafx.geom.RectBounds
            aload 0 /* this */
            getfield com.sun.scenario.effect.InvertMask.pad:I
            i2f
            aload 0 /* this */
            getfield com.sun.scenario.effect.InvertMask.pad:I
            i2f
            invokevirtual com.sun.javafx.geom.RectBounds.grow:(FF)V
         5: .line 205
            aload 1 /* transform */
            invokevirtual com.sun.javafx.geom.transform.BaseTransform.isIdentity:()Z
            ifne 7
         6: .line 206
            aload 1 /* transform */
            aload 4 /* ret */
            invokestatic com.sun.scenario.effect.InvertMask.transformBounds:(Lcom/sun/javafx/geom/transform/BaseTransform;Lcom/sun/javafx/geom/BaseBounds;)Lcom/sun/javafx/geom/BaseBounds;
            astore 4 /* ret */
         7: .line 208
      StackMap locals: com.sun.javafx.geom.BaseBounds com.sun.javafx.geom.BaseBounds
      StackMap stack:
            aload 4 /* ret */
            areturn
        end local 4 // com.sun.javafx.geom.BaseBounds ret
        end local 3 // com.sun.javafx.geom.BaseBounds bounds
        end local 2 // com.sun.scenario.effect.Effect defaultInput
        end local 1 // com.sun.javafx.geom.transform.BaseTransform transform
        end local 0 // com.sun.scenario.effect.InvertMask this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    8     0          this  Lcom/sun/scenario/effect/InvertMask;
            0    8     1     transform  Lcom/sun/javafx/geom/transform/BaseTransform;
            0    8     2  defaultInput  Lcom/sun/scenario/effect/Effect;
            1    8     3        bounds  Lcom/sun/javafx/geom/BaseBounds;
            4    8     4           ret  Lcom/sun/javafx/geom/BaseBounds;
    MethodParameters:
              Name  Flags
      transform     
      defaultInput  

  public com.sun.javafx.geom.Rectangle getResultBounds(com.sun.javafx.geom.transform.BaseTransform, com.sun.javafx.geom.Rectangle, com.sun.scenario.effect.ImageData[]);
    descriptor: (Lcom/sun/javafx/geom/transform/BaseTransform;Lcom/sun/javafx/geom/Rectangle;[Lcom/sun/scenario/effect/ImageData;)Lcom/sun/javafx/geom/Rectangle;
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=4, locals=6, args_size=4
        start local 0 // com.sun.scenario.effect.InvertMask this
        start local 1 // com.sun.javafx.geom.transform.BaseTransform transform
        start local 2 // com.sun.javafx.geom.Rectangle outputClip
        start local 3 // com.sun.scenario.effect.ImageData[] inputDatas
         0: .line 216
            aload 0 /* this */
            aload 1 /* transform */
            aload 2 /* outputClip */
            aload 3 /* inputDatas */
            invokespecial com.sun.scenario.effect.CoreEffect.getResultBounds:(Lcom/sun/javafx/geom/transform/BaseTransform;Lcom/sun/javafx/geom/Rectangle;[Lcom/sun/scenario/effect/ImageData;)Lcom/sun/javafx/geom/Rectangle;
            astore 4 /* r */
        start local 4 // com.sun.javafx.geom.Rectangle r
         1: .line 217
            new com.sun.javafx.geom.Rectangle
            dup
            aload 4 /* r */
            invokespecial com.sun.javafx.geom.Rectangle.<init>:(Lcom/sun/javafx/geom/Rectangle;)V
            astore 5 /* ret */
        start local 5 // com.sun.javafx.geom.Rectangle ret
         2: .line 218
            aload 5 /* ret */
            aload 0 /* this */
            getfield com.sun.scenario.effect.InvertMask.pad:I
            aload 0 /* this */
            getfield com.sun.scenario.effect.InvertMask.pad:I
            invokevirtual com.sun.javafx.geom.Rectangle.grow:(II)V
         3: .line 219
            aload 5 /* ret */
            areturn
        end local 5 // com.sun.javafx.geom.Rectangle ret
        end local 4 // com.sun.javafx.geom.Rectangle r
        end local 3 // com.sun.scenario.effect.ImageData[] inputDatas
        end local 2 // com.sun.javafx.geom.Rectangle outputClip
        end local 1 // com.sun.javafx.geom.transform.BaseTransform transform
        end local 0 // com.sun.scenario.effect.InvertMask this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lcom/sun/scenario/effect/InvertMask;
            0    4     1   transform  Lcom/sun/javafx/geom/transform/BaseTransform;
            0    4     2  outputClip  Lcom/sun/javafx/geom/Rectangle;
            0    4     3  inputDatas  [Lcom/sun/scenario/effect/ImageData;
            1    4     4           r  Lcom/sun/javafx/geom/Rectangle;
            2    4     5         ret  Lcom/sun/javafx/geom/Rectangle;
    MethodParameters:
            Name  Flags
      transform   
      outputClip  
      inputDatas  

  public com.sun.scenario.effect.impl.state.RenderState getRenderState(com.sun.scenario.effect.FilterContext, com.sun.javafx.geom.transform.BaseTransform, com.sun.javafx.geom.Rectangle, java.lang.Object, com.sun.scenario.effect.Effect);
    descriptor: (Lcom/sun/scenario/effect/FilterContext;Lcom/sun/javafx/geom/transform/BaseTransform;Lcom/sun/javafx/geom/Rectangle;Ljava/lang/Object;Lcom/sun/scenario/effect/Effect;)Lcom/sun/scenario/effect/impl/state/RenderState;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=6
        start local 0 // com.sun.scenario.effect.InvertMask this
        start local 1 // com.sun.scenario.effect.FilterContext fctx
        start local 2 // com.sun.javafx.geom.transform.BaseTransform transform
        start local 3 // com.sun.javafx.geom.Rectangle outputClip
        start local 4 // java.lang.Object renderHelper
        start local 5 // com.sun.scenario.effect.Effect defaultInput
         0: .line 229
            new com.sun.scenario.effect.InvertMask$1
            dup
            aload 0 /* this */
            invokespecial com.sun.scenario.effect.InvertMask$1.<init>:(Lcom/sun/scenario/effect/InvertMask;)V
            areturn
        end local 5 // com.sun.scenario.effect.Effect defaultInput
        end local 4 // java.lang.Object renderHelper
        end local 3 // com.sun.javafx.geom.Rectangle outputClip
        end local 2 // com.sun.javafx.geom.transform.BaseTransform transform
        end local 1 // com.sun.scenario.effect.FilterContext fctx
        end local 0 // com.sun.scenario.effect.InvertMask this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lcom/sun/scenario/effect/InvertMask;
            0    1     1          fctx  Lcom/sun/scenario/effect/FilterContext;
            0    1     2     transform  Lcom/sun/javafx/geom/transform/BaseTransform;
            0    1     3    outputClip  Lcom/sun/javafx/geom/Rectangle;
            0    1     4  renderHelper  Ljava/lang/Object;
            0    1     5  defaultInput  Lcom/sun/scenario/effect/Effect;
    MethodParameters:
              Name  Flags
      fctx          
      transform     
      outputClip    
      renderHelper  
      defaultInput  

  public boolean reducesOpaquePixels();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.scenario.effect.InvertMask this
         0: .line 269
            iconst_1
            ireturn
        end local 0 // com.sun.scenario.effect.InvertMask this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/scenario/effect/InvertMask;

  public com.sun.javafx.geom.DirtyRegionContainer getDirtyRegions(com.sun.scenario.effect.Effect, com.sun.javafx.geom.DirtyRegionPool);
    descriptor: (Lcom/sun/scenario/effect/Effect;Lcom/sun/javafx/geom/DirtyRegionPool;)Lcom/sun/javafx/geom/DirtyRegionContainer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=3
        start local 0 // com.sun.scenario.effect.InvertMask this
        start local 1 // com.sun.scenario.effect.Effect defaultInput
        start local 2 // com.sun.javafx.geom.DirtyRegionPool regionPool
         0: .line 274
            aload 0 /* this */
            iconst_0
            aload 1 /* defaultInput */
            invokevirtual com.sun.scenario.effect.InvertMask.getDefaultedInput:(ILcom/sun/scenario/effect/Effect;)Lcom/sun/scenario/effect/Effect;
            astore 3 /* di */
        start local 3 // com.sun.scenario.effect.Effect di
         1: .line 275
            aload 3 /* di */
            aload 1 /* defaultInput */
            aload 2 /* regionPool */
            invokevirtual com.sun.scenario.effect.Effect.getDirtyRegions:(Lcom/sun/scenario/effect/Effect;Lcom/sun/javafx/geom/DirtyRegionPool;)Lcom/sun/javafx/geom/DirtyRegionContainer;
            astore 4 /* drc */
        start local 4 // com.sun.javafx.geom.DirtyRegionContainer drc
         2: .line 277
            aload 0 /* this */
            getfield com.sun.scenario.effect.InvertMask.xoff:I
            ifne 3
            aload 0 /* this */
            getfield com.sun.scenario.effect.InvertMask.yoff:I
            ifeq 8
         3: .line 278
      StackMap locals: com.sun.scenario.effect.Effect com.sun.javafx.geom.DirtyRegionContainer
      StackMap stack:
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         4: goto 7
         5: .line 279
      StackMap locals: int
      StackMap stack:
            aload 4 /* drc */
            iload 5 /* i */
            invokevirtual com.sun.javafx.geom.DirtyRegionContainer.getDirtyRegion:(I)Lcom/sun/javafx/geom/RectBounds;
            aload 0 /* this */
            getfield com.sun.scenario.effect.InvertMask.xoff:I
            i2f
            aload 0 /* this */
            getfield com.sun.scenario.effect.InvertMask.yoff:I
            i2f
            fconst_0
            invokevirtual com.sun.javafx.geom.RectBounds.translate:(FFF)V
         6: .line 278
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 5 /* i */
            aload 4 /* drc */
            invokevirtual com.sun.javafx.geom.DirtyRegionContainer.size:()I
            if_icmplt 5
        end local 5 // int i
         8: .line 283
      StackMap locals:
      StackMap stack:
            aload 4 /* drc */
            areturn
        end local 4 // com.sun.javafx.geom.DirtyRegionContainer drc
        end local 3 // com.sun.scenario.effect.Effect di
        end local 2 // com.sun.javafx.geom.DirtyRegionPool regionPool
        end local 1 // com.sun.scenario.effect.Effect defaultInput
        end local 0 // com.sun.scenario.effect.InvertMask this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    9     0          this  Lcom/sun/scenario/effect/InvertMask;
            0    9     1  defaultInput  Lcom/sun/scenario/effect/Effect;
            0    9     2    regionPool  Lcom/sun/javafx/geom/DirtyRegionPool;
            1    9     3            di  Lcom/sun/scenario/effect/Effect;
            2    9     4           drc  Lcom/sun/javafx/geom/DirtyRegionContainer;
            4    8     5             i  I
    MethodParameters:
              Name  Flags
      defaultInput  
      regionPool    

  public com.sun.scenario.effect.ImageData filterImageDatas(com.sun.scenario.effect.FilterContext, com.sun.javafx.geom.transform.BaseTransform, com.sun.javafx.geom.Rectangle, com.sun.scenario.effect.impl.state.RenderState, com.sun.scenario.effect.ImageData[]);
    descriptor: (Lcom/sun/scenario/effect/FilterContext;Lcom/sun/javafx/geom/transform/BaseTransform;Lcom/sun/javafx/geom/Rectangle;Lcom/sun/scenario/effect/impl/state/RenderState;[Lcom/sun/scenario/effect/ImageData;)Lcom/sun/scenario/effect/ImageData;
    flags: (0x10c1) ACC_PUBLIC, ACC_BRIDGE, ACC_VARARGS, ACC_SYNTHETIC
    Code:
      stack=6, locals=6, args_size=6
         0: .line 1
            aload 0
            aload 1
            aload 2
            aload 3
            aload 4
            aload 5
            invokespecial com.sun.scenario.effect.CoreEffect.filterImageDatas:(Lcom/sun/scenario/effect/FilterContext;Lcom/sun/javafx/geom/transform/BaseTransform;Lcom/sun/javafx/geom/Rectangle;Lcom/sun/scenario/effect/impl/state/RenderState;[Lcom/sun/scenario/effect/ImageData;)Lcom/sun/scenario/effect/ImageData;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.sun.scenario.effect.Effect$AccelType getAccelType(com.sun.scenario.effect.FilterContext);
    descriptor: (Lcom/sun/scenario/effect/FilterContext;)Lcom/sun/scenario/effect/Effect$AccelType;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokespecial com.sun.scenario.effect.CoreEffect.getAccelType:(Lcom/sun/scenario/effect/FilterContext;)Lcom/sun/scenario/effect/Effect$AccelType;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lcom/sun/scenario/effect/CoreEffect<Lcom/sun/scenario/effect/impl/state/RenderState;>;
SourceFile: "InvertMask.java"
NestMembers:
  com.sun.scenario.effect.InvertMask$1
InnerClasses:
  public final AccelType = com.sun.scenario.effect.Effect$AccelType of com.sun.scenario.effect.Effect
  com.sun.scenario.effect.InvertMask$1