public class com.apple.laf.AquaImageFactory$NineSliceMetrics
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.apple.laf.AquaImageFactory$NineSliceMetrics
  super_class: java.lang.Object
{
  public final int wCut;
    descriptor: I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final int eCut;
    descriptor: I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final int nCut;
    descriptor: I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final int sCut;
    descriptor: I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final int minW;
    descriptor: I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final int minH;
    descriptor: I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final boolean showMiddle;
    descriptor: Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final boolean stretchH;
    descriptor: Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final boolean stretchV;
    descriptor: Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public void <init>(int, int, int, int, int, int);
    descriptor: (IIIIII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=7, args_size=7
        start local 0 // com.apple.laf.AquaImageFactory$NineSliceMetrics this
        start local 1 // int minWidth
        start local 2 // int minHeight
        start local 3 // int westCut
        start local 4 // int eastCut
        start local 5 // int northCut
        start local 6 // int southCut
         0: .line 297
            aload 0 /* this */
            iload 1 /* minWidth */
            iload 2 /* minHeight */
            iload 3 /* westCut */
            iload 4 /* eastCut */
            iload 5 /* northCut */
            iload 6 /* southCut */
            iconst_1
            invokespecial com.apple.laf.AquaImageFactory$NineSliceMetrics.<init>:(IIIIIIZ)V
         1: .line 298
            return
        end local 6 // int southCut
        end local 5 // int northCut
        end local 4 // int eastCut
        end local 3 // int westCut
        end local 2 // int minHeight
        end local 1 // int minWidth
        end local 0 // com.apple.laf.AquaImageFactory$NineSliceMetrics this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/apple/laf/AquaImageFactory$NineSliceMetrics;
            0    2     1   minWidth  I
            0    2     2  minHeight  I
            0    2     3    westCut  I
            0    2     4    eastCut  I
            0    2     5   northCut  I
            0    2     6   southCut  I
    MethodParameters:
           Name  Flags
      minWidth   final
      minHeight  final
      westCut    final
      eastCut    final
      northCut   final
      southCut   final

  public void <init>(int, int, int, int, int, int, boolean);
    descriptor: (IIIIIIZ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=10, locals=8, args_size=8
        start local 0 // com.apple.laf.AquaImageFactory$NineSliceMetrics this
        start local 1 // int minWidth
        start local 2 // int minHeight
        start local 3 // int westCut
        start local 4 // int eastCut
        start local 5 // int northCut
        start local 6 // int southCut
        start local 7 // boolean showMiddle
         0: .line 301
            aload 0 /* this */
            iload 1 /* minWidth */
            iload 2 /* minHeight */
            iload 3 /* westCut */
            iload 4 /* eastCut */
            iload 5 /* northCut */
            iload 6 /* southCut */
            iload 7 /* showMiddle */
            iconst_1
            iconst_1
            invokespecial com.apple.laf.AquaImageFactory$NineSliceMetrics.<init>:(IIIIIIZZZ)V
         1: .line 302
            return
        end local 7 // boolean showMiddle
        end local 6 // int southCut
        end local 5 // int northCut
        end local 4 // int eastCut
        end local 3 // int westCut
        end local 2 // int minHeight
        end local 1 // int minWidth
        end local 0 // com.apple.laf.AquaImageFactory$NineSliceMetrics this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lcom/apple/laf/AquaImageFactory$NineSliceMetrics;
            0    2     1    minWidth  I
            0    2     2   minHeight  I
            0    2     3     westCut  I
            0    2     4     eastCut  I
            0    2     5    northCut  I
            0    2     6    southCut  I
            0    2     7  showMiddle  Z
    MethodParameters:
            Name  Flags
      minWidth    final
      minHeight   final
      westCut     final
      eastCut     final
      northCut    final
      southCut    final
      showMiddle  final

  public void <init>(int, int, int, int, int, int, boolean, boolean, boolean);
    descriptor: (IIIIIIZZZ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=10, args_size=10
        start local 0 // com.apple.laf.AquaImageFactory$NineSliceMetrics this
        start local 1 // int minWidth
        start local 2 // int minHeight
        start local 3 // int westCut
        start local 4 // int eastCut
        start local 5 // int northCut
        start local 6 // int southCut
        start local 7 // boolean showMiddle
        start local 8 // boolean stretchHorizontally
        start local 9 // boolean stretchVertically
         0: .line 304
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 305
            aload 0 /* this */
            iload 3 /* westCut */
            putfield com.apple.laf.AquaImageFactory$NineSliceMetrics.wCut:I
            aload 0 /* this */
            iload 4 /* eastCut */
            putfield com.apple.laf.AquaImageFactory$NineSliceMetrics.eCut:I
            aload 0 /* this */
            iload 5 /* northCut */
            putfield com.apple.laf.AquaImageFactory$NineSliceMetrics.nCut:I
            aload 0 /* this */
            iload 6 /* southCut */
            putfield com.apple.laf.AquaImageFactory$NineSliceMetrics.sCut:I
         2: .line 306
            aload 0 /* this */
            iload 1 /* minWidth */
            putfield com.apple.laf.AquaImageFactory$NineSliceMetrics.minW:I
            aload 0 /* this */
            iload 2 /* minHeight */
            putfield com.apple.laf.AquaImageFactory$NineSliceMetrics.minH:I
         3: .line 307
            aload 0 /* this */
            iload 7 /* showMiddle */
            putfield com.apple.laf.AquaImageFactory$NineSliceMetrics.showMiddle:Z
            aload 0 /* this */
            iload 8 /* stretchHorizontally */
            putfield com.apple.laf.AquaImageFactory$NineSliceMetrics.stretchH:Z
            aload 0 /* this */
            iload 9 /* stretchVertically */
            putfield com.apple.laf.AquaImageFactory$NineSliceMetrics.stretchV:Z
         4: .line 308
            return
        end local 9 // boolean stretchVertically
        end local 8 // boolean stretchHorizontally
        end local 7 // boolean showMiddle
        end local 6 // int southCut
        end local 5 // int northCut
        end local 4 // int eastCut
        end local 3 // int westCut
        end local 2 // int minHeight
        end local 1 // int minWidth
        end local 0 // com.apple.laf.AquaImageFactory$NineSliceMetrics this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    5     0                 this  Lcom/apple/laf/AquaImageFactory$NineSliceMetrics;
            0    5     1             minWidth  I
            0    5     2            minHeight  I
            0    5     3              westCut  I
            0    5     4              eastCut  I
            0    5     5             northCut  I
            0    5     6             southCut  I
            0    5     7           showMiddle  Z
            0    5     8  stretchHorizontally  Z
            0    5     9    stretchVertically  Z
    MethodParameters:
                     Name  Flags
      minWidth             final
      minHeight            final
      westCut              final
      eastCut              final
      northCut             final
      southCut             final
      showMiddle           final
      stretchHorizontally  final
      stretchVertically    final
}
SourceFile: "AquaImageFactory.java"
NestHost: com.apple.laf.AquaImageFactory
InnerClasses:
  public NineSliceMetrics = com.apple.laf.AquaImageFactory$NineSliceMetrics of com.apple.laf.AquaImageFactory