fop 0.95 | |
Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.apache.fop.pdf.PDFObject
org.apache.fop.pdf.PDFDictionary
org.apache.fop.pdf.AbstractPDFStream
org.apache.fop.pdf.PDFStream
org.apache.fop.pdf.PDFICCStream
public class PDFICCStream
extends PDFStream
Field Summary |
Fields inherited from class org.apache.fop.pdf.PDFDictionary | |
entries , order |
Fields inherited from class org.apache.fop.pdf.PDFObject | |
DATE_FORMAT , log |
Constructor Summary | |
Method Summary | |
ICC_Profile | |
protected int |
|
protected void |
|
protected void |
|
void |
|
Methods inherited from class org.apache.fop.pdf.PDFStream | |
add , getBufferOutputStream , getDataLength , getSizeHint , output , outputRawStreamData , setData |
Methods inherited from class org.apache.fop.pdf.AbstractPDFStream | |
encodeAndWriteStream , encodeStream , getFilterList , getSizeHint , output , outputRawStreamData , outputStreamData , populateStreamDict , prepareImplicitFilters , setupFilterList |
Methods inherited from class org.apache.fop.pdf.PDFDictionary | |
get , output , put , put , writeDictionary |
Methods inherited from class org.apache.fop.pdf.PDFObject | |
encode , encodeBinaryToHexString , encodeString , encodeText , formatDateTime , formatDateTime , formatObject , getDocument , getDocumentSafely , getGeneration , getObjectID , getObjectNumber , getParent , hasObjectNumber , makeReference , output , outputInline , referencePDF , setDocument , setObjectNumber , setParent , toPDF , toPDFString |
public ICC_Profile getICCProfile()
- Returns:
- the ICC profile
protected int output(java.io.OutputStream stream) throws java.io.IOException
overload the base object method so we don't have to copy byte arrays around so much
protected void outputRawStreamData(OutputStream out) throws IOException
- Overrides:
- outputRawStreamData in interface PDFStream
protected void populateStreamDict(Object lengthEntry)
- Overrides:
- populateStreamDict in interface AbstractPDFStream
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.95 |