public abstract class PDFPathPaint extends PDFObject
Modifier and Type | Field and Description |
---|---|
protected PDFDeviceColorSpace |
colorSpace
The color space for this paint
|
DATE_FORMAT, log
Constructor and Description |
---|
PDFPathPaint() |
Modifier and Type | Method and Description |
---|---|
int |
getColorSpace()
Get the current color space value for this paint.
|
java.lang.String |
getColorSpaceOut(boolean fillNotStroke)
Get the PDF string for setting the path paint.
|
void |
setColorSpace(int theColorSpace)
Set the color space for this paint.
|
contentEquals, encode, encodeBinaryToHexString, encodeString, encodeText, formatDateTime, formatDateTime, formatObject, getDocument, getDocumentSafely, getGeneration, getObjectID, getObjectNumber, getParent, hasObjectNumber, makeReference, output, outputInline, referencePDF, setDocument, setObjectNumber, setParent, toPDF, toPDFString
protected PDFDeviceColorSpace colorSpace
public java.lang.String getColorSpaceOut(boolean fillNotStroke)
fillNotStroke
- if true fill otherwise strokepublic void setColorSpace(int theColorSpace)
theColorSpace
- the color space valuepublic int getColorSpace()
Copyright 1999-2010 The Apache Software Foundation. All Rights Reserved.