PDFWritable
PDFColor
, PDFPattern
public abstract class PDFPathPaint extends PDFObject
Modifier and Type | Field | Description |
---|---|---|
protected PDFDeviceColorSpace |
colorSpace |
The color space for this paint
|
Constructor | Description |
---|---|
PDFPathPaint() |
Modifier and Type | Method | 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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
contentEquals, encode, encodeBinaryToHexString, encodeString, encodeText, formatObject, getChildren, getDocument, getDocumentSafely, getGeneration, getObjectID, getObjectNumber, getParent, hasObjectNumber, makeReference, output, outputInline, referencePDF, setDocument, setObjectNumber, setObjectNumber, 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-2016 The Apache Software Foundation. All Rights Reserved.