public abstract class org.apache.fop.pdf.PDFPathPaint extends org.apache.fop.pdf.PDFObject
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.apache.fop.pdf.PDFPathPaint
  super_class: org.apache.fop.pdf.PDFObject
{
  protected org.apache.fop.pdf.PDFDeviceColorSpace colorSpace;
    descriptor: Lorg/apache/fop/pdf/PDFDeviceColorSpace;
    flags: (0x0004) ACC_PROTECTED

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.fop.pdf.PDFPathPaint this
         0: .line 26
            aload 0 /* this */
            invokespecial org.apache.fop.pdf.PDFObject.<init>:()V
            return
        end local 0 // org.apache.fop.pdf.PDFPathPaint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/pdf/PDFPathPaint;

  public java.lang.String getColorSpaceOut(boolean);
    descriptor: (Z)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.apache.fop.pdf.PDFPathPaint this
        start local 1 // boolean fillNotStroke
         0: .line 40
            ldc ""
            areturn
        end local 1 // boolean fillNotStroke
        end local 0 // org.apache.fop.pdf.PDFPathPaint this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lorg/apache/fop/pdf/PDFPathPaint;
            0    1     1  fillNotStroke  Z
    MethodParameters:
               Name  Flags
      fillNotStroke  

  public void setColorSpace(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.fop.pdf.PDFPathPaint this
        start local 1 // int theColorSpace
         0: .line 49
            aload 0 /* this */
            getfield org.apache.fop.pdf.PDFPathPaint.colorSpace:Lorg/apache/fop/pdf/PDFDeviceColorSpace;
            iload 1 /* theColorSpace */
            invokevirtual org.apache.fop.pdf.PDFDeviceColorSpace.setColorSpace:(I)V
         1: .line 50
            return
        end local 1 // int theColorSpace
        end local 0 // org.apache.fop.pdf.PDFPathPaint this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lorg/apache/fop/pdf/PDFPathPaint;
            0    2     1  theColorSpace  I
    MethodParameters:
               Name  Flags
      theColorSpace  

  public int getColorSpace();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.fop.pdf.PDFPathPaint this
         0: .line 58
            aload 0 /* this */
            getfield org.apache.fop.pdf.PDFPathPaint.colorSpace:Lorg/apache/fop/pdf/PDFDeviceColorSpace;
            invokevirtual org.apache.fop.pdf.PDFDeviceColorSpace.getColorSpace:()I
            ireturn
        end local 0 // org.apache.fop.pdf.PDFPathPaint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/pdf/PDFPathPaint;
}
SourceFile: "PDFPathPaint.java"