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 , encodeBinaryToHexString , encodeString , encodeText , formatDateTime , formatDateTime , formatObject , getDocument , getDocumentSafely , getGeneration , getObjectID , getObjectNumber , getParent , hasObjectNumber , makeReference , output , outputInline , referencePDF , setDocument , setObjectNumber , setParent , 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-2008 The Apache Software Foundation. All Rights Reserved.