public class sun.java2d.xr.GrowableRectArray extends sun.java2d.xr.GrowableIntArray
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.java2d.xr.GrowableRectArray
  super_class: sun.java2d.xr.GrowableIntArray
{
  private static final int RECT_SIZE;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 4

  public void <init>(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.java2d.xr.GrowableRectArray this
        start local 1 // int initialSize
         0: .line 38
            aload 0 /* this */
            iconst_4
            iload 1 /* initialSize */
            invokespecial sun.java2d.xr.GrowableIntArray.<init>:(II)V
         1: .line 39
            return
        end local 1 // int initialSize
        end local 0 // sun.java2d.xr.GrowableRectArray this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lsun/java2d/xr/GrowableRectArray;
            0    2     1  initialSize  I
    MethodParameters:
             Name  Flags
      initialSize  

  public final void setX(int, int);
    descriptor: (II)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // sun.java2d.xr.GrowableRectArray this
        start local 1 // int index
        start local 2 // int x
         0: .line 42
            aload 0 /* this */
            getfield sun.java2d.xr.GrowableRectArray.array:[I
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual sun.java2d.xr.GrowableRectArray.getCellIndex:(I)I
            iload 2 /* x */
            iastore
         1: .line 43
            return
        end local 2 // int x
        end local 1 // int index
        end local 0 // sun.java2d.xr.GrowableRectArray this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lsun/java2d/xr/GrowableRectArray;
            0    2     1  index  I
            0    2     2      x  I
    MethodParameters:
       Name  Flags
      index  
      x      

  public final void setY(int, int);
    descriptor: (II)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // sun.java2d.xr.GrowableRectArray this
        start local 1 // int index
        start local 2 // int y
         0: .line 46
            aload 0 /* this */
            getfield sun.java2d.xr.GrowableRectArray.array:[I
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual sun.java2d.xr.GrowableRectArray.getCellIndex:(I)I
            iconst_1
            iadd
            iload 2 /* y */
            iastore
         1: .line 47
            return
        end local 2 // int y
        end local 1 // int index
        end local 0 // sun.java2d.xr.GrowableRectArray this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lsun/java2d/xr/GrowableRectArray;
            0    2     1  index  I
            0    2     2      y  I
    MethodParameters:
       Name  Flags
      index  
      y      

  public final void setWidth(int, int);
    descriptor: (II)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // sun.java2d.xr.GrowableRectArray this
        start local 1 // int index
        start local 2 // int width
         0: .line 50
            aload 0 /* this */
            getfield sun.java2d.xr.GrowableRectArray.array:[I
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual sun.java2d.xr.GrowableRectArray.getCellIndex:(I)I
            iconst_2
            iadd
            iload 2 /* width */
            iastore
         1: .line 51
            return
        end local 2 // int width
        end local 1 // int index
        end local 0 // sun.java2d.xr.GrowableRectArray this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lsun/java2d/xr/GrowableRectArray;
            0    2     1  index  I
            0    2     2  width  I
    MethodParameters:
       Name  Flags
      index  
      width  

  public final void setHeight(int, int);
    descriptor: (II)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // sun.java2d.xr.GrowableRectArray this
        start local 1 // int index
        start local 2 // int height
         0: .line 54
            aload 0 /* this */
            getfield sun.java2d.xr.GrowableRectArray.array:[I
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual sun.java2d.xr.GrowableRectArray.getCellIndex:(I)I
            iconst_3
            iadd
            iload 2 /* height */
            iastore
         1: .line 55
            return
        end local 2 // int height
        end local 1 // int index
        end local 0 // sun.java2d.xr.GrowableRectArray this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lsun/java2d/xr/GrowableRectArray;
            0    2     1   index  I
            0    2     2  height  I
    MethodParameters:
        Name  Flags
      index   
      height  

  public final int getX(int);
    descriptor: (I)I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.java2d.xr.GrowableRectArray this
        start local 1 // int index
         0: .line 58
            aload 0 /* this */
            getfield sun.java2d.xr.GrowableRectArray.array:[I
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual sun.java2d.xr.GrowableRectArray.getCellIndex:(I)I
            iaload
            ireturn
        end local 1 // int index
        end local 0 // sun.java2d.xr.GrowableRectArray this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lsun/java2d/xr/GrowableRectArray;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public final int getY(int);
    descriptor: (I)I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.java2d.xr.GrowableRectArray this
        start local 1 // int index
         0: .line 62
            aload 0 /* this */
            getfield sun.java2d.xr.GrowableRectArray.array:[I
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual sun.java2d.xr.GrowableRectArray.getCellIndex:(I)I
            iconst_1
            iadd
            iaload
            ireturn
        end local 1 // int index
        end local 0 // sun.java2d.xr.GrowableRectArray this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lsun/java2d/xr/GrowableRectArray;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public final int getWidth(int);
    descriptor: (I)I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.java2d.xr.GrowableRectArray this
        start local 1 // int index
         0: .line 66
            aload 0 /* this */
            getfield sun.java2d.xr.GrowableRectArray.array:[I
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual sun.java2d.xr.GrowableRectArray.getCellIndex:(I)I
            iconst_2
            iadd
            iaload
            ireturn
        end local 1 // int index
        end local 0 // sun.java2d.xr.GrowableRectArray this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lsun/java2d/xr/GrowableRectArray;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public final int getHeight(int);
    descriptor: (I)I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.java2d.xr.GrowableRectArray this
        start local 1 // int index
         0: .line 70
            aload 0 /* this */
            getfield sun.java2d.xr.GrowableRectArray.array:[I
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual sun.java2d.xr.GrowableRectArray.getCellIndex:(I)I
            iconst_3
            iadd
            iaload
            ireturn
        end local 1 // int index
        end local 0 // sun.java2d.xr.GrowableRectArray this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lsun/java2d/xr/GrowableRectArray;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public final void translateRects(int, int);
    descriptor: (II)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // sun.java2d.xr.GrowableRectArray this
        start local 1 // int x
        start local 2 // int y
         0: .line 74
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         1: goto 5
         2: .line 75
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 3 /* i */
            aload 0 /* this */
            iload 3 /* i */
            invokevirtual sun.java2d.xr.GrowableRectArray.getX:(I)I
            iload 1 /* x */
            iadd
            invokevirtual sun.java2d.xr.GrowableRectArray.setX:(II)V
         3: .line 76
            aload 0 /* this */
            iload 3 /* i */
            aload 0 /* this */
            iload 3 /* i */
            invokevirtual sun.java2d.xr.GrowableRectArray.getY:(I)I
            iload 2 /* y */
            iadd
            invokevirtual sun.java2d.xr.GrowableRectArray.setY:(II)V
         4: .line 74
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 3 /* i */
            aload 0 /* this */
            invokevirtual sun.java2d.xr.GrowableRectArray.getSize:()I
            if_icmplt 2
        end local 3 // int i
         6: .line 78
            return
        end local 2 // int y
        end local 1 // int x
        end local 0 // sun.java2d.xr.GrowableRectArray this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lsun/java2d/xr/GrowableRectArray;
            0    7     1     x  I
            0    7     2     y  I
            1    6     3     i  I
    MethodParameters:
      Name  Flags
      x     
      y     
}
SourceFile: "GrowableRectArray.java"