public class org.apache.fop.afp.modca.PreprocessPresentationObject extends org.apache.fop.afp.modca.AbstractTripletStructuredObject
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.fop.afp.modca.PreprocessPresentationObject
  super_class: org.apache.fop.afp.modca.AbstractTripletStructuredObject
{
  private static final byte TYPE_OTHER;
    descriptor: B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -110

  private static final byte TYPE_OVERLAY;
    descriptor: B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -33

  private static final byte TYPE_IMAGE;
    descriptor: B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -5

  private byte objType;
    descriptor: B
    flags: (0x0002) ACC_PRIVATE

  private byte objOrent;
    descriptor: B
    flags: (0x0002) ACC_PRIVATE

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

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

  public static final byte ORIENTATION_ZERO_DEGREES;
    descriptor: B
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  public static final byte ORIENTATION_90_DEGREES;
    descriptor: B
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  public static final byte ORIENTATION_180_DEGREES;
    descriptor: B
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 4

  public static final byte ORIENTATION_270_DEGREES;
    descriptor: B
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 8

  public void <init>(org.apache.fop.afp.modca.AbstractTripletStructuredObject);
    descriptor: (Lorg/apache/fop/afp/modca/AbstractTripletStructuredObject;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.apache.fop.afp.modca.PreprocessPresentationObject this
        start local 1 // org.apache.fop.afp.modca.AbstractTripletStructuredObject prePresObj
         0: .line 47
            aload 0 /* this */
            invokespecial org.apache.fop.afp.modca.AbstractTripletStructuredObject.<init>:()V
         1: .line 37
            aload 0 /* this */
            bipush -110
            putfield org.apache.fop.afp.modca.PreprocessPresentationObject.objType:B
         2: .line 39
            aload 0 /* this */
            iconst_m1
            putfield org.apache.fop.afp.modca.PreprocessPresentationObject.objXOffset:I
         3: .line 40
            aload 0 /* this */
            iconst_m1
            putfield org.apache.fop.afp.modca.PreprocessPresentationObject.objYOffset:I
         4: .line 48
            aload 1 /* prePresObj */
            instanceof org.apache.fop.afp.modca.ImageObject
            ifne 5
            aload 1 /* prePresObj */
            instanceof org.apache.fop.afp.modca.Overlay
            ifeq 15
         5: .line 49
      StackMap locals: org.apache.fop.afp.modca.PreprocessPresentationObject org.apache.fop.afp.modca.AbstractTripletStructuredObject
      StackMap stack:
            aload 1 /* prePresObj */
            instanceof org.apache.fop.afp.modca.ImageObject
            ifeq 8
         6: .line 50
            aload 0 /* this */
            bipush -5
            putfield org.apache.fop.afp.modca.PreprocessPresentationObject.objType:B
         7: .line 51
            goto 9
         8: .line 52
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            bipush -33
            putfield org.apache.fop.afp.modca.PreprocessPresentationObject.objType:B
         9: .line 54
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
        10: .line 55
            bipush -124
        11: .line 56
            iconst_0
        12: .line 57
            aload 1 /* prePresObj */
            invokevirtual org.apache.fop.afp.modca.AbstractTripletStructuredObject.getFullyQualifiedName:()Ljava/lang/String;
        13: .line 54
            invokevirtual org.apache.fop.afp.modca.PreprocessPresentationObject.setFullyQualifiedName:(BBLjava/lang/String;)V
        14: .line 58
            goto 16
        15: .line 59
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            bipush -110
            putfield org.apache.fop.afp.modca.PreprocessPresentationObject.objType:B
        16: .line 61
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.apache.fop.afp.modca.AbstractTripletStructuredObject prePresObj
        end local 0 // org.apache.fop.afp.modca.PreprocessPresentationObject this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   17     0        this  Lorg/apache/fop/afp/modca/PreprocessPresentationObject;
            0   17     1  prePresObj  Lorg/apache/fop/afp/modca/AbstractTripletStructuredObject;
    MethodParameters:
            Name  Flags
      prePresObj  

  public void setOrientation(byte);
    descriptor: (B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.fop.afp.modca.PreprocessPresentationObject this
        start local 1 // byte orientation
         0: .line 78
            aload 0 /* this */
            iload 1 /* orientation */
            putfield org.apache.fop.afp.modca.PreprocessPresentationObject.objOrent:B
         1: .line 79
            return
        end local 1 // byte orientation
        end local 0 // org.apache.fop.afp.modca.PreprocessPresentationObject this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lorg/apache/fop/afp/modca/PreprocessPresentationObject;
            0    2     1  orientation  B
    MethodParameters:
             Name  Flags
      orientation  

  public void setXOffset(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.fop.afp.modca.PreprocessPresentationObject this
        start local 1 // int xOffset
         0: .line 87
            aload 0 /* this */
            iload 1 /* xOffset */
            putfield org.apache.fop.afp.modca.PreprocessPresentationObject.objXOffset:I
         1: .line 88
            return
        end local 1 // int xOffset
        end local 0 // org.apache.fop.afp.modca.PreprocessPresentationObject this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/apache/fop/afp/modca/PreprocessPresentationObject;
            0    2     1  xOffset  I
    MethodParameters:
         Name  Flags
      xOffset  

  public void setYOffset(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.fop.afp.modca.PreprocessPresentationObject this
        start local 1 // int yOffset
         0: .line 96
            aload 0 /* this */
            iload 1 /* yOffset */
            putfield org.apache.fop.afp.modca.PreprocessPresentationObject.objYOffset:I
         1: .line 97
            return
        end local 1 // int yOffset
        end local 0 // org.apache.fop.afp.modca.PreprocessPresentationObject this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/apache/fop/afp/modca/PreprocessPresentationObject;
            0    2     1  yOffset  I
    MethodParameters:
         Name  Flags
      yOffset  

  public void writeStart(java.io.OutputStream);
    descriptor: (Ljava/io/OutputStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // org.apache.fop.afp.modca.PreprocessPresentationObject this
        start local 1 // java.io.OutputStream os
         0: .line 101
            aload 0 /* this */
            aload 1 /* os */
            invokespecial org.apache.fop.afp.modca.AbstractTripletStructuredObject.writeStart:(Ljava/io/OutputStream;)V
         1: .line 103
            bipush 9
            newarray 8
            astore 2 /* data */
        start local 2 // byte[] data
         2: .line 104
            aload 0 /* this */
            aload 2 /* data */
            bipush -83
            bipush -61
            invokevirtual org.apache.fop.afp.modca.PreprocessPresentationObject.copySF:([BBB)V
         3: .line 106
            bipush 19
            aload 0 /* this */
            invokevirtual org.apache.fop.afp.modca.PreprocessPresentationObject.getTripletDataLength:()I
            iadd
            iconst_2
            invokestatic org.apache.fop.afp.util.BinaryUtils.convert:(II)[B
            astore 3 /* l */
        start local 3 // byte[] l
         4: .line 107
            aload 2 /* data */
            iconst_1
            aload 3 /* l */
            iconst_0
            baload
            bastore
         5: .line 108
            aload 2 /* data */
            iconst_2
            aload 3 /* l */
            iconst_1
            baload
            bastore
         6: .line 110
            aload 1 /* os */
            aload 2 /* data */
            invokevirtual java.io.OutputStream.write:([B)V
         7: .line 111
            return
        end local 3 // byte[] l
        end local 2 // byte[] data
        end local 1 // java.io.OutputStream os
        end local 0 // org.apache.fop.afp.modca.PreprocessPresentationObject this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/apache/fop/afp/modca/PreprocessPresentationObject;
            0    8     1    os  Ljava/io/OutputStream;
            2    8     2  data  [B
            4    8     3     l  [B
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      os    

  public void writeContent(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.modca.PreprocessPresentationObject this
        start local 1 // java.io.OutputStream os
         0: .line 115
            bipush 12
            newarray 8
            astore 2 /* data */
        start local 2 // byte[] data
         1: .line 116
            bipush 12
            aload 0 /* this */
            invokevirtual org.apache.fop.afp.modca.PreprocessPresentationObject.getTripletDataLength:()I
            iadd
            iconst_2
            invokestatic org.apache.fop.afp.util.BinaryUtils.convert:(II)[B
            astore 3 /* l */
        start local 3 // byte[] l
         2: .line 117
            aload 2 /* data */
            iconst_0
            aload 3 /* l */
            iconst_0
            baload
            bastore
         3: .line 118
            aload 2 /* data */
            iconst_1
            aload 3 /* l */
            iconst_1
            baload
            bastore
         4: .line 119
            aload 2 /* data */
            iconst_2
            aload 0 /* this */
            getfield org.apache.fop.afp.modca.PreprocessPresentationObject.objType:B
            bastore
         5: .line 120
            aload 2 /* data */
            iconst_3
            iconst_0
            bastore
         6: .line 121
            aload 2 /* data */
            iconst_4
            iconst_0
            bastore
         7: .line 122
            aload 2 /* data */
            iconst_5
            aload 0 /* this */
            getfield org.apache.fop.afp.modca.PreprocessPresentationObject.objOrent:B
            bastore
         8: .line 123
            aload 0 /* this */
            getfield org.apache.fop.afp.modca.PreprocessPresentationObject.objXOffset:I
            ifle 14
         9: .line 124
            aload 0 /* this */
            getfield org.apache.fop.afp.modca.PreprocessPresentationObject.objYOffset:I
            iconst_3
            invokestatic org.apache.fop.afp.util.BinaryUtils.convert:(II)[B
            astore 4 /* xOff */
        start local 4 // byte[] xOff
        10: .line 125
            aload 2 /* data */
            bipush 6
            aload 4 /* xOff */
            iconst_0
            baload
            bastore
        11: .line 126
            aload 2 /* data */
            bipush 7
            aload 4 /* xOff */
            iconst_1
            baload
            bastore
        12: .line 127
            aload 2 /* data */
            bipush 8
            aload 4 /* xOff */
            iconst_2
            baload
            bastore
        end local 4 // byte[] xOff
        13: .line 128
            goto 17
        14: .line 129
      StackMap locals: byte[] byte[]
      StackMap stack:
            aload 2 /* data */
            bipush 6
            iconst_m1
            bastore
        15: .line 130
            aload 2 /* data */
            bipush 7
            iconst_m1
            bastore
        16: .line 131
            aload 2 /* data */
            bipush 8
            iconst_m1
            bastore
        17: .line 133
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.fop.afp.modca.PreprocessPresentationObject.objYOffset:I
            ifle 23
        18: .line 134
            aload 0 /* this */
            getfield org.apache.fop.afp.modca.PreprocessPresentationObject.objYOffset:I
            iconst_3
            invokestatic org.apache.fop.afp.util.BinaryUtils.convert:(II)[B
            astore 4 /* yOff */
        start local 4 // byte[] yOff
        19: .line 135
            aload 2 /* data */
            bipush 9
            aload 4 /* yOff */
            iconst_0
            baload
            bastore
        20: .line 136
            aload 2 /* data */
            bipush 10
            aload 4 /* yOff */
            iconst_1
            baload
            bastore
        21: .line 137
            aload 2 /* data */
            bipush 11
            aload 4 /* yOff */
            iconst_2
            baload
            bastore
        end local 4 // byte[] yOff
        22: .line 138
            goto 26
        23: .line 139
      StackMap locals:
      StackMap stack:
            aload 2 /* data */
            bipush 9
            iconst_m1
            bastore
        24: .line 140
            aload 2 /* data */
            bipush 10
            iconst_m1
            bastore
        25: .line 141
            aload 2 /* data */
            bipush 11
            iconst_m1
            bastore
        26: .line 143
      StackMap locals:
      StackMap stack:
            aload 1 /* os */
            aload 2 /* data */
            invokevirtual java.io.OutputStream.write:([B)V
        27: .line 145
            aload 0 /* this */
            aload 1 /* os */
            invokevirtual org.apache.fop.afp.modca.PreprocessPresentationObject.writeTriplets:(Ljava/io/OutputStream;)V
        28: .line 146
            return
        end local 3 // byte[] l
        end local 2 // byte[] data
        end local 1 // java.io.OutputStream os
        end local 0 // org.apache.fop.afp.modca.PreprocessPresentationObject this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   29     0  this  Lorg/apache/fop/afp/modca/PreprocessPresentationObject;
            0   29     1    os  Ljava/io/OutputStream;
            1   29     2  data  [B
            2   29     3     l  [B
           10   13     4  xOff  [B
           19   22     4  yOff  [B
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      os    
}
SourceFile: "PreprocessPresentationObject.java"