class com.apple.laf.AquaUtils$ShadowBorder implements javax.swing.border.Border
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.apple.laf.AquaUtils$ShadowBorder
  super_class: java.lang.Object
{
  private final com.apple.laf.AquaUtils$Painter prePainter;
    descriptor: Lcom/apple/laf/AquaUtils$Painter;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final com.apple.laf.AquaUtils$Painter postPainter;
    descriptor: Lcom/apple/laf/AquaUtils$Painter;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int offsetX;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int offsetY;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final float distance;
    descriptor: F
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int blur;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.awt.Insets insets;
    descriptor: Ljava/awt/Insets;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.awt.image.ConvolveOp blurOp;
    descriptor: Ljava/awt/image/ConvolveOp;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(com.apple.laf.AquaUtils$Painter, com.apple.laf.AquaUtils$Painter, int, int, float, float, int);
    descriptor: (Lcom/apple/laf/AquaUtils$Painter;Lcom/apple/laf/AquaUtils$Painter;IIFFI)V
    flags: (0x0000) 
    Code:
      stack=8, locals=12, args_size=8
        start local 0 // com.apple.laf.AquaUtils$ShadowBorder this
        start local 1 // com.apple.laf.AquaUtils$Painter prePainter
        start local 2 // com.apple.laf.AquaUtils$Painter postPainter
        start local 3 // int offsetX
        start local 4 // int offsetY
        start local 5 // float distance
        start local 6 // float intensity
        start local 7 // int blur
         0: .line 279
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 280
            aload 0 /* this */
            aload 1 /* prePainter */
            putfield com.apple.laf.AquaUtils$ShadowBorder.prePainter:Lcom/apple/laf/AquaUtils$Painter;
            aload 0 /* this */
            aload 2 /* postPainter */
            putfield com.apple.laf.AquaUtils$ShadowBorder.postPainter:Lcom/apple/laf/AquaUtils$Painter;
         2: .line 281
            aload 0 /* this */
            iload 3 /* offsetX */
            putfield com.apple.laf.AquaUtils$ShadowBorder.offsetX:I
            aload 0 /* this */
            iload 4 /* offsetY */
            putfield com.apple.laf.AquaUtils$ShadowBorder.offsetY:I
            aload 0 /* this */
            fload 5 /* distance */
            putfield com.apple.laf.AquaUtils$ShadowBorder.distance:F
            aload 0 /* this */
            iload 7 /* blur */
            putfield com.apple.laf.AquaUtils$ShadowBorder.blur:I
         3: .line 282
            iload 7 /* blur */
            iconst_2
            idiv
            istore 8 /* halfBlur */
        start local 8 // int halfBlur
         4: .line 283
            aload 0 /* this */
            new java.awt.Insets
            dup
            iload 8 /* halfBlur */
            iload 4 /* offsetY */
            isub
            iload 8 /* halfBlur */
            iload 3 /* offsetX */
            isub
            iload 8 /* halfBlur */
            iload 4 /* offsetY */
            iadd
            iload 8 /* halfBlur */
            iload 3 /* offsetX */
            iadd
            invokespecial java.awt.Insets.<init>:(IIII)V
            putfield com.apple.laf.AquaUtils$ShadowBorder.insets:Ljava/awt/Insets;
         5: .line 285
            fload 6 /* intensity */
            iload 7 /* blur */
            iload 7 /* blur */
            imul
            i2f
            fdiv
            fstore 9 /* blurry */
        start local 9 // float blurry
         6: .line 286
            iload 7 /* blur */
            iload 7 /* blur */
            imul
            newarray 6
            astore 10 /* blurKernel */
        start local 10 // float[] blurKernel
         7: .line 287
            iconst_0
            istore 11 /* i */
        start local 11 // int i
         8: goto 10
      StackMap locals: com.apple.laf.AquaUtils$ShadowBorder com.apple.laf.AquaUtils$Painter com.apple.laf.AquaUtils$Painter int int float float int int float float[] int
      StackMap stack:
         9: aload 10 /* blurKernel */
            iload 11 /* i */
            fload 9 /* blurry */
            fastore
            iinc 11 /* i */ 1
      StackMap locals:
      StackMap stack:
        10: iload 11 /* i */
            aload 10 /* blurKernel */
            arraylength
            if_icmplt 9
        end local 11 // int i
        11: .line 288
            aload 0 /* this */
            new java.awt.image.ConvolveOp
            dup
            new java.awt.image.Kernel
            dup
            iload 7 /* blur */
            iload 7 /* blur */
            aload 10 /* blurKernel */
            invokespecial java.awt.image.Kernel.<init>:(II[F)V
            invokespecial java.awt.image.ConvolveOp.<init>:(Ljava/awt/image/Kernel;)V
            putfield com.apple.laf.AquaUtils$ShadowBorder.blurOp:Ljava/awt/image/ConvolveOp;
        12: .line 289
            return
        end local 10 // float[] blurKernel
        end local 9 // float blurry
        end local 8 // int halfBlur
        end local 7 // int blur
        end local 6 // float intensity
        end local 5 // float distance
        end local 4 // int offsetY
        end local 3 // int offsetX
        end local 2 // com.apple.laf.AquaUtils$Painter postPainter
        end local 1 // com.apple.laf.AquaUtils$Painter prePainter
        end local 0 // com.apple.laf.AquaUtils$ShadowBorder this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   13     0         this  Lcom/apple/laf/AquaUtils$ShadowBorder;
            0   13     1   prePainter  Lcom/apple/laf/AquaUtils$Painter;
            0   13     2  postPainter  Lcom/apple/laf/AquaUtils$Painter;
            0   13     3      offsetX  I
            0   13     4      offsetY  I
            0   13     5     distance  F
            0   13     6    intensity  F
            0   13     7         blur  I
            4   13     8     halfBlur  I
            6   13     9       blurry  F
            7   13    10   blurKernel  [F
            8   11    11            i  I
    MethodParameters:
             Name  Flags
      prePainter   final
      postPainter  final
      offsetX      final
      offsetY      final
      distance     final
      intensity    final
      blur         final

  public final boolean isBorderOpaque();
    descriptor: ()Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.apple.laf.AquaUtils$ShadowBorder this
         0: .line 293
            iconst_0
            ireturn
        end local 0 // com.apple.laf.AquaUtils$ShadowBorder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/apple/laf/AquaUtils$ShadowBorder;

  public final java.awt.Insets getBorderInsets(java.awt.Component);
    descriptor: (Ljava/awt/Component;)Ljava/awt/Insets;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.apple.laf.AquaUtils$ShadowBorder this
        start local 1 // java.awt.Component c
         0: .line 298
            aload 0 /* this */
            getfield com.apple.laf.AquaUtils$ShadowBorder.insets:Ljava/awt/Insets;
            areturn
        end local 1 // java.awt.Component c
        end local 0 // com.apple.laf.AquaUtils$ShadowBorder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/apple/laf/AquaUtils$ShadowBorder;
            0    1     1     c  Ljava/awt/Component;
    MethodParameters:
      Name  Flags
      c     final

  public void paintBorder(java.awt.Component, java.awt.Graphics, int, int, int, int);
    descriptor: (Ljava/awt/Component;Ljava/awt/Graphics;IIII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=8, args_size=7
        start local 0 // com.apple.laf.AquaUtils$ShadowBorder this
        start local 1 // java.awt.Component c
        start local 2 // java.awt.Graphics g
        start local 3 // int x
        start local 4 // int y
        start local 5 // int width
        start local 6 // int height
         0: .line 303
            new java.awt.image.BufferedImage
            dup
            iload 5 /* width */
            aload 0 /* this */
            getfield com.apple.laf.AquaUtils$ShadowBorder.blur:I
            iconst_2
            imul
            iadd
            iload 6 /* height */
            aload 0 /* this */
            getfield com.apple.laf.AquaUtils$ShadowBorder.blur:I
            iconst_2
            imul
            iadd
            iconst_3
            invokespecial java.awt.image.BufferedImage.<init>:(III)V
            astore 7 /* img */
        start local 7 // java.awt.image.BufferedImage img
         1: .line 304
            aload 0 /* this */
            aload 7 /* img */
            iload 3 /* x */
            iload 4 /* y */
            iload 5 /* width */
            iload 6 /* height */
            invokevirtual com.apple.laf.AquaUtils$ShadowBorder.paintToImage:(Ljava/awt/image/BufferedImage;IIII)V
         2: .line 306
            aload 2 /* g */
            aload 7 /* img */
            aload 0 /* this */
            getfield com.apple.laf.AquaUtils$ShadowBorder.blur:I
            ineg
            aload 0 /* this */
            getfield com.apple.laf.AquaUtils$ShadowBorder.blur:I
            ineg
            aconst_null
            invokevirtual java.awt.Graphics.drawImage:(Ljava/awt/Image;IILjava/awt/image/ImageObserver;)Z
            pop
         3: .line 307
            return
        end local 7 // java.awt.image.BufferedImage img
        end local 6 // int height
        end local 5 // int width
        end local 4 // int y
        end local 3 // int x
        end local 2 // java.awt.Graphics g
        end local 1 // java.awt.Component c
        end local 0 // com.apple.laf.AquaUtils$ShadowBorder this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lcom/apple/laf/AquaUtils$ShadowBorder;
            0    4     1       c  Ljava/awt/Component;
            0    4     2       g  Ljava/awt/Graphics;
            0    4     3       x  I
            0    4     4       y  I
            0    4     5   width  I
            0    4     6  height  I
            1    4     7     img  Ljava/awt/image/BufferedImage;
    MethodParameters:
        Name  Flags
      c       final
      g       final
      x       final
      y       final
      width   final
      height  final

  private void paintToImage(java.awt.image.BufferedImage, int, int, int, int);
    descriptor: (Ljava/awt/image/BufferedImage;IIII)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=11, args_size=6
        start local 0 // com.apple.laf.AquaUtils$ShadowBorder this
        start local 1 // java.awt.image.BufferedImage img
        start local 2 // int x
        start local 3 // int y
        start local 4 // int width
        start local 5 // int height
         0: .line 311
            aload 1 /* img */
            invokevirtual java.awt.image.BufferedImage.getGraphics:()Ljava/awt/Graphics;
            checkcast java.awt.Graphics2D
            astore 6 /* imgG */
        start local 6 // java.awt.Graphics2D imgG
         1: .line 312
            aload 6 /* imgG */
            getstatic java.awt.AlphaComposite.Clear:Ljava/awt/AlphaComposite;
            invokevirtual java.awt.Graphics2D.setComposite:(Ljava/awt/Composite;)V
         2: .line 313
            aload 6 /* imgG */
            getstatic java.awt.Color.black:Ljava/awt/Color;
            invokevirtual java.awt.Graphics2D.setColor:(Ljava/awt/Color;)V
         3: .line 314
            aload 6 /* imgG */
            iconst_0
            iconst_0
            iload 4 /* width */
            aload 0 /* this */
            getfield com.apple.laf.AquaUtils$ShadowBorder.blur:I
            iconst_2
            imul
            iadd
            iload 5 /* height */
            aload 0 /* this */
            getfield com.apple.laf.AquaUtils$ShadowBorder.blur:I
            iconst_2
            imul
            iadd
            invokevirtual java.awt.Graphics2D.fillRect:(IIII)V
         4: .line 316
            iload 2 /* x */
            aload 0 /* this */
            getfield com.apple.laf.AquaUtils$ShadowBorder.blur:I
            iadd
            aload 0 /* this */
            getfield com.apple.laf.AquaUtils$ShadowBorder.offsetX:I
            iadd
            i2f
            aload 0 /* this */
            getfield com.apple.laf.AquaUtils$ShadowBorder.insets:Ljava/awt/Insets;
            getfield java.awt.Insets.left:I
            i2f
            aload 0 /* this */
            getfield com.apple.laf.AquaUtils$ShadowBorder.distance:F
            fmul
            fadd
            f2i
            istore 7 /* adjX */
        start local 7 // int adjX
         5: .line 317
            iload 3 /* y */
            aload 0 /* this */
            getfield com.apple.laf.AquaUtils$ShadowBorder.blur:I
            iadd
            aload 0 /* this */
            getfield com.apple.laf.AquaUtils$ShadowBorder.offsetY:I
            iadd
            i2f
            aload 0 /* this */
            getfield com.apple.laf.AquaUtils$ShadowBorder.insets:Ljava/awt/Insets;
            getfield java.awt.Insets.top:I
            i2f
            aload 0 /* this */
            getfield com.apple.laf.AquaUtils$ShadowBorder.distance:F
            fmul
            fadd
            f2i
            istore 8 /* adjY */
        start local 8 // int adjY
         6: .line 318
            iload 4 /* width */
            i2f
            aload 0 /* this */
            getfield com.apple.laf.AquaUtils$ShadowBorder.insets:Ljava/awt/Insets;
            getfield java.awt.Insets.left:I
            aload 0 /* this */
            getfield com.apple.laf.AquaUtils$ShadowBorder.insets:Ljava/awt/Insets;
            getfield java.awt.Insets.right:I
            iadd
            i2f
            aload 0 /* this */
            getfield com.apple.laf.AquaUtils$ShadowBorder.distance:F
            fmul
            fsub
            f2i
            istore 9 /* adjW */
        start local 9 // int adjW
         7: .line 319
            iload 5 /* height */
            i2f
            aload 0 /* this */
            getfield com.apple.laf.AquaUtils$ShadowBorder.insets:Ljava/awt/Insets;
            getfield java.awt.Insets.top:I
            aload 0 /* this */
            getfield com.apple.laf.AquaUtils$ShadowBorder.insets:Ljava/awt/Insets;
            getfield java.awt.Insets.bottom:I
            iadd
            i2f
            aload 0 /* this */
            getfield com.apple.laf.AquaUtils$ShadowBorder.distance:F
            fmul
            fsub
            f2i
            istore 10 /* adjH */
        start local 10 // int adjH
         8: .line 322
            aload 6 /* imgG */
            getstatic java.awt.AlphaComposite.DstAtop:Ljava/awt/AlphaComposite;
            invokevirtual java.awt.Graphics2D.setComposite:(Ljava/awt/Composite;)V
         9: .line 323
            aload 0 /* this */
            getfield com.apple.laf.AquaUtils$ShadowBorder.prePainter:Lcom/apple/laf/AquaUtils$Painter;
            ifnull 10
            aload 0 /* this */
            getfield com.apple.laf.AquaUtils$ShadowBorder.prePainter:Lcom/apple/laf/AquaUtils$Painter;
            aload 6 /* imgG */
            iload 7 /* adjX */
            iload 8 /* adjY */
            iload 9 /* adjW */
            iload 10 /* adjH */
            invokeinterface com.apple.laf.AquaUtils$Painter.paint:(Ljava/awt/Graphics;IIII)V
        10: .line 324
      StackMap locals: com.apple.laf.AquaUtils$ShadowBorder java.awt.image.BufferedImage int int int int java.awt.Graphics2D int int int int
      StackMap stack:
            aload 6 /* imgG */
            invokevirtual java.awt.Graphics2D.dispose:()V
        11: .line 327
            aload 1 /* img */
            invokevirtual java.awt.image.BufferedImage.getGraphics:()Ljava/awt/Graphics;
            checkcast java.awt.Graphics2D
            astore 6 /* imgG */
        12: .line 328
            aload 6 /* imgG */
            getstatic java.awt.AlphaComposite.DstAtop:Ljava/awt/AlphaComposite;
            invokevirtual java.awt.Graphics2D.setComposite:(Ljava/awt/Composite;)V
        13: .line 329
            aload 6 /* imgG */
            getstatic java.awt.RenderingHints.KEY_INTERPOLATION:Ljava/awt/RenderingHints$Key;
            getstatic java.awt.RenderingHints.VALUE_INTERPOLATION_BICUBIC:Ljava/lang/Object;
            invokevirtual java.awt.Graphics2D.setRenderingHint:(Ljava/awt/RenderingHints$Key;Ljava/lang/Object;)V
        14: .line 330
            aload 6 /* imgG */
            getstatic java.awt.RenderingHints.KEY_ALPHA_INTERPOLATION:Ljava/awt/RenderingHints$Key;
            getstatic java.awt.RenderingHints.VALUE_ALPHA_INTERPOLATION_QUALITY:Ljava/lang/Object;
            invokevirtual java.awt.Graphics2D.setRenderingHint:(Ljava/awt/RenderingHints$Key;Ljava/lang/Object;)V
        15: .line 331
            aload 6 /* imgG */
            aload 1 /* img */
            aload 0 /* this */
            getfield com.apple.laf.AquaUtils$ShadowBorder.blurOp:Ljava/awt/image/ConvolveOp;
            iconst_0
            iconst_0
            invokevirtual java.awt.Graphics2D.drawImage:(Ljava/awt/image/BufferedImage;Ljava/awt/image/BufferedImageOp;II)V
        16: .line 333
            aload 0 /* this */
            getfield com.apple.laf.AquaUtils$ShadowBorder.postPainter:Lcom/apple/laf/AquaUtils$Painter;
            ifnull 17
            aload 0 /* this */
            getfield com.apple.laf.AquaUtils$ShadowBorder.postPainter:Lcom/apple/laf/AquaUtils$Painter;
            aload 6 /* imgG */
            iload 7 /* adjX */
            iload 8 /* adjY */
            iload 9 /* adjW */
            iload 10 /* adjH */
            invokeinterface com.apple.laf.AquaUtils$Painter.paint:(Ljava/awt/Graphics;IIII)V
        17: .line 334
      StackMap locals:
      StackMap stack:
            aload 6 /* imgG */
            invokevirtual java.awt.Graphics2D.dispose:()V
        18: .line 335
            return
        end local 10 // int adjH
        end local 9 // int adjW
        end local 8 // int adjY
        end local 7 // int adjX
        end local 6 // java.awt.Graphics2D imgG
        end local 5 // int height
        end local 4 // int width
        end local 3 // int y
        end local 2 // int x
        end local 1 // java.awt.image.BufferedImage img
        end local 0 // com.apple.laf.AquaUtils$ShadowBorder this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   19     0    this  Lcom/apple/laf/AquaUtils$ShadowBorder;
            0   19     1     img  Ljava/awt/image/BufferedImage;
            0   19     2       x  I
            0   19     3       y  I
            0   19     4   width  I
            0   19     5  height  I
            1   19     6    imgG  Ljava/awt/Graphics2D;
            5   19     7    adjX  I
            6   19     8    adjY  I
            7   19     9    adjW  I
            8   19    10    adjH  I
    MethodParameters:
        Name  Flags
      img     final
      x       final
      y       final
      width   final
      height  final
}
SourceFile: "AquaUtils.java"
NestHost: com.apple.laf.AquaUtils
InnerClasses:
  abstract Painter = com.apple.laf.AquaUtils$Painter of com.apple.laf.AquaUtils
  ShadowBorder = com.apple.laf.AquaUtils$ShadowBorder of com.apple.laf.AquaUtils
  public abstract Key = java.awt.RenderingHints$Key of java.awt.RenderingHints