| fop 0.94 | |
| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.apache.fop.pdf.PDFObjectorg.apache.fop.pdf.AbstractPDFStreamorg.apache.fop.pdf.PDFStreamorg.apache.fop.pdf.PDFICCStreampublic class PDFICCStreamextends PDFStreamField Summary |
Fields inherited from class org.apache.fop.pdf.PDFObject | |
DATE_FORMAT, log | |
Constructor Summary | |
Method Summary | |
protected String |
|
ICC_Profile | |
protected int |
|
protected void |
|
void |
|
Methods inherited from class org.apache.fop.pdf.PDFStream | |
add, getDataLength, getSizeHint, output, outputRawStreamData, setData | |
Methods inherited from class org.apache.fop.pdf.AbstractPDFStream | |
buildStreamDict, encodeAndWriteStream, encodeStream, getFilterList, getSizeHint, output, outputRawStreamData, outputStreamData, prepareImplicitFilters, setupFilterList | |
Methods inherited from class org.apache.fop.pdf.PDFObject | |
encode, encodeString, encodeText, formatDateTime, formatObject, getDocument, getDocumentSafely, getGeneration, getObjectID, getObjectNumber, hasObjectNumber, makeReference, output, referencePDF, setDocument, setObjectNumber, toInlinePDFString, toPDF, toPDFString | |
protected String buildStreamDict(String lengthEntry)
- Overrides:
- buildStreamDict in interface AbstractPDFStream
public ICC_Profile getICCProfile()
- Returns:
- the ICC profile
protected int output(OutputStream stream)
throws IOExceptionoverload the base object method so we don't have to copy byte arrays around so much
- See Also:
PDFObject.output(OutputStream)
protected void outputRawStreamData(OutputStream out)
throws IOException
- Overrides:
- outputRawStreamData in interface PDFStream
public void setColorSpace(ICC_Profile icc,
PDFDeviceColorSpace alt)Sets the color space to encode in PDF.
- Parameters:
icc- the ICC profilealt- the PDF color space
| fop 0.94 |