org.apache.fop.pdf
Class PDFPathPaint

org.apache.fop.pdf.PDFObject
  |
  +--org.apache.fop.pdf.PDFPathPaint
Direct Known Subclasses:
PDFColor, PDFPattern

public abstract class PDFPathPaint
extends PDFObject


Constructor Summary
PDFPathPaint(int theNumber)
           
PDFPathPaint()
           

Method Summary
 intgetColorSpace()
           
 StringgetColorSpaceOut(boolean fillNotStroke)
           
 voidsetColorSpace(int theColorSpace)
           

Methods inherited from class org.apache.fop.pdf.PDFObject
getNumber, referencePDF, toPDF

Constructor Detail

PDFPathPaint

public PDFPathPaint(int theNumber)

PDFPathPaint

public PDFPathPaint()
Method Detail

getColorSpace

public int getColorSpace()

getColorSpaceOut

public String getColorSpaceOut(boolean fillNotStroke)

setColorSpace

public void setColorSpace(int theColorSpace)

Association Links

to Class org.apache.fop.datatypes.ColorSpace