public class org.apache.fop.afp.ioca.ImageCellPosition extends org.apache.fop.afp.modca.AbstractAFPObject
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.fop.afp.ioca.ImageCellPosition
  super_class: org.apache.fop.afp.modca.AbstractAFPObject
{
  private int xOffset;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

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

  private final byte[] xSize;
    descriptor: [B
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final byte[] ySize;
    descriptor: [B
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final byte[] xFillSize;
    descriptor: [B
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final byte[] yFillSize;
    descriptor: [B
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.apache.fop.afp.ioca.ImageCellPosition this
        start local 1 // int x
        start local 2 // int y
         0: .line 58
            aload 0 /* this */
            invokespecial org.apache.fop.afp.modca.AbstractAFPObject.<init>:()V
         1: .line 41
            aload 0 /* this */
            iconst_2
            newarray 8
            dup
            iconst_0
            iconst_m1
            bastore
            dup
            iconst_1
            iconst_m1
            bastore
            putfield org.apache.fop.afp.ioca.ImageCellPosition.xSize:[B
         2: .line 44
            aload 0 /* this */
            iconst_2
            newarray 8
            dup
            iconst_0
            iconst_m1
            bastore
            dup
            iconst_1
            iconst_m1
            bastore
            putfield org.apache.fop.afp.ioca.ImageCellPosition.ySize:[B
         3: .line 47
            aload 0 /* this */
            iconst_2
            newarray 8
            dup
            iconst_0
            iconst_m1
            bastore
            dup
            iconst_1
            iconst_m1
            bastore
            putfield org.apache.fop.afp.ioca.ImageCellPosition.xFillSize:[B
         4: .line 50
            aload 0 /* this */
            iconst_2
            newarray 8
            dup
            iconst_0
            iconst_m1
            bastore
            dup
            iconst_1
            iconst_m1
            bastore
            putfield org.apache.fop.afp.ioca.ImageCellPosition.yFillSize:[B
         5: .line 59
            aload 0 /* this */
            iload 1 /* x */
            putfield org.apache.fop.afp.ioca.ImageCellPosition.xOffset:I
         6: .line 60
            aload 0 /* this */
            iload 2 /* y */
            putfield org.apache.fop.afp.ioca.ImageCellPosition.yOffset:I
         7: .line 61
            return
        end local 2 // int y
        end local 1 // int x
        end local 0 // org.apache.fop.afp.ioca.ImageCellPosition this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/apache/fop/afp/ioca/ImageCellPosition;
            0    8     1     x  I
            0    8     2     y  I
    MethodParameters:
      Name  Flags
      x     
      y     

  public void writeToStream(java.io.OutputStream);
    descriptor: (Ljava/io/OutputStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=2
        start local 0 // org.apache.fop.afp.ioca.ImageCellPosition this
        start local 1 // java.io.OutputStream os
         0: .line 65
            bipush 21
            newarray 8
            astore 2 /* data */
        start local 2 // byte[] data
         1: .line 66
            aload 0 /* this */
            aload 2 /* data */
            bipush -84
            bipush 123
            invokevirtual org.apache.fop.afp.ioca.ImageCellPosition.copySF:([BBB)V
         2: .line 68
            aload 2 /* data */
            iconst_1
            iconst_0
            bastore
         3: .line 69
            aload 2 /* data */
            iconst_2
            bipush 20
            bastore
         4: .line 75
            aload 0 /* this */
            getfield org.apache.fop.afp.ioca.ImageCellPosition.xOffset:I
            iconst_2
            invokestatic org.apache.fop.afp.util.BinaryUtils.convert:(II)[B
            astore 3 /* x1 */
        start local 3 // byte[] x1
         5: .line 76
            aload 2 /* data */
            bipush 9
            aload 3 /* x1 */
            iconst_0
            baload
            bastore
         6: .line 77
            aload 2 /* data */
            bipush 10
            aload 3 /* x1 */
            iconst_1
            baload
            bastore
         7: .line 83
            aload 0 /* this */
            getfield org.apache.fop.afp.ioca.ImageCellPosition.yOffset:I
            iconst_2
            invokestatic org.apache.fop.afp.util.BinaryUtils.convert:(II)[B
            astore 4 /* x2 */
        start local 4 // byte[] x2
         8: .line 84
            aload 2 /* data */
            bipush 11
            aload 4 /* x2 */
            iconst_0
            baload
            bastore
         9: .line 85
            aload 2 /* data */
            bipush 12
            aload 4 /* x2 */
            iconst_1
            baload
            bastore
        10: .line 87
            aload 2 /* data */
            bipush 13
            aload 0 /* this */
            getfield org.apache.fop.afp.ioca.ImageCellPosition.xSize:[B
            iconst_0
            baload
            bastore
        11: .line 88
            aload 2 /* data */
            bipush 14
            aload 0 /* this */
            getfield org.apache.fop.afp.ioca.ImageCellPosition.xSize:[B
            iconst_1
            baload
            bastore
        12: .line 90
            aload 2 /* data */
            bipush 15
            aload 0 /* this */
            getfield org.apache.fop.afp.ioca.ImageCellPosition.ySize:[B
            iconst_0
            baload
            bastore
        13: .line 91
            aload 2 /* data */
            bipush 16
            aload 0 /* this */
            getfield org.apache.fop.afp.ioca.ImageCellPosition.ySize:[B
            iconst_1
            baload
            bastore
        14: .line 93
            aload 2 /* data */
            bipush 17
            aload 0 /* this */
            getfield org.apache.fop.afp.ioca.ImageCellPosition.xFillSize:[B
            iconst_0
            baload
            bastore
        15: .line 94
            aload 2 /* data */
            bipush 18
            aload 0 /* this */
            getfield org.apache.fop.afp.ioca.ImageCellPosition.xFillSize:[B
            iconst_1
            baload
            bastore
        16: .line 96
            aload 2 /* data */
            bipush 19
            aload 0 /* this */
            getfield org.apache.fop.afp.ioca.ImageCellPosition.yFillSize:[B
            iconst_0
            baload
            bastore
        17: .line 97
            aload 2 /* data */
            bipush 20
            aload 0 /* this */
            getfield org.apache.fop.afp.ioca.ImageCellPosition.yFillSize:[B
            iconst_1
            baload
            bastore
        18: .line 99
            aload 1 /* os */
            aload 2 /* data */
            invokevirtual java.io.OutputStream.write:([B)V
        19: .line 100
            return
        end local 4 // byte[] x2
        end local 3 // byte[] x1
        end local 2 // byte[] data
        end local 1 // java.io.OutputStream os
        end local 0 // org.apache.fop.afp.ioca.ImageCellPosition this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   20     0  this  Lorg/apache/fop/afp/ioca/ImageCellPosition;
            0   20     1    os  Ljava/io/OutputStream;
            1   20     2  data  [B
            5   20     3    x1  [B
            8   20     4    x2  [B
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      os    

  public void setXSize(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.apache.fop.afp.ioca.ImageCellPosition this
        start local 1 // int xcSize
         0: .line 111
            iload 1 /* xcSize */
            iconst_2
            invokestatic org.apache.fop.afp.util.BinaryUtils.convert:(II)[B
            astore 2 /* x */
        start local 2 // byte[] x
         1: .line 112
            aload 0 /* this */
            getfield org.apache.fop.afp.ioca.ImageCellPosition.xSize:[B
            iconst_0
            aload 2 /* x */
            iconst_0
            baload
            bastore
         2: .line 113
            aload 0 /* this */
            getfield org.apache.fop.afp.ioca.ImageCellPosition.xSize:[B
            iconst_1
            aload 2 /* x */
            iconst_1
            baload
            bastore
         3: .line 114
            return
        end local 2 // byte[] x
        end local 1 // int xcSize
        end local 0 // org.apache.fop.afp.ioca.ImageCellPosition this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lorg/apache/fop/afp/ioca/ImageCellPosition;
            0    4     1  xcSize  I
            1    4     2       x  [B
    MethodParameters:
        Name  Flags
      xcSize  

  public void setXFillSize(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.apache.fop.afp.ioca.ImageCellPosition this
        start local 1 // int size
         0: .line 128
            iload 1 /* size */
            iconst_2
            invokestatic org.apache.fop.afp.util.BinaryUtils.convert:(II)[B
            astore 2 /* x */
        start local 2 // byte[] x
         1: .line 129
            aload 0 /* this */
            getfield org.apache.fop.afp.ioca.ImageCellPosition.xFillSize:[B
            iconst_0
            aload 2 /* x */
            iconst_0
            baload
            bastore
         2: .line 130
            aload 0 /* this */
            getfield org.apache.fop.afp.ioca.ImageCellPosition.xFillSize:[B
            iconst_1
            aload 2 /* x */
            iconst_1
            baload
            bastore
         3: .line 131
            return
        end local 2 // byte[] x
        end local 1 // int size
        end local 0 // org.apache.fop.afp.ioca.ImageCellPosition this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/apache/fop/afp/ioca/ImageCellPosition;
            0    4     1  size  I
            1    4     2     x  [B
    MethodParameters:
      Name  Flags
      size  

  public void setYSize(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.apache.fop.afp.ioca.ImageCellPosition this
        start local 1 // int size
         0: .line 142
            iload 1 /* size */
            iconst_2
            invokestatic org.apache.fop.afp.util.BinaryUtils.convert:(II)[B
            astore 2 /* x */
        start local 2 // byte[] x
         1: .line 143
            aload 0 /* this */
            getfield org.apache.fop.afp.ioca.ImageCellPosition.ySize:[B
            iconst_0
            aload 2 /* x */
            iconst_0
            baload
            bastore
         2: .line 144
            aload 0 /* this */
            getfield org.apache.fop.afp.ioca.ImageCellPosition.ySize:[B
            iconst_1
            aload 2 /* x */
            iconst_1
            baload
            bastore
         3: .line 145
            return
        end local 2 // byte[] x
        end local 1 // int size
        end local 0 // org.apache.fop.afp.ioca.ImageCellPosition this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/apache/fop/afp/ioca/ImageCellPosition;
            0    4     1  size  I
            1    4     2     x  [B
    MethodParameters:
      Name  Flags
      size  

  public void setYFillSize(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.apache.fop.afp.ioca.ImageCellPosition this
        start local 1 // int size
         0: .line 159
            iload 1 /* size */
            iconst_2
            invokestatic org.apache.fop.afp.util.BinaryUtils.convert:(II)[B
            astore 2 /* x */
        start local 2 // byte[] x
         1: .line 160
            aload 0 /* this */
            getfield org.apache.fop.afp.ioca.ImageCellPosition.yFillSize:[B
            iconst_0
            aload 2 /* x */
            iconst_0
            baload
            bastore
         2: .line 161
            aload 0 /* this */
            getfield org.apache.fop.afp.ioca.ImageCellPosition.yFillSize:[B
            iconst_1
            aload 2 /* x */
            iconst_1
            baload
            bastore
         3: .line 162
            return
        end local 2 // byte[] x
        end local 1 // int size
        end local 0 // org.apache.fop.afp.ioca.ImageCellPosition this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/apache/fop/afp/ioca/ImageCellPosition;
            0    4     1  size  I
            1    4     2     x  [B
    MethodParameters:
      Name  Flags
      size  
}
SourceFile: "ImageCellPosition.java"