public abstract class org.apache.fop.afp.ptoca.PtocaBuilder implements org.apache.fop.afp.ptoca.PtocaConstants
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.apache.fop.afp.ptoca.PtocaBuilder
  super_class: java.lang.Object
{
  private org.apache.commons.io.output.ByteArrayOutputStream baout;
    descriptor: Lorg/apache/commons/io/output/ByteArrayOutputStream;
    flags: (0x0002) ACC_PRIVATE

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

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

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

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

  private java.awt.Color currentColor;
    descriptor: Ljava/awt/Color;
    flags: (0x0002) ACC_PRIVATE

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

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

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 42
            ldc Lorg/apache/fop/afp/ptoca/PtocaBuilder;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic org.apache.fop.afp.ptoca.PtocaBuilder.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.apache.fop.afp.ptoca.PtocaBuilder this
         0: .line 42
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 44
            aload 0 /* this */
            new org.apache.commons.io.output.ByteArrayOutputStream
            dup
            sipush 256
            invokespecial org.apache.commons.io.output.ByteArrayOutputStream.<init>:(I)V
            putfield org.apache.fop.afp.ptoca.PtocaBuilder.baout:Lorg/apache/commons/io/output/ByteArrayOutputStream;
         2: .line 47
            aload 0 /* this */
            iconst_m1
            putfield org.apache.fop.afp.ptoca.PtocaBuilder.currentX:I
         3: .line 50
            aload 0 /* this */
            iconst_m1
            putfield org.apache.fop.afp.ptoca.PtocaBuilder.currentY:I
         4: .line 53
            aload 0 /* this */
            ldc -2147483648
            putfield org.apache.fop.afp.ptoca.PtocaBuilder.currentFont:I
         5: .line 59
            aload 0 /* this */
            getstatic java.awt.Color.BLACK:Ljava/awt/Color;
            putfield org.apache.fop.afp.ptoca.PtocaBuilder.currentColor:Ljava/awt/Color;
         6: .line 42
            return
        end local 0 // org.apache.fop.afp.ptoca.PtocaBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/apache/fop/afp/ptoca/PtocaBuilder;

  protected abstract java.io.OutputStream getOutputStreamForControlSequence(int);
    descriptor: (I)Ljava/io/OutputStream;
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    MethodParameters:
        Name  Flags
      length  

  private static byte chained(byte);
    descriptor: (B)B
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // byte functionType
         0: .line 77
            iload 0 /* functionType */
            iconst_1
            ior
            i2b
            ireturn
        end local 0 // byte functionType
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0  functionType  B
    MethodParameters:
              Name  Flags
      functionType  

  private void newControlSequence();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.fop.afp.ptoca.PtocaBuilder this
         0: .line 81
            aload 0 /* this */
            getfield org.apache.fop.afp.ptoca.PtocaBuilder.baout:Lorg/apache/commons/io/output/ByteArrayOutputStream;
            invokevirtual org.apache.commons.io.output.ByteArrayOutputStream.reset:()V
         1: .line 82
            return
        end local 0 // org.apache.fop.afp.ptoca.PtocaBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/fop/afp/ptoca/PtocaBuilder;

  private void commit(byte);
    descriptor: (B)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.apache.fop.afp.ptoca.PtocaBuilder this
        start local 1 // byte functionType
         0: .line 85
            aload 0 /* this */
            getfield org.apache.fop.afp.ptoca.PtocaBuilder.baout:Lorg/apache/commons/io/output/ByteArrayOutputStream;
            invokevirtual org.apache.commons.io.output.ByteArrayOutputStream.size:()I
            iconst_2
            iadd
            istore 2 /* length */
        start local 2 // int length
         1: .line 86
            getstatic org.apache.fop.afp.ptoca.PtocaBuilder.$assertionsDisabled:Z
            ifne 2
            iload 2 /* length */
            sipush 256
            if_icmplt 2
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 88
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 2 /* length */
            invokevirtual org.apache.fop.afp.ptoca.PtocaBuilder.getOutputStreamForControlSequence:(I)Ljava/io/OutputStream;
            astore 3 /* out */
        start local 3 // java.io.OutputStream out
         3: .line 89
            aload 3 /* out */
            iload 2 /* length */
            invokevirtual java.io.OutputStream.write:(I)V
         4: .line 90
            aload 3 /* out */
            iload 1 /* functionType */
            invokevirtual java.io.OutputStream.write:(I)V
         5: .line 91
            aload 0 /* this */
            getfield org.apache.fop.afp.ptoca.PtocaBuilder.baout:Lorg/apache/commons/io/output/ByteArrayOutputStream;
            aload 3 /* out */
            invokevirtual org.apache.commons.io.output.ByteArrayOutputStream.writeTo:(Ljava/io/OutputStream;)V
         6: .line 92
            return
        end local 3 // java.io.OutputStream out
        end local 2 // int length
        end local 1 // byte functionType
        end local 0 // org.apache.fop.afp.ptoca.PtocaBuilder this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    7     0          this  Lorg/apache/fop/afp/ptoca/PtocaBuilder;
            0    7     1  functionType  B
            1    7     2        length  I
            3    7     3           out  Ljava/io/OutputStream;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
              Name  Flags
      functionType  

  private void writeBytes(int[]);
    descriptor: ([I)V
    flags: (0x0082) ACC_PRIVATE, ACC_VARARGS
    Code:
      stack=2, locals=6, args_size=2
        start local 0 // org.apache.fop.afp.ptoca.PtocaBuilder this
        start local 1 // int[] data
         0: .line 95
            aload 1 /* data */
            dup
            astore 5
            arraylength
            istore 4
            iconst_0
            istore 3
            goto 4
      StackMap locals: org.apache.fop.afp.ptoca.PtocaBuilder int[] top int int int[]
      StackMap stack:
         1: aload 5
            iload 3
            iaload
            istore 2 /* d */
        start local 2 // int d
         2: .line 96
            aload 0 /* this */
            getfield org.apache.fop.afp.ptoca.PtocaBuilder.baout:Lorg/apache/commons/io/output/ByteArrayOutputStream;
            iload 2 /* d */
            invokevirtual org.apache.commons.io.output.ByteArrayOutputStream.write:(I)V
        end local 2 // int d
         3: .line 95
            iinc 3 1
      StackMap locals:
      StackMap stack:
         4: iload 3
            iload 4
            if_icmplt 1
         5: .line 98
            return
        end local 1 // int[] data
        end local 0 // org.apache.fop.afp.ptoca.PtocaBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/apache/fop/afp/ptoca/PtocaBuilder;
            0    6     1  data  [I
            2    3     2     d  I
    MethodParameters:
      Name  Flags
      data  

  private void writeShort(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.fop.afp.ptoca.PtocaBuilder this
        start local 1 // int data
         0: .line 101
            aload 0 /* this */
            getfield org.apache.fop.afp.ptoca.PtocaBuilder.baout:Lorg/apache/commons/io/output/ByteArrayOutputStream;
            iload 1 /* data */
            bipush 8
            iushr
            sipush 255
            iand
            invokevirtual org.apache.commons.io.output.ByteArrayOutputStream.write:(I)V
         1: .line 102
            aload 0 /* this */
            getfield org.apache.fop.afp.ptoca.PtocaBuilder.baout:Lorg/apache/commons/io/output/ByteArrayOutputStream;
            iload 1 /* data */
            sipush 255
            iand
            invokevirtual org.apache.commons.io.output.ByteArrayOutputStream.write:(I)V
         2: .line 103
            return
        end local 1 // int data
        end local 0 // org.apache.fop.afp.ptoca.PtocaBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/fop/afp/ptoca/PtocaBuilder;
            0    3     1  data  I
    MethodParameters:
      Name  Flags
      data  

  public void writeIntroducer();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.apache.fop.afp.ptoca.PtocaBuilder this
         0: .line 110
            aload 0 /* this */
            getstatic org.apache.fop.afp.ptoca.PtocaBuilder.ESCAPE:[B
            arraylength
            invokevirtual org.apache.fop.afp.ptoca.PtocaBuilder.getOutputStreamForControlSequence:(I)Ljava/io/OutputStream;
            astore 1 /* out */
        start local 1 // java.io.OutputStream out
         1: .line 111
            aload 1 /* out */
            getstatic org.apache.fop.afp.ptoca.PtocaBuilder.ESCAPE:[B
            invokevirtual java.io.OutputStream.write:([B)V
         2: .line 112
            return
        end local 1 // java.io.OutputStream out
        end local 0 // org.apache.fop.afp.ptoca.PtocaBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/fop/afp/ptoca/PtocaBuilder;
            1    3     1   out  Ljava/io/OutputStream;
    Exceptions:
      throws java.io.IOException

  public void setCodedFont(byte);
    descriptor: (B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.apache.fop.afp.ptoca.PtocaBuilder this
        start local 1 // byte font
         0: .line 125
            aload 0 /* this */
            getfield org.apache.fop.afp.ptoca.PtocaBuilder.currentFont:I
            iload 1 /* font */
            if_icmpne 2
         1: .line 126
            return
         2: .line 128
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* font */
            putfield org.apache.fop.afp.ptoca.PtocaBuilder.currentFont:I
         3: .line 131
            aload 0 /* this */
            invokevirtual org.apache.fop.afp.ptoca.PtocaBuilder.newControlSequence:()V
         4: .line 132
            aload 0 /* this */
            iconst_1
            newarray 10
            dup
            iconst_0
            iload 1 /* font */
            iastore
            invokevirtual org.apache.fop.afp.ptoca.PtocaBuilder.writeBytes:([I)V
         5: .line 133
            aload 0 /* this */
            bipush -16
            invokestatic org.apache.fop.afp.ptoca.PtocaBuilder.chained:(B)B
            invokevirtual org.apache.fop.afp.ptoca.PtocaBuilder.commit:(B)V
         6: .line 134
            return
        end local 1 // byte font
        end local 0 // org.apache.fop.afp.ptoca.PtocaBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/apache/fop/afp/ptoca/PtocaBuilder;
            0    7     1  font  B
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      font  

  public void absoluteMoveInline(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.fop.afp.ptoca.PtocaBuilder this
        start local 1 // int coordinate
         0: .line 145
            iload 1 /* coordinate */
            aload 0 /* this */
            getfield org.apache.fop.afp.ptoca.PtocaBuilder.currentX:I
            if_icmpne 2
         1: .line 146
            return
         2: .line 148
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.fop.afp.ptoca.PtocaBuilder.newControlSequence:()V
         3: .line 149
            aload 0 /* this */
            iload 1 /* coordinate */
            invokevirtual org.apache.fop.afp.ptoca.PtocaBuilder.writeShort:(I)V
         4: .line 150
            aload 0 /* this */
            bipush -58
            invokestatic org.apache.fop.afp.ptoca.PtocaBuilder.chained:(B)B
            invokevirtual org.apache.fop.afp.ptoca.PtocaBuilder.commit:(B)V
         5: .line 152
            aload 0 /* this */
            iload 1 /* coordinate */
            putfield org.apache.fop.afp.ptoca.PtocaBuilder.currentX:I
         6: .line 153
            return
        end local 1 // int coordinate
        end local 0 // org.apache.fop.afp.ptoca.PtocaBuilder this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0        this  Lorg/apache/fop/afp/ptoca/PtocaBuilder;
            0    7     1  coordinate  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
            Name  Flags
      coordinate  

  public void relativeMoveInline(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.fop.afp.ptoca.PtocaBuilder this
        start local 1 // int increment
         0: .line 162
            aload 0 /* this */
            invokevirtual org.apache.fop.afp.ptoca.PtocaBuilder.newControlSequence:()V
         1: .line 163
            aload 0 /* this */
            iload 1 /* increment */
            invokevirtual org.apache.fop.afp.ptoca.PtocaBuilder.writeShort:(I)V
         2: .line 164
            aload 0 /* this */
            bipush -56
            invokestatic org.apache.fop.afp.ptoca.PtocaBuilder.chained:(B)B
            invokevirtual org.apache.fop.afp.ptoca.PtocaBuilder.commit:(B)V
         3: .line 165
            return
        end local 1 // int increment
        end local 0 // org.apache.fop.afp.ptoca.PtocaBuilder this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lorg/apache/fop/afp/ptoca/PtocaBuilder;
            0    4     1  increment  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
           Name  Flags
      increment  

  public void absoluteMoveBaseline(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.fop.afp.ptoca.PtocaBuilder this
        start local 1 // int coordinate
         0: .line 176
            iload 1 /* coordinate */
            aload 0 /* this */
            getfield org.apache.fop.afp.ptoca.PtocaBuilder.currentY:I
            if_icmpne 2
         1: .line 177
            return
         2: .line 179
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.fop.afp.ptoca.PtocaBuilder.newControlSequence:()V
         3: .line 180
            aload 0 /* this */
            iload 1 /* coordinate */
            invokevirtual org.apache.fop.afp.ptoca.PtocaBuilder.writeShort:(I)V
         4: .line 181
            aload 0 /* this */
            bipush -46
            invokestatic org.apache.fop.afp.ptoca.PtocaBuilder.chained:(B)B
            invokevirtual org.apache.fop.afp.ptoca.PtocaBuilder.commit:(B)V
         5: .line 183
            aload 0 /* this */
            iload 1 /* coordinate */
            putfield org.apache.fop.afp.ptoca.PtocaBuilder.currentY:I
         6: .line 184
            aload 0 /* this */
            iconst_m1
            putfield org.apache.fop.afp.ptoca.PtocaBuilder.currentX:I
         7: .line 185
            return
        end local 1 // int coordinate
        end local 0 // org.apache.fop.afp.ptoca.PtocaBuilder this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    8     0        this  Lorg/apache/fop/afp/ptoca/PtocaBuilder;
            0    8     1  coordinate  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
            Name  Flags
      coordinate  

  public void addTransparentData(org.apache.fop.afp.fonts.CharactersetEncoder$EncodedChars);
    descriptor: (Lorg/apache/fop/afp/fonts/CharactersetEncoder$EncodedChars;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // org.apache.fop.afp.ptoca.PtocaBuilder this
        start local 1 // org.apache.fop.afp.fonts.CharactersetEncoder$EncodedChars encodedChars
         0: .line 196
            new org.apache.fop.afp.ptoca.TransparentDataControlSequence
            dup
            aload 1 /* encodedChars */
            invokespecial org.apache.fop.afp.ptoca.TransparentDataControlSequence.<init>:(Lorg/apache/fop/afp/fonts/CharactersetEncoder$EncodedChars;)V
            invokevirtual org.apache.fop.afp.ptoca.TransparentDataControlSequence.iterator:()Ljava/util/Iterator;
            astore 3
            goto 5
      StackMap locals: org.apache.fop.afp.ptoca.PtocaBuilder org.apache.fop.afp.fonts.CharactersetEncoder$EncodedChars top java.util.Iterator
      StackMap stack:
         1: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.apache.fop.afp.ptoca.TransparentDataControlSequence$TransparentData
            astore 2 /* trn */
        start local 2 // org.apache.fop.afp.ptoca.TransparentDataControlSequence$TransparentData trn
         2: .line 197
            aload 0 /* this */
            invokevirtual org.apache.fop.afp.ptoca.PtocaBuilder.newControlSequence:()V
         3: .line 198
            aload 2 /* trn */
            aload 0 /* this */
            getfield org.apache.fop.afp.ptoca.PtocaBuilder.baout:Lorg/apache/commons/io/output/ByteArrayOutputStream;
            invokevirtual org.apache.fop.afp.ptoca.TransparentDataControlSequence$TransparentData.writeTo:(Ljava/io/OutputStream;)V
         4: .line 199
            aload 0 /* this */
            bipush -38
            invokestatic org.apache.fop.afp.ptoca.PtocaBuilder.chained:(B)B
            invokevirtual org.apache.fop.afp.ptoca.PtocaBuilder.commit:(B)V
        end local 2 // org.apache.fop.afp.ptoca.TransparentDataControlSequence$TransparentData trn
         5: .line 196
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         6: .line 201
            return
        end local 1 // org.apache.fop.afp.fonts.CharactersetEncoder$EncodedChars encodedChars
        end local 0 // org.apache.fop.afp.ptoca.PtocaBuilder this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    7     0          this  Lorg/apache/fop/afp/ptoca/PtocaBuilder;
            0    7     1  encodedChars  Lorg/apache/fop/afp/fonts/CharactersetEncoder$EncodedChars;
            2    5     2           trn  Lorg/apache/fop/afp/ptoca/TransparentDataControlSequence$TransparentData;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
              Name  Flags
      encodedChars  

  public void drawBaxisRule(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.apache.fop.afp.ptoca.PtocaBuilder this
        start local 1 // int length
        start local 2 // int width
         0: .line 213
            aload 0 /* this */
            invokevirtual org.apache.fop.afp.ptoca.PtocaBuilder.newControlSequence:()V
         1: .line 214
            aload 0 /* this */
            iload 1 /* length */
            invokevirtual org.apache.fop.afp.ptoca.PtocaBuilder.writeShort:(I)V
         2: .line 215
            aload 0 /* this */
            iload 2 /* width */
            invokevirtual org.apache.fop.afp.ptoca.PtocaBuilder.writeShort:(I)V
         3: .line 216
            aload 0 /* this */
            iconst_1
            newarray 10
            dup
            iconst_0
            iconst_0
            iastore
            invokevirtual org.apache.fop.afp.ptoca.PtocaBuilder.writeBytes:([I)V
         4: .line 217
            aload 0 /* this */
            bipush -26
            invokestatic org.apache.fop.afp.ptoca.PtocaBuilder.chained:(B)B
            invokevirtual org.apache.fop.afp.ptoca.PtocaBuilder.commit:(B)V
         5: .line 218
            return
        end local 2 // int width
        end local 1 // int length
        end local 0 // org.apache.fop.afp.ptoca.PtocaBuilder this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lorg/apache/fop/afp/ptoca/PtocaBuilder;
            0    6     1  length  I
            0    6     2   width  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      length  
      width   

  public void drawIaxisRule(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.apache.fop.afp.ptoca.PtocaBuilder this
        start local 1 // int length
        start local 2 // int width
         0: .line 230
            aload 0 /* this */
            invokevirtual org.apache.fop.afp.ptoca.PtocaBuilder.newControlSequence:()V
         1: .line 231
            aload 0 /* this */
            iload 1 /* length */
            invokevirtual org.apache.fop.afp.ptoca.PtocaBuilder.writeShort:(I)V
         2: .line 232
            aload 0 /* this */
            iload 2 /* width */
            invokevirtual org.apache.fop.afp.ptoca.PtocaBuilder.writeShort:(I)V
         3: .line 233
            aload 0 /* this */
            iconst_1
            newarray 10
            dup
            iconst_0
            iconst_0
            iastore
            invokevirtual org.apache.fop.afp.ptoca.PtocaBuilder.writeBytes:([I)V
         4: .line 234
            aload 0 /* this */
            bipush -28
            invokestatic org.apache.fop.afp.ptoca.PtocaBuilder.chained:(B)B
            invokevirtual org.apache.fop.afp.ptoca.PtocaBuilder.commit:(B)V
         5: .line 235
            return
        end local 2 // int width
        end local 1 // int length
        end local 0 // org.apache.fop.afp.ptoca.PtocaBuilder this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lorg/apache/fop/afp/ptoca/PtocaBuilder;
            0    6     1  length  I
            0    6     2   width  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      length  
      width   

  public void setTextOrientation(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.fop.afp.ptoca.PtocaBuilder this
        start local 1 // int orientation
         0: .line 250
            iload 1 /* orientation */
            aload 0 /* this */
            getfield org.apache.fop.afp.ptoca.PtocaBuilder.currentOrientation:I
            if_icmpne 2
         1: .line 251
            return
         2: .line 253
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.fop.afp.ptoca.PtocaBuilder.newControlSequence:()V
         3: .line 254
            iload 1 /* orientation */
            invokestatic org.apache.fop.afp.modca.AxisOrientation.getRightHandedAxisOrientationFor:(I)Lorg/apache/fop/afp/modca/AxisOrientation;
            aload 0 /* this */
            getfield org.apache.fop.afp.ptoca.PtocaBuilder.baout:Lorg/apache/commons/io/output/ByteArrayOutputStream;
            invokevirtual org.apache.fop.afp.modca.AxisOrientation.writeTo:(Ljava/io/OutputStream;)V
         4: .line 255
            aload 0 /* this */
            bipush -10
            invokestatic org.apache.fop.afp.ptoca.PtocaBuilder.chained:(B)B
            invokevirtual org.apache.fop.afp.ptoca.PtocaBuilder.commit:(B)V
         5: .line 256
            aload 0 /* this */
            iload 1 /* orientation */
            putfield org.apache.fop.afp.ptoca.PtocaBuilder.currentOrientation:I
         6: .line 257
            aload 0 /* this */
            iconst_m1
            putfield org.apache.fop.afp.ptoca.PtocaBuilder.currentX:I
         7: .line 258
            aload 0 /* this */
            iconst_m1
            putfield org.apache.fop.afp.ptoca.PtocaBuilder.currentY:I
         8: .line 259
            return
        end local 1 // int orientation
        end local 0 // org.apache.fop.afp.ptoca.PtocaBuilder this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    9     0         this  Lorg/apache/fop/afp/ptoca/PtocaBuilder;
            0    9     1  orientation  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
             Name  Flags
      orientation  

  public void setExtendedTextColor(java.awt.Color);
    descriptor: (Ljava/awt/Color;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=7, args_size=2
        start local 0 // org.apache.fop.afp.ptoca.PtocaBuilder this
        start local 1 // java.awt.Color col
         0: .line 272
            aload 1 /* col */
            aload 0 /* this */
            getfield org.apache.fop.afp.ptoca.PtocaBuilder.currentColor:Ljava/awt/Color;
            invokestatic org.apache.xmlgraphics.java2d.color.ColorUtil.isSameColor:(Ljava/awt/Color;Ljava/awt/Color;)Z
            ifeq 2
         1: .line 273
            return
         2: .line 275
      StackMap locals:
      StackMap stack:
            aload 1 /* col */
            instanceof org.apache.xmlgraphics.java2d.color.ColorWithAlternatives
            ifeq 7
         3: .line 276
            aload 1 /* col */
            checkcast org.apache.xmlgraphics.java2d.color.ColorWithAlternatives
            astore 2 /* cwa */
        start local 2 // org.apache.xmlgraphics.java2d.color.ColorWithAlternatives cwa
         4: .line 277
            aload 2 /* cwa */
            bipush 9
            invokevirtual org.apache.xmlgraphics.java2d.color.ColorWithAlternatives.getFirstAlternativeOfType:(I)Ljava/awt/Color;
            astore 3 /* alt */
        start local 3 // java.awt.Color alt
         5: .line 278
            aload 3 /* alt */
            ifnull 7
         6: .line 279
            aload 3 /* alt */
            astore 1 /* col */
        end local 3 // java.awt.Color alt
        end local 2 // org.apache.xmlgraphics.java2d.color.ColorWithAlternatives cwa
         7: .line 282
      StackMap locals:
      StackMap stack:
            aload 1 /* col */
            invokevirtual java.awt.Color.getColorSpace:()Ljava/awt/color/ColorSpace;
            astore 2 /* cs */
        start local 2 // java.awt.color.ColorSpace cs
         8: .line 284
            aload 0 /* this */
            invokevirtual org.apache.fop.afp.ptoca.PtocaBuilder.newControlSequence:()V
         9: .line 285
            aload 1 /* col */
            invokevirtual java.awt.Color.getColorSpace:()Ljava/awt/color/ColorSpace;
            invokevirtual java.awt.color.ColorSpace.getType:()I
            bipush 9
            if_icmpne 21
        10: .line 287
            aload 0 /* this */
            bipush 6
            newarray 10
            dup
            iconst_0
            iconst_0
            iastore
            dup
            iconst_1
            iconst_4
            iastore
            dup
            iconst_2
            iconst_0
            iastore
            dup
            iconst_3
            iconst_0
            iastore
            dup
            iconst_4
            iconst_0
            iastore
            dup
            iconst_5
            iconst_0
            iastore
            invokevirtual org.apache.fop.afp.ptoca.PtocaBuilder.writeBytes:([I)V
        11: .line 288
            aload 0 /* this */
            iconst_4
            newarray 10
            dup
            iconst_0
            bipush 8
            iastore
            dup
            iconst_1
            bipush 8
            iastore
            dup
            iconst_2
            bipush 8
            iastore
            dup
            iconst_3
            bipush 8
            iastore
            invokevirtual org.apache.fop.afp.ptoca.PtocaBuilder.writeBytes:([I)V
        12: .line 289
            aload 1 /* col */
            aconst_null
            invokevirtual java.awt.Color.getColorComponents:([F)[F
            astore 3 /* comps */
        start local 3 // float[] comps
        13: .line 290
            getstatic org.apache.fop.afp.ptoca.PtocaBuilder.$assertionsDisabled:Z
            ifne 14
            aload 3 /* comps */
            arraylength
            iconst_4
            if_icmpeq 14
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        14: .line 291
      StackMap locals: java.awt.color.ColorSpace float[]
      StackMap stack:
            iconst_0
            istore 4 /* i */
        start local 4 // int i
        15: goto 19
        16: .line 292
      StackMap locals: int
      StackMap stack:
            aload 3 /* comps */
            iload 4 /* i */
            faload
            ldc 255.0
            fmul
            invokestatic java.lang.Math.round:(F)I
            istore 5 /* component */
        start local 5 // int component
        17: .line 293
            aload 0 /* this */
            iconst_1
            newarray 10
            dup
            iconst_0
            iload 5 /* component */
            iastore
            invokevirtual org.apache.fop.afp.ptoca.PtocaBuilder.writeBytes:([I)V
        end local 5 // int component
        18: .line 291
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        19: iload 4 /* i */
            iconst_4
            if_icmplt 16
        end local 4 // int i
        end local 3 // float[] comps
        20: .line 295
            goto 39
      StackMap locals:
      StackMap stack:
        21: aload 2 /* cs */
            instanceof org.apache.xmlgraphics.java2d.color.CIELabColorSpace
            ifeq 30
        22: .line 297
            aload 0 /* this */
            bipush 6
            newarray 10
            dup
            iconst_0
            iconst_0
            iastore
            dup
            iconst_1
            bipush 8
            iastore
            dup
            iconst_2
            iconst_0
            iastore
            dup
            iconst_3
            iconst_0
            iastore
            dup
            iconst_4
            iconst_0
            iastore
            dup
            iconst_5
            iconst_0
            iastore
            invokevirtual org.apache.fop.afp.ptoca.PtocaBuilder.writeBytes:([I)V
        23: .line 298
            aload 0 /* this */
            iconst_4
            newarray 10
            dup
            iconst_0
            bipush 8
            iastore
            dup
            iconst_1
            bipush 8
            iastore
            dup
            iconst_2
            bipush 8
            iastore
            dup
            iconst_3
            iconst_0
            iastore
            invokevirtual org.apache.fop.afp.ptoca.PtocaBuilder.writeBytes:([I)V
        24: .line 300
            aload 1 /* col */
            aconst_null
            invokevirtual java.awt.Color.getColorComponents:([F)[F
            astore 3 /* colorComponents */
        start local 3 // float[] colorComponents
        25: .line 301
            aload 3 /* colorComponents */
            iconst_0
            faload
            ldc 255.0
            fmul
            invokestatic java.lang.Math.round:(F)I
            istore 4 /* l */
        start local 4 // int l
        26: .line 302
            aload 3 /* colorComponents */
            iconst_1
            faload
            ldc 255.0
            fmul
            invokestatic java.lang.Math.round:(F)I
            sipush 128
            isub
            istore 5 /* a */
        start local 5 // int a
        27: .line 303
            aload 3 /* colorComponents */
            iconst_2
            faload
            ldc 255.0
            fmul
            invokestatic java.lang.Math.round:(F)I
            sipush 128
            isub
            istore 6 /* b */
        start local 6 // int b
        28: .line 304
            aload 0 /* this */
            iconst_3
            newarray 10
            dup
            iconst_0
            iload 4 /* l */
            iastore
            dup
            iconst_1
            iload 5 /* a */
            iastore
            dup
            iconst_2
            iload 6 /* b */
            iastore
            invokevirtual org.apache.fop.afp.ptoca.PtocaBuilder.writeBytes:([I)V
        end local 6 // int b
        end local 5 // int a
        end local 4 // int l
        end local 3 // float[] colorComponents
        29: .line 305
            goto 39
      StackMap locals:
      StackMap stack:
        30: aload 2 /* cs */
            instanceof org.apache.fop.util.OCAColorSpace
            ifeq 36
        31: .line 307
            aload 0 /* this */
            bipush 6
            newarray 10
            dup
            iconst_0
            iconst_0
            iastore
            dup
            iconst_1
            bipush 64
            iastore
            dup
            iconst_2
            iconst_0
            iastore
            dup
            iconst_3
            iconst_0
            iastore
            dup
            iconst_4
            iconst_0
            iastore
            dup
            iconst_5
            iconst_0
            iastore
            invokevirtual org.apache.fop.afp.ptoca.PtocaBuilder.writeBytes:([I)V
        32: .line 308
            aload 0 /* this */
            iconst_4
            newarray 10
            dup
            iconst_0
            bipush 16
            iastore
            dup
            iconst_1
            iconst_0
            iastore
            dup
            iconst_2
            iconst_0
            iastore
            dup
            iconst_3
            iconst_0
            iastore
            invokevirtual org.apache.fop.afp.ptoca.PtocaBuilder.writeBytes:([I)V
        33: .line 309
            aload 1 /* col */
            checkcast org.apache.fop.util.OCAColor
            invokevirtual org.apache.fop.util.OCAColor.getOCA:()I
            istore 3 /* ocaColor */
        start local 3 // int ocaColor
        34: .line 310
            aload 0 /* this */
            iconst_2
            newarray 10
            dup
            iconst_0
            iload 3 /* ocaColor */
            ldc 65280
            iand
            bipush 8
            ishr
            iastore
            dup
            iconst_1
            iload 3 /* ocaColor */
            sipush 255
            iand
            iastore
            invokevirtual org.apache.fop.afp.ptoca.PtocaBuilder.writeBytes:([I)V
        end local 3 // int ocaColor
        35: .line 311
            goto 39
        36: .line 313
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            bipush 6
            newarray 10
            dup
            iconst_0
            iconst_0
            iastore
            dup
            iconst_1
            iconst_1
            iastore
            dup
            iconst_2
            iconst_0
            iastore
            dup
            iconst_3
            iconst_0
            iastore
            dup
            iconst_4
            iconst_0
            iastore
            dup
            iconst_5
            iconst_0
            iastore
            invokevirtual org.apache.fop.afp.ptoca.PtocaBuilder.writeBytes:([I)V
        37: .line 314
            aload 0 /* this */
            iconst_4
            newarray 10
            dup
            iconst_0
            bipush 8
            iastore
            dup
            iconst_1
            bipush 8
            iastore
            dup
            iconst_2
            bipush 8
            iastore
            dup
            iconst_3
            iconst_0
            iastore
            invokevirtual org.apache.fop.afp.ptoca.PtocaBuilder.writeBytes:([I)V
        38: .line 315
            aload 0 /* this */
            iconst_3
            newarray 10
            dup
            iconst_0
            aload 1 /* col */
            invokevirtual java.awt.Color.getRed:()I
            iastore
            dup
            iconst_1
            aload 1 /* col */
            invokevirtual java.awt.Color.getGreen:()I
            iastore
            dup
            iconst_2
            aload 1 /* col */
            invokevirtual java.awt.Color.getBlue:()I
            iastore
            invokevirtual org.apache.fop.afp.ptoca.PtocaBuilder.writeBytes:([I)V
        39: .line 317
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            bipush -128
            invokestatic org.apache.fop.afp.ptoca.PtocaBuilder.chained:(B)B
            invokevirtual org.apache.fop.afp.ptoca.PtocaBuilder.commit:(B)V
        40: .line 318
            aload 0 /* this */
            aload 1 /* col */
            putfield org.apache.fop.afp.ptoca.PtocaBuilder.currentColor:Ljava/awt/Color;
        41: .line 319
            return
        end local 2 // java.awt.color.ColorSpace cs
        end local 1 // java.awt.Color col
        end local 0 // org.apache.fop.afp.ptoca.PtocaBuilder this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   42     0             this  Lorg/apache/fop/afp/ptoca/PtocaBuilder;
            0   42     1              col  Ljava/awt/Color;
            4    7     2              cwa  Lorg/apache/xmlgraphics/java2d/color/ColorWithAlternatives;
            5    7     3              alt  Ljava/awt/Color;
            8   42     2               cs  Ljava/awt/color/ColorSpace;
           13   20     3            comps  [F
           15   20     4                i  I
           17   18     5        component  I
           25   29     3  colorComponents  [F
           26   29     4                l  I
           27   29     5                a  I
           28   29     6                b  I
           34   35     3         ocaColor  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      col   

  public void setVariableSpaceCharacterIncrement(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.fop.afp.ptoca.PtocaBuilder this
        start local 1 // int incr
         0: .line 330
            iload 1 /* incr */
            aload 0 /* this */
            getfield org.apache.fop.afp.ptoca.PtocaBuilder.currentVariableSpaceCharacterIncrement:I
            if_icmpne 2
         1: .line 331
            return
         2: .line 333
      StackMap locals:
      StackMap stack:
            getstatic org.apache.fop.afp.ptoca.PtocaBuilder.$assertionsDisabled:Z
            ifne 4
            iload 1 /* incr */
            iflt 3
            iload 1 /* incr */
            ldc 65536
            if_icmplt 4
      StackMap locals:
      StackMap stack:
         3: new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         4: .line 334
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.fop.afp.ptoca.PtocaBuilder.newControlSequence:()V
         5: .line 335
            aload 0 /* this */
            iload 1 /* incr */
            invokestatic java.lang.Math.abs:(I)I
            invokevirtual org.apache.fop.afp.ptoca.PtocaBuilder.writeShort:(I)V
         6: .line 336
            aload 0 /* this */
            bipush -60
            invokestatic org.apache.fop.afp.ptoca.PtocaBuilder.chained:(B)B
            invokevirtual org.apache.fop.afp.ptoca.PtocaBuilder.commit:(B)V
         7: .line 338
            aload 0 /* this */
            iload 1 /* incr */
            putfield org.apache.fop.afp.ptoca.PtocaBuilder.currentVariableSpaceCharacterIncrement:I
         8: .line 339
            return
        end local 1 // int incr
        end local 0 // org.apache.fop.afp.ptoca.PtocaBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lorg/apache/fop/afp/ptoca/PtocaBuilder;
            0    9     1  incr  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      incr  

  public void setInterCharacterAdjustment(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.apache.fop.afp.ptoca.PtocaBuilder this
        start local 1 // int incr
         0: .line 351
            iload 1 /* incr */
            aload 0 /* this */
            getfield org.apache.fop.afp.ptoca.PtocaBuilder.currentInterCharacterAdjustment:I
            if_icmpne 2
         1: .line 352
            return
         2: .line 354
      StackMap locals:
      StackMap stack:
            getstatic org.apache.fop.afp.ptoca.PtocaBuilder.$assertionsDisabled:Z
            ifne 4
            iload 1 /* incr */
            sipush -32768
            if_icmplt 3
            iload 1 /* incr */
            sipush 32767
            if_icmple 4
      StackMap locals:
      StackMap stack:
         3: new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         4: .line 355
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.fop.afp.ptoca.PtocaBuilder.newControlSequence:()V
         5: .line 356
            aload 0 /* this */
            iload 1 /* incr */
            invokestatic java.lang.Math.abs:(I)I
            invokevirtual org.apache.fop.afp.ptoca.PtocaBuilder.writeShort:(I)V
         6: .line 357
            aload 0 /* this */
            iconst_1
            newarray 10
            dup
            iconst_0
            iload 1 /* incr */
            iflt 7
            iconst_0
            goto 8
      StackMap locals: org.apache.fop.afp.ptoca.PtocaBuilder int
      StackMap stack: org.apache.fop.afp.ptoca.PtocaBuilder int[] int[] int
         7: iconst_1
      StackMap locals: org.apache.fop.afp.ptoca.PtocaBuilder int
      StackMap stack: org.apache.fop.afp.ptoca.PtocaBuilder int[] int[] int int
         8: iastore
            invokevirtual org.apache.fop.afp.ptoca.PtocaBuilder.writeBytes:([I)V
         9: .line 358
            aload 0 /* this */
            bipush -62
            invokestatic org.apache.fop.afp.ptoca.PtocaBuilder.chained:(B)B
            invokevirtual org.apache.fop.afp.ptoca.PtocaBuilder.commit:(B)V
        10: .line 360
            aload 0 /* this */
            iload 1 /* incr */
            putfield org.apache.fop.afp.ptoca.PtocaBuilder.currentInterCharacterAdjustment:I
        11: .line 361
            return
        end local 1 // int incr
        end local 0 // org.apache.fop.afp.ptoca.PtocaBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lorg/apache/fop/afp/ptoca/PtocaBuilder;
            0   12     1  incr  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      incr  

  public void endChainedControlSequence();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.fop.afp.ptoca.PtocaBuilder this
         0: .line 373
            aload 0 /* this */
            invokevirtual org.apache.fop.afp.ptoca.PtocaBuilder.newControlSequence:()V
         1: .line 374
            aload 0 /* this */
            bipush -8
            invokevirtual org.apache.fop.afp.ptoca.PtocaBuilder.commit:(B)V
         2: .line 375
            return
        end local 0 // org.apache.fop.afp.ptoca.PtocaBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/fop/afp/ptoca/PtocaBuilder;
    Exceptions:
      throws java.io.IOException
}
SourceFile: "PtocaBuilder.java"
InnerClasses:
  public EncodedChars = org.apache.fop.afp.fonts.CharactersetEncoder$EncodedChars of org.apache.fop.afp.fonts.CharactersetEncoder
  final TransparentData = org.apache.fop.afp.ptoca.TransparentDataControlSequence$TransparentData of org.apache.fop.afp.ptoca.TransparentDataControlSequence