org.apache.fop.pdf
Class PDFPathPaint
- PDFWritable
public abstract class PDFPathPaint
Base class for PDF painting operations.
int | getColorSpace()- Get the current color space value for this paint.
|
String | getColorSpaceOut(boolean fillNotStroke)- Get the PDF string for setting the path paint.
|
void | setColorSpace(int theColorSpace)- Set the color space for this paint.
|
encode, encodeString, encodeText, formatDateTime, formatObject, getDocument, getDocumentSafely, getGeneration, getObjectID, getObjectNumber, hasObjectNumber, makeReference, output, referencePDF, setDocument, setObjectNumber, toInlinePDFString, toPDF, toPDFString |
getColorSpace
public int getColorSpace()
Get the current color space value for this paint.
getColorSpaceOut
public String getColorSpaceOut(boolean fillNotStroke)
Get the PDF string for setting the path paint.
fillNotStroke - if true fill otherwise stroke
- the PDF instruction string
setColorSpace
public void setColorSpace(int theColorSpace)
Set the color space for this paint.
theColorSpace - the color space value
Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.