public class org.apache.fop.afp.AFPPaintingState extends org.apache.fop.util.AbstractPaintingState
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.fop.afp.AFPPaintingState
  super_class: org.apache.fop.util.AbstractPaintingState
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 8206711712452344473

  private static org.apache.commons.logging.Log log;
    descriptor: Lorg/apache/commons/logging/Log;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

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

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

  private boolean colorImages;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private float ditheringQuality;
    descriptor: F
    flags: (0x0002) ACC_PRIVATE

  private float bitmapEncodingQuality;
    descriptor: F
    flags: (0x0002) ACC_PRIVATE

  private transient org.apache.xmlgraphics.java2d.color.ColorConverter colorConverter;
    descriptor: Lorg/apache/xmlgraphics/java2d/color/ColorConverter;
    flags: (0x0082) ACC_PRIVATE, ACC_TRANSIENT

  private boolean nativeImagesSupported;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean canEmbedJpeg;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean cmykImagesSupported;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

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

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

  private float lineWidthCorrection;
    descriptor: F
    flags: (0x0002) ACC_PRIVATE

  private boolean gocaEnabled;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean strokeGocaText;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean pSeg;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean fs45;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private transient org.apache.fop.afp.AFPPaintingState$AFPPagePaintingState pagePaintingState;
    descriptor: Lorg/apache/fop/afp/AFPPaintingState$AFPPagePaintingState;
    flags: (0x0082) ACC_PRIVATE, ACC_TRANSIENT

  private final transient org.apache.fop.afp.AFPUnitConverter unitConv;
    descriptor: Lorg/apache/fop/afp/AFPUnitConverter;
    flags: (0x0092) ACC_PRIVATE, ACC_FINAL, ACC_TRANSIENT

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 43
            ldc "org.apache.xmlgraphics.afp"
            invokestatic org.apache.commons.logging.LogFactory.getLog:(Ljava/lang/String;)Lorg/apache/commons/logging/Log;
            putstatic org.apache.fop.afp.AFPPaintingState.log:Lorg/apache/commons/logging/Log;
            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.AFPPaintingState this
         0: .line 110
            aload 0 /* this */
            invokespecial org.apache.fop.util.AbstractPaintingState.<init>:()V
         1: .line 49
            aload 0 /* this */
            sipush 270
            putfield org.apache.fop.afp.AFPPaintingState.landscapeRotation:I
         2: .line 78
            aload 0 /* this */
            bipush 8
            putfield org.apache.fop.afp.AFPPaintingState.bitsPerPixel:I
         3: .line 81
            aload 0 /* this */
            sipush 240
            putfield org.apache.fop.afp.AFPPaintingState.resolution:I
         4: .line 87
            aload 0 /* this */
            ldc 2.5
            putfield org.apache.fop.afp.AFPPaintingState.lineWidthCorrection:F
         5: .line 90
            aload 0 /* this */
            iconst_1
            putfield org.apache.fop.afp.AFPPaintingState.gocaEnabled:Z
         6: .line 111
            aload 0 /* this */
            invokestatic org.apache.fop.afp.GrayScaleColorConverter.getInstance:()Lorg/apache/fop/afp/GrayScaleColorConverter;
            putfield org.apache.fop.afp.AFPPaintingState.colorConverter:Lorg/apache/xmlgraphics/java2d/color/ColorConverter;
         7: .line 112
            aload 0 /* this */
            new org.apache.fop.afp.AFPPaintingState$AFPPagePaintingState
            dup
            aload 0 /* this */
            invokespecial org.apache.fop.afp.AFPPaintingState$AFPPagePaintingState.<init>:(Lorg/apache/fop/afp/AFPPaintingState;)V
            putfield org.apache.fop.afp.AFPPaintingState.pagePaintingState:Lorg/apache/fop/afp/AFPPaintingState$AFPPagePaintingState;
         8: .line 113
            aload 0 /* this */
            new org.apache.fop.afp.AFPUnitConverter
            dup
            aload 0 /* this */
            invokespecial org.apache.fop.afp.AFPUnitConverter.<init>:(Lorg/apache/fop/afp/AFPPaintingState;)V
            putfield org.apache.fop.afp.AFPPaintingState.unitConv:Lorg/apache/fop/afp/AFPUnitConverter;
         9: .line 114
            return
        end local 0 // org.apache.fop.afp.AFPPaintingState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lorg/apache/fop/afp/AFPPaintingState;

  private void readObject(java.io.ObjectInputStream);
    descriptor: (Ljava/io/ObjectInputStream;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.apache.fop.afp.AFPPaintingState this
        start local 1 // java.io.ObjectInputStream ois
         0: .line 117
            aload 1 /* ois */
            invokevirtual java.io.ObjectInputStream.defaultReadObject:()V
         1: .line 118
            return
        end local 1 // java.io.ObjectInputStream ois
        end local 0 // org.apache.fop.afp.AFPPaintingState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/fop/afp/AFPPaintingState;
            0    2     1   ois  Ljava/io/ObjectInputStream;
    Exceptions:
      throws java.lang.ClassNotFoundException, java.io.IOException
    MethodParameters:
      Name  Flags
      ois   

  public void setPortraitRotation(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.fop.afp.AFPPaintingState this
        start local 1 // int rotation
         0: .line 128
            iload 1 /* rotation */
            ifeq 1
            iload 1 /* rotation */
            bipush 90
            if_icmpeq 1
            iload 1 /* rotation */
            sipush 180
            if_icmpeq 1
            iload 1 /* rotation */
            sipush 270
            if_icmpne 3
         1: .line 129
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* rotation */
            putfield org.apache.fop.afp.AFPPaintingState.portraitRotation:I
         2: .line 130
            goto 4
         3: .line 131
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            ldc "The portrait rotation must be one of the values 0, 90, 180, 270"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 135
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int rotation
        end local 0 // org.apache.fop.afp.AFPPaintingState this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lorg/apache/fop/afp/AFPPaintingState;
            0    5     1  rotation  I
    MethodParameters:
          Name  Flags
      rotation  

  protected int getPortraitRotation();
    descriptor: ()I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.fop.afp.AFPPaintingState this
         0: .line 143
            aload 0 /* this */
            getfield org.apache.fop.afp.AFPPaintingState.portraitRotation:I
            ireturn
        end local 0 // org.apache.fop.afp.AFPPaintingState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/afp/AFPPaintingState;

  public void setLandscapeRotation(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.fop.afp.AFPPaintingState this
        start local 1 // int rotation
         0: .line 154
            iload 1 /* rotation */
            ifeq 1
            iload 1 /* rotation */
            bipush 90
            if_icmpeq 1
            iload 1 /* rotation */
            sipush 180
            if_icmpeq 1
            iload 1 /* rotation */
            sipush 270
            if_icmpne 3
         1: .line 155
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* rotation */
            putfield org.apache.fop.afp.AFPPaintingState.landscapeRotation:I
         2: .line 156
            goto 4
         3: .line 157
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            ldc "The landscape rotation must be one of the values 0, 90, 180, 270"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 160
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int rotation
        end local 0 // org.apache.fop.afp.AFPPaintingState this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lorg/apache/fop/afp/AFPPaintingState;
            0    5     1  rotation  I
    MethodParameters:
          Name  Flags
      rotation  

  protected int getLandscapeRotation();
    descriptor: ()I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.fop.afp.AFPPaintingState this
         0: .line 168
            aload 0 /* this */
            getfield org.apache.fop.afp.AFPPaintingState.landscapeRotation:I
            ireturn
        end local 0 // org.apache.fop.afp.AFPPaintingState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/afp/AFPPaintingState;

  public void setBitsPerPixel(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.fop.afp.AFPPaintingState this
        start local 1 // int bitsPerPixel
         0: .line 178
            iload 1 /* bitsPerPixel */
            lookupswitch { // 3
                    1: 1
                    4: 1
                    8: 1
              default: 3
          }
         1: .line 182
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* bitsPerPixel */
            putfield org.apache.fop.afp.AFPPaintingState.bitsPerPixel:I
         2: .line 183
            goto 5
         3: .line 185
      StackMap locals:
      StackMap stack:
            getstatic org.apache.fop.afp.AFPPaintingState.log:Lorg/apache/commons/logging/Log;
            ldc "Invalid bits_per_pixel value, must be 1, 4 or 8."
            invokeinterface org.apache.commons.logging.Log.warn:(Ljava/lang/Object;)V
         4: .line 186
            aload 0 /* this */
            bipush 8
            putfield org.apache.fop.afp.AFPPaintingState.bitsPerPixel:I
         5: .line 189
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int bitsPerPixel
        end local 0 // org.apache.fop.afp.AFPPaintingState this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lorg/apache/fop/afp/AFPPaintingState;
            0    6     1  bitsPerPixel  I
    MethodParameters:
              Name  Flags
      bitsPerPixel  

  public int getBitsPerPixel();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.fop.afp.AFPPaintingState this
         0: .line 197
            aload 0 /* this */
            getfield org.apache.fop.afp.AFPPaintingState.bitsPerPixel:I
            ireturn
        end local 0 // org.apache.fop.afp.AFPPaintingState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/afp/AFPPaintingState;

  public void setColorImages(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.fop.afp.AFPPaintingState this
        start local 1 // boolean colorImages
         0: .line 207
            aload 0 /* this */
            iload 1 /* colorImages */
            putfield org.apache.fop.afp.AFPPaintingState.colorImages:Z
         1: .line 209
            iload 1 /* colorImages */
            ifeq 3
         2: .line 210
            aload 0 /* this */
            invokestatic org.apache.xmlgraphics.java2d.color.DefaultColorConverter.getInstance:()Lorg/apache/xmlgraphics/java2d/color/DefaultColorConverter;
            putfield org.apache.fop.afp.AFPPaintingState.colorConverter:Lorg/apache/xmlgraphics/java2d/color/ColorConverter;
         3: .line 213
      StackMap locals:
      StackMap stack:
            return
        end local 1 // boolean colorImages
        end local 0 // org.apache.fop.afp.AFPPaintingState this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0         this  Lorg/apache/fop/afp/AFPPaintingState;
            0    4     1  colorImages  Z
    MethodParameters:
             Name  Flags
      colorImages  

  public boolean isColorImages();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.fop.afp.AFPPaintingState this
         0: .line 221
            aload 0 /* this */
            getfield org.apache.fop.afp.AFPPaintingState.colorImages:Z
            ireturn
        end local 0 // org.apache.fop.afp.AFPPaintingState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/afp/AFPPaintingState;

  public org.apache.xmlgraphics.java2d.color.ColorConverter getColorConverter();
    descriptor: ()Lorg/apache/xmlgraphics/java2d/color/ColorConverter;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.fop.afp.AFPPaintingState this
         0: .line 230
            aload 0 /* this */
            getfield org.apache.fop.afp.AFPPaintingState.colorConverter:Lorg/apache/xmlgraphics/java2d/color/ColorConverter;
            areturn
        end local 0 // org.apache.fop.afp.AFPPaintingState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/afp/AFPPaintingState;

  public void setNativeImagesSupported(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.fop.afp.AFPPaintingState this
        start local 1 // boolean nativeImagesSupported
         0: .line 240
            aload 0 /* this */
            iload 1 /* nativeImagesSupported */
            putfield org.apache.fop.afp.AFPPaintingState.nativeImagesSupported:Z
         1: .line 241
            return
        end local 1 // boolean nativeImagesSupported
        end local 0 // org.apache.fop.afp.AFPPaintingState this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    2     0                   this  Lorg/apache/fop/afp/AFPPaintingState;
            0    2     1  nativeImagesSupported  Z
    MethodParameters:
                       Name  Flags
      nativeImagesSupported  

  public boolean isNativeImagesSupported();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.fop.afp.AFPPaintingState this
         0: .line 249
            aload 0 /* this */
            getfield org.apache.fop.afp.AFPPaintingState.nativeImagesSupported:Z
            ireturn
        end local 0 // org.apache.fop.afp.AFPPaintingState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/afp/AFPPaintingState;

  public void setCanEmbedJpeg(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.fop.afp.AFPPaintingState this
        start local 1 // boolean canEmbed
         0: .line 258
            aload 0 /* this */
            iload 1 /* canEmbed */
            putfield org.apache.fop.afp.AFPPaintingState.canEmbedJpeg:Z
         1: .line 259
            return
        end local 1 // boolean canEmbed
        end local 0 // org.apache.fop.afp.AFPPaintingState this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/apache/fop/afp/AFPPaintingState;
            0    2     1  canEmbed  Z
    MethodParameters:
          Name  Flags
      canEmbed  

  public boolean canEmbedJpeg();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.fop.afp.AFPPaintingState this
         0: .line 267
            aload 0 /* this */
            getfield org.apache.fop.afp.AFPPaintingState.canEmbedJpeg:Z
            ireturn
        end local 0 // org.apache.fop.afp.AFPPaintingState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/afp/AFPPaintingState;

  public void setCMYKImagesSupported(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.fop.afp.AFPPaintingState this
        start local 1 // boolean value
         0: .line 279
            aload 0 /* this */
            iload 1 /* value */
            putfield org.apache.fop.afp.AFPPaintingState.cmykImagesSupported:Z
         1: .line 280
            return
        end local 1 // boolean value
        end local 0 // org.apache.fop.afp.AFPPaintingState this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/apache/fop/afp/AFPPaintingState;
            0    2     1  value  Z
    MethodParameters:
       Name  Flags
      value  

  public boolean isCMYKImagesSupported();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.fop.afp.AFPPaintingState this
         0: .line 288
            aload 0 /* this */
            getfield org.apache.fop.afp.AFPPaintingState.cmykImagesSupported:Z
            ireturn
        end local 0 // org.apache.fop.afp.AFPPaintingState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/afp/AFPPaintingState;

  public float getDitheringQuality();
    descriptor: ()F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.fop.afp.AFPPaintingState this
         0: .line 296
            aload 0 /* this */
            getfield org.apache.fop.afp.AFPPaintingState.ditheringQuality:F
            freturn
        end local 0 // org.apache.fop.afp.AFPPaintingState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/afp/AFPPaintingState;

  public void setDitheringQuality(float);
    descriptor: (F)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.fop.afp.AFPPaintingState this
        start local 1 // float quality
         0: .line 305
            fload 1 /* quality */
            fconst_0
            invokestatic java.lang.Math.max:(FF)F
            fstore 1 /* quality */
         1: .line 306
            fload 1 /* quality */
            fconst_1
            invokestatic java.lang.Math.min:(FF)F
            fstore 1 /* quality */
         2: .line 307
            aload 0 /* this */
            fload 1 /* quality */
            putfield org.apache.fop.afp.AFPPaintingState.ditheringQuality:F
         3: .line 308
            return
        end local 1 // float quality
        end local 0 // org.apache.fop.afp.AFPPaintingState this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lorg/apache/fop/afp/AFPPaintingState;
            0    4     1  quality  F
    MethodParameters:
         Name  Flags
      quality  

  public float getBitmapEncodingQuality();
    descriptor: ()F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.fop.afp.AFPPaintingState this
         0: .line 315
            aload 0 /* this */
            getfield org.apache.fop.afp.AFPPaintingState.bitmapEncodingQuality:F
            freturn
        end local 0 // org.apache.fop.afp.AFPPaintingState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/afp/AFPPaintingState;

  public void setBitmapEncodingQuality(float);
    descriptor: (F)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.fop.afp.AFPPaintingState this
        start local 1 // float quality
         0: .line 324
            fload 1 /* quality */
            fconst_0
            invokestatic java.lang.Math.max:(FF)F
            fstore 1 /* quality */
         1: .line 325
            fload 1 /* quality */
            fconst_1
            invokestatic java.lang.Math.min:(FF)F
            fstore 1 /* quality */
         2: .line 326
            aload 0 /* this */
            fload 1 /* quality */
            putfield org.apache.fop.afp.AFPPaintingState.bitmapEncodingQuality:F
         3: .line 327
            return
        end local 1 // float quality
        end local 0 // org.apache.fop.afp.AFPPaintingState this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lorg/apache/fop/afp/AFPPaintingState;
            0    4     1  quality  F
    MethodParameters:
         Name  Flags
      quality  

  public void setResolution(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.apache.fop.afp.AFPPaintingState this
        start local 1 // int resolution
         0: .line 336
            getstatic org.apache.fop.afp.AFPPaintingState.log:Lorg/apache/commons/logging/Log;
            invokeinterface org.apache.commons.logging.Log.isDebugEnabled:()Z
            ifeq 2
         1: .line 337
            getstatic org.apache.fop.afp.AFPPaintingState.log:Lorg/apache/commons/logging/Log;
            new java.lang.StringBuilder
            dup
            ldc "renderer-resolution set to: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 1 /* resolution */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc "dpi"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokeinterface org.apache.commons.logging.Log.debug:(Ljava/lang/Object;)V
         2: .line 339
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* resolution */
            putfield org.apache.fop.afp.AFPPaintingState.resolution:I
         3: .line 340
            return
        end local 1 // int resolution
        end local 0 // org.apache.fop.afp.AFPPaintingState this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lorg/apache/fop/afp/AFPPaintingState;
            0    4     1  resolution  I
    MethodParameters:
            Name  Flags
      resolution  

  public void setLineWidthCorrection(float);
    descriptor: (F)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.apache.fop.afp.AFPPaintingState this
        start local 1 // float correction
         0: .line 348
            getstatic org.apache.fop.afp.AFPPaintingState.log:Lorg/apache/commons/logging/Log;
            invokeinterface org.apache.commons.logging.Log.isDebugEnabled:()Z
            ifeq 2
         1: .line 349
            getstatic org.apache.fop.afp.AFPPaintingState.log:Lorg/apache/commons/logging/Log;
            new java.lang.StringBuilder
            dup
            ldc "line width correction set to: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            fload 1 /* correction */
            invokevirtual java.lang.StringBuilder.append:(F)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokeinterface org.apache.commons.logging.Log.debug:(Ljava/lang/Object;)V
         2: .line 351
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            fload 1 /* correction */
            putfield org.apache.fop.afp.AFPPaintingState.lineWidthCorrection:F
         3: .line 352
            return
        end local 1 // float correction
        end local 0 // org.apache.fop.afp.AFPPaintingState this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lorg/apache/fop/afp/AFPPaintingState;
            0    4     1  correction  F
    MethodParameters:
            Name  Flags
      correction  

  public int getResolution();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.fop.afp.AFPPaintingState this
         0: .line 360
            aload 0 /* this */
            getfield org.apache.fop.afp.AFPPaintingState.resolution:I
            ireturn
        end local 0 // org.apache.fop.afp.AFPPaintingState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/afp/AFPPaintingState;

  public float getLineWidthCorrection();
    descriptor: ()F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.fop.afp.AFPPaintingState this
         0: .line 368
            aload 0 /* this */
            getfield org.apache.fop.afp.AFPPaintingState.lineWidthCorrection:F
            freturn
        end local 0 // org.apache.fop.afp.AFPPaintingState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/afp/AFPPaintingState;

  public void setGOCAEnabled(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.fop.afp.AFPPaintingState this
        start local 1 // boolean enabled
         0: .line 376
            aload 0 /* this */
            iload 1 /* enabled */
            putfield org.apache.fop.afp.AFPPaintingState.gocaEnabled:Z
         1: .line 377
            return
        end local 1 // boolean enabled
        end local 0 // org.apache.fop.afp.AFPPaintingState this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/apache/fop/afp/AFPPaintingState;
            0    2     1  enabled  Z
    MethodParameters:
         Name  Flags
      enabled  

  public boolean isGOCAEnabled();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.fop.afp.AFPPaintingState this
         0: .line 384
            aload 0 /* this */
            getfield org.apache.fop.afp.AFPPaintingState.gocaEnabled:Z
            ireturn
        end local 0 // org.apache.fop.afp.AFPPaintingState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/afp/AFPPaintingState;

  public void setStrokeGOCAText(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.fop.afp.AFPPaintingState this
        start local 1 // boolean stroke
         0: .line 392
            aload 0 /* this */
            iload 1 /* stroke */
            putfield org.apache.fop.afp.AFPPaintingState.strokeGocaText:Z
         1: .line 393
            return
        end local 1 // boolean stroke
        end local 0 // org.apache.fop.afp.AFPPaintingState this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/apache/fop/afp/AFPPaintingState;
            0    2     1  stroke  Z
    MethodParameters:
        Name  Flags
      stroke  

  public boolean isStrokeGOCAText();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.fop.afp.AFPPaintingState this
         0: .line 400
            aload 0 /* this */
            getfield org.apache.fop.afp.AFPPaintingState.strokeGocaText:Z
            ireturn
        end local 0 // org.apache.fop.afp.AFPPaintingState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/afp/AFPPaintingState;

  public boolean getWrapPSeg();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.fop.afp.AFPPaintingState this
         0: .line 408
            aload 0 /* this */
            getfield org.apache.fop.afp.AFPPaintingState.pSeg:Z
            ireturn
        end local 0 // org.apache.fop.afp.AFPPaintingState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/afp/AFPPaintingState;

  public void setWrapPSeg(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.fop.afp.AFPPaintingState this
        start local 1 // boolean pSeg
         0: .line 416
            aload 0 /* this */
            iload 1 /* pSeg */
            putfield org.apache.fop.afp.AFPPaintingState.pSeg:Z
         1: .line 417
            return
        end local 1 // boolean pSeg
        end local 0 // org.apache.fop.afp.AFPPaintingState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/fop/afp/AFPPaintingState;
            0    2     1  pSeg  Z
    MethodParameters:
      Name  Flags
      pSeg  

  public boolean getFS45();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.fop.afp.AFPPaintingState this
         0: .line 425
            aload 0 /* this */
            getfield org.apache.fop.afp.AFPPaintingState.fs45:Z
            ireturn
        end local 0 // org.apache.fop.afp.AFPPaintingState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/afp/AFPPaintingState;

  public void setFS45(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.fop.afp.AFPPaintingState this
        start local 1 // boolean fs45
         0: .line 433
            aload 0 /* this */
            iload 1 /* fs45 */
            putfield org.apache.fop.afp.AFPPaintingState.fs45:Z
         1: .line 434
            return
        end local 1 // boolean fs45
        end local 0 // org.apache.fop.afp.AFPPaintingState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/fop/afp/AFPPaintingState;
            0    2     1  fs45  Z
    MethodParameters:
      Name  Flags
      fs45  

  protected org.apache.fop.util.AbstractPaintingState$AbstractData instantiateData();
    descriptor: ()Lorg/apache/fop/util/AbstractPaintingState$AbstractData;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.fop.afp.AFPPaintingState this
         0: .line 441
            new org.apache.fop.afp.AFPPaintingState$AFPData
            dup
            aload 0 /* this */
            invokespecial org.apache.fop.afp.AFPPaintingState$AFPData.<init>:(Lorg/apache/fop/afp/AFPPaintingState;)V
            areturn
        end local 0 // org.apache.fop.afp.AFPPaintingState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/afp/AFPPaintingState;

  protected org.apache.fop.util.AbstractPaintingState instantiate();
    descriptor: ()Lorg/apache/fop/util/AbstractPaintingState;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.fop.afp.AFPPaintingState this
         0: .line 447
            new org.apache.fop.afp.AFPPaintingState
            dup
            invokespecial org.apache.fop.afp.AFPPaintingState.<init>:()V
            areturn
        end local 0 // org.apache.fop.afp.AFPPaintingState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/afp/AFPPaintingState;

  protected org.apache.fop.afp.AFPPaintingState$AFPPagePaintingState getPagePaintingState();
    descriptor: ()Lorg/apache/fop/afp/AFPPaintingState$AFPPagePaintingState;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.fop.afp.AFPPaintingState this
         0: .line 456
            aload 0 /* this */
            getfield org.apache.fop.afp.AFPPaintingState.pagePaintingState:Lorg/apache/fop/afp/AFPPaintingState$AFPPagePaintingState;
            areturn
        end local 0 // org.apache.fop.afp.AFPPaintingState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/afp/AFPPaintingState;

  public org.apache.fop.afp.fonts.AFPPageFonts getPageFonts();
    descriptor: ()Lorg/apache/fop/afp/fonts/AFPPageFonts;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.fop.afp.AFPPaintingState this
         0: .line 465
            aload 0 /* this */
            getfield org.apache.fop.afp.AFPPaintingState.pagePaintingState:Lorg/apache/fop/afp/AFPPaintingState$AFPPagePaintingState;
            invokevirtual org.apache.fop.afp.AFPPaintingState$AFPPagePaintingState.getFonts:()Lorg/apache/fop/afp/fonts/AFPPageFonts;
            areturn
        end local 0 // org.apache.fop.afp.AFPPaintingState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/afp/AFPPaintingState;

  public void setPageWidth(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.fop.afp.AFPPaintingState this
        start local 1 // int pageWidth
         0: .line 475
            aload 0 /* this */
            getfield org.apache.fop.afp.AFPPaintingState.pagePaintingState:Lorg/apache/fop/afp/AFPPaintingState$AFPPagePaintingState;
            iload 1 /* pageWidth */
            invokevirtual org.apache.fop.afp.AFPPaintingState$AFPPagePaintingState.setWidth:(I)V
         1: .line 476
            return
        end local 1 // int pageWidth
        end local 0 // org.apache.fop.afp.AFPPaintingState this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/apache/fop/afp/AFPPaintingState;
            0    2     1  pageWidth  I
    MethodParameters:
           Name  Flags
      pageWidth  

  public int getPageWidth();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.fop.afp.AFPPaintingState this
         0: .line 484
            aload 0 /* this */
            getfield org.apache.fop.afp.AFPPaintingState.pagePaintingState:Lorg/apache/fop/afp/AFPPaintingState$AFPPagePaintingState;
            invokevirtual org.apache.fop.afp.AFPPaintingState$AFPPagePaintingState.getWidth:()I
            ireturn
        end local 0 // org.apache.fop.afp.AFPPaintingState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/afp/AFPPaintingState;

  public void setPageHeight(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.fop.afp.AFPPaintingState this
        start local 1 // int pageHeight
         0: .line 494
            aload 0 /* this */
            getfield org.apache.fop.afp.AFPPaintingState.pagePaintingState:Lorg/apache/fop/afp/AFPPaintingState$AFPPagePaintingState;
            iload 1 /* pageHeight */
            invokevirtual org.apache.fop.afp.AFPPaintingState$AFPPagePaintingState.setHeight:(I)V
         1: .line 495
            return
        end local 1 // int pageHeight
        end local 0 // org.apache.fop.afp.AFPPaintingState this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/apache/fop/afp/AFPPaintingState;
            0    2     1  pageHeight  I
    MethodParameters:
            Name  Flags
      pageHeight  

  public int getPageHeight();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.fop.afp.AFPPaintingState this
         0: .line 503
            aload 0 /* this */
            getfield org.apache.fop.afp.AFPPaintingState.pagePaintingState:Lorg/apache/fop/afp/AFPPaintingState$AFPPagePaintingState;
            invokevirtual org.apache.fop.afp.AFPPaintingState$AFPPagePaintingState.getHeight:()I
            ireturn
        end local 0 // org.apache.fop.afp.AFPPaintingState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/afp/AFPPaintingState;

  public int getPageRotation();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.fop.afp.AFPPaintingState this
         0: .line 512
            aload 0 /* this */
            getfield org.apache.fop.afp.AFPPaintingState.pagePaintingState:Lorg/apache/fop/afp/AFPPaintingState$AFPPagePaintingState;
            invokevirtual org.apache.fop.afp.AFPPaintingState$AFPPagePaintingState.getOrientation:()I
            ireturn
        end local 0 // org.apache.fop.afp.AFPPaintingState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/afp/AFPPaintingState;

  public void setImageUri(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.fop.afp.AFPPaintingState this
        start local 1 // java.lang.String uri
         0: .line 522
            aload 0 /* this */
            invokevirtual org.apache.fop.afp.AFPPaintingState.getData:()Lorg/apache/fop/util/AbstractPaintingState$AbstractData;
            checkcast org.apache.fop.afp.AFPPaintingState$AFPData
            aload 1 /* uri */
            putfield org.apache.fop.afp.AFPPaintingState$AFPData.imageUri:Ljava/lang/String;
         1: .line 523
            return
        end local 1 // java.lang.String uri
        end local 0 // org.apache.fop.afp.AFPPaintingState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/fop/afp/AFPPaintingState;
            0    2     1   uri  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      uri   

  public java.lang.String getImageUri();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.fop.afp.AFPPaintingState this
         0: .line 531
            aload 0 /* this */
            invokevirtual org.apache.fop.afp.AFPPaintingState.getData:()Lorg/apache/fop/util/AbstractPaintingState$AbstractData;
            checkcast org.apache.fop.afp.AFPPaintingState$AFPData
            getfield org.apache.fop.afp.AFPPaintingState$AFPData.imageUri:Ljava/lang/String;
            areturn
        end local 0 // org.apache.fop.afp.AFPPaintingState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/afp/AFPPaintingState;

  public int getRotation();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.fop.afp.AFPPaintingState this
         0: .line 540
            aload 0 /* this */
            invokevirtual org.apache.fop.afp.AFPPaintingState.getData:()Lorg/apache/fop/util/AbstractPaintingState$AbstractData;
            invokevirtual org.apache.fop.util.AbstractPaintingState$AbstractData.getDerivedRotation:()I
            ireturn
        end local 0 // org.apache.fop.afp.AFPPaintingState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/afp/AFPPaintingState;

  public org.apache.fop.afp.AFPUnitConverter getUnitConverter();
    descriptor: ()Lorg/apache/fop/afp/AFPUnitConverter;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.fop.afp.AFPPaintingState this
         0: .line 549
            aload 0 /* this */
            getfield org.apache.fop.afp.AFPPaintingState.unitConv:Lorg/apache/fop/afp/AFPUnitConverter;
            areturn
        end local 0 // org.apache.fop.afp.AFPPaintingState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/afp/AFPPaintingState;

  public java.awt.Point getPoint(int, int);
    descriptor: (II)Ljava/awt/Point;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // org.apache.fop.afp.AFPPaintingState this
        start local 1 // int x
        start local 2 // int y
         0: .line 563
            new java.awt.Point
            dup
            invokespecial java.awt.Point.<init>:()V
            astore 3 /* p */
        start local 3 // java.awt.Point p
         1: .line 564
            aload 0 /* this */
            invokevirtual org.apache.fop.afp.AFPPaintingState.getRotation:()I
            istore 4 /* rotation */
        start local 4 // int rotation
         2: .line 565
            iload 4 /* rotation */
            lookupswitch { // 3
                   90: 3
                  180: 6
                  270: 9
              default: 12
          }
         3: .line 567
      StackMap locals: java.awt.Point int
      StackMap stack:
            aload 3 /* p */
            iload 2 /* y */
            putfield java.awt.Point.x:I
         4: .line 568
            aload 3 /* p */
            aload 0 /* this */
            invokevirtual org.apache.fop.afp.AFPPaintingState.getPageWidth:()I
            iload 1 /* x */
            isub
            putfield java.awt.Point.y:I
         5: .line 569
            goto 14
         6: .line 571
      StackMap locals:
      StackMap stack:
            aload 3 /* p */
            aload 0 /* this */
            invokevirtual org.apache.fop.afp.AFPPaintingState.getPageWidth:()I
            iload 1 /* x */
            isub
            putfield java.awt.Point.x:I
         7: .line 572
            aload 3 /* p */
            aload 0 /* this */
            invokevirtual org.apache.fop.afp.AFPPaintingState.getPageHeight:()I
            iload 2 /* y */
            isub
            putfield java.awt.Point.y:I
         8: .line 573
            goto 14
         9: .line 575
      StackMap locals:
      StackMap stack:
            aload 3 /* p */
            aload 0 /* this */
            invokevirtual org.apache.fop.afp.AFPPaintingState.getPageHeight:()I
            iload 2 /* y */
            isub
            putfield java.awt.Point.x:I
        10: .line 576
            aload 3 /* p */
            iload 1 /* x */
            putfield java.awt.Point.y:I
        11: .line 577
            goto 14
        12: .line 579
      StackMap locals:
      StackMap stack:
            aload 3 /* p */
            iload 1 /* x */
            putfield java.awt.Point.x:I
        13: .line 580
            aload 3 /* p */
            iload 2 /* y */
            putfield java.awt.Point.y:I
        14: .line 583
      StackMap locals:
      StackMap stack:
            aload 3 /* p */
            areturn
        end local 4 // int rotation
        end local 3 // java.awt.Point p
        end local 2 // int y
        end local 1 // int x
        end local 0 // org.apache.fop.afp.AFPPaintingState this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   15     0      this  Lorg/apache/fop/afp/AFPPaintingState;
            0   15     1         x  I
            0   15     2         y  I
            1   15     3         p  Ljava/awt/Point;
            2   15     4  rotation  I
    MethodParameters:
      Name  Flags
      x     
      y     

  public java.lang.Object clone();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.apache.fop.afp.AFPPaintingState this
         0: .line 589
            aload 0 /* this */
            invokespecial org.apache.fop.util.AbstractPaintingState.clone:()Ljava/lang/Object;
            checkcast org.apache.fop.afp.AFPPaintingState
            astore 1 /* paintingState */
        start local 1 // org.apache.fop.afp.AFPPaintingState paintingState
         1: .line 590
            aload 1 /* paintingState */
            aload 0 /* this */
            getfield org.apache.fop.afp.AFPPaintingState.pagePaintingState:Lorg/apache/fop/afp/AFPPaintingState$AFPPagePaintingState;
            invokevirtual org.apache.fop.afp.AFPPaintingState$AFPPagePaintingState.clone:()Ljava/lang/Object;
            checkcast org.apache.fop.afp.AFPPaintingState$AFPPagePaintingState
            putfield org.apache.fop.afp.AFPPaintingState.pagePaintingState:Lorg/apache/fop/afp/AFPPaintingState$AFPPagePaintingState;
         2: .line 591
            aload 1 /* paintingState */
            aload 0 /* this */
            getfield org.apache.fop.afp.AFPPaintingState.portraitRotation:I
            putfield org.apache.fop.afp.AFPPaintingState.portraitRotation:I
         3: .line 592
            aload 1 /* paintingState */
            aload 0 /* this */
            getfield org.apache.fop.afp.AFPPaintingState.landscapeRotation:I
            putfield org.apache.fop.afp.AFPPaintingState.landscapeRotation:I
         4: .line 593
            aload 1 /* paintingState */
            aload 0 /* this */
            getfield org.apache.fop.afp.AFPPaintingState.bitsPerPixel:I
            putfield org.apache.fop.afp.AFPPaintingState.bitsPerPixel:I
         5: .line 594
            aload 1 /* paintingState */
            aload 0 /* this */
            getfield org.apache.fop.afp.AFPPaintingState.colorImages:Z
            putfield org.apache.fop.afp.AFPPaintingState.colorImages:Z
         6: .line 595
            aload 1 /* paintingState */
            aload 0 /* this */
            getfield org.apache.fop.afp.AFPPaintingState.colorConverter:Lorg/apache/xmlgraphics/java2d/color/ColorConverter;
            putfield org.apache.fop.afp.AFPPaintingState.colorConverter:Lorg/apache/xmlgraphics/java2d/color/ColorConverter;
         7: .line 596
            aload 1 /* paintingState */
            aload 0 /* this */
            getfield org.apache.fop.afp.AFPPaintingState.resolution:I
            putfield org.apache.fop.afp.AFPPaintingState.resolution:I
         8: .line 597
            aload 1 /* paintingState */
            areturn
        end local 1 // org.apache.fop.afp.AFPPaintingState paintingState
        end local 0 // org.apache.fop.afp.AFPPaintingState this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    9     0           this  Lorg/apache/fop/afp/AFPPaintingState;
            1    9     1  paintingState  Lorg/apache/fop/afp/AFPPaintingState;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.fop.afp.AFPPaintingState this
         0: .line 603
            new java.lang.StringBuilder
            dup
            ldc "AFPPaintingState{portraitRotation="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.apache.fop.afp.AFPPaintingState.portraitRotation:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
         1: .line 604
            ldc ", landscapeRotation="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.apache.fop.afp.AFPPaintingState.landscapeRotation:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ", colorImages="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.apache.fop.afp.AFPPaintingState.colorImages:Z
            invokevirtual java.lang.StringBuilder.append:(Z)Ljava/lang/StringBuilder;
         2: .line 605
            ldc ", bitsPerPixel="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.apache.fop.afp.AFPPaintingState.bitsPerPixel:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ", resolution="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.apache.fop.afp.AFPPaintingState.resolution:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ", pageState="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         3: .line 606
            aload 0 /* this */
            getfield org.apache.fop.afp.AFPPaintingState.pagePaintingState:Lorg/apache/fop/afp/AFPPaintingState$AFPPagePaintingState;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            invokespecial org.apache.fop.util.AbstractPaintingState.toString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "}"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         4: .line 603
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // org.apache.fop.afp.AFPPaintingState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/apache/fop/afp/AFPPaintingState;
}
SourceFile: "AFPPaintingState.java"
NestMembers:
  org.apache.fop.afp.AFPPaintingState$AFPData  org.apache.fop.afp.AFPPaintingState$AFPPagePaintingState
InnerClasses:
  private AFPData = org.apache.fop.afp.AFPPaintingState$AFPData of org.apache.fop.afp.AFPPaintingState
  private AFPPagePaintingState = org.apache.fop.afp.AFPPaintingState$AFPPagePaintingState of org.apache.fop.afp.AFPPaintingState
  public abstract AbstractData = org.apache.fop.util.AbstractPaintingState$AbstractData of org.apache.fop.util.AbstractPaintingState