Class PDFPathPaint

java.lang.Object
org.apache.fop.pdf.PDFObject
org.apache.fop.pdf.PDFPathPaint
All Implemented Interfaces:
PDFWritable
Direct Known Subclasses:
PDFColor, PDFPattern

public abstract class PDFPathPaint extends PDFObject
Base class for PDF painting operations.
  • Field Details

  • Constructor Details

    • PDFPathPaint

      public PDFPathPaint()
  • Method Details

    • getColorSpaceOut

      public String getColorSpaceOut(boolean fillNotStroke)
      Get the PDF string for setting the path paint.
      Parameters:
      fillNotStroke - if true fill otherwise stroke
      Returns:
      the PDF instruction string
    • setColorSpace

      public void setColorSpace(int theColorSpace)
      Set the color space for this paint.
      Parameters:
      theColorSpace - the color space value
    • getColorSpace

      public int getColorSpace()
      Get the current color space value for this paint.
      Returns:
      the color space value