|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.pdf.PDFObject
org.apache.fop.pdf.PDFPathPaint
public abstract class PDFPathPaint
Base class for PDF painting operations.
Field Summary | |
---|---|
protected PDFDeviceColorSpace |
colorSpace
The color space for this paint |
Fields inherited from class org.apache.fop.pdf.PDFObject |
---|
DATE_FORMAT, log |
Constructor Summary | |
---|---|
PDFPathPaint()
|
Method Summary | |
---|---|
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. |
Methods inherited from class org.apache.fop.pdf.PDFObject |
---|
contentEquals, encode, encodeBinaryToHexString, encodeString, encodeText, formatDateTime, formatDateTime, formatObject, getDocument, getDocumentSafely, getGeneration, getObjectID, getObjectNumber, getParent, hasObjectNumber, makeReference, output, outputInline, referencePDF, setDocument, setObjectNumber, setParent, toPDF, toPDFString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected PDFDeviceColorSpace colorSpace
Constructor Detail |
---|
public PDFPathPaint()
Method Detail |
---|
public java.lang.String getColorSpaceOut(boolean fillNotStroke)
fillNotStroke
- if true fill otherwise stroke
public void setColorSpace(int theColorSpace)
theColorSpace
- the color space valuepublic int getColorSpace()
|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |