|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.fop.pdf.PDFObject | +--org.apache.fop.pdf.PDFStream | +--org.apache.fop.pdf.PDFICCStream
Fields inherited from class org.apache.fop.pdf.PDFStream |
_data |
Fields inherited from class org.apache.fop.pdf.PDFObject |
generation, number |
Constructor Summary | |
PDFICCStream(int num)
|
|
PDFICCStream(int num,
ColorSpace cs)
|
Method Summary | |
protected int |
output(java.io.OutputStream stream)
write the PDF represention of this object |
void |
setColorSpace(ColorSpace cs)
|
Methods inherited from class org.apache.fop.pdf.PDFStream |
add, addDefaultFilters, addFilter, addFilter, addImageArray, applyFilters, getData, getDataLength, outputStreamData, setData, toPDF |
Methods inherited from class org.apache.fop.pdf.PDFObject |
getNumber, referencePDF |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PDFICCStream(int num)
public PDFICCStream(int num, ColorSpace cs) throws java.io.IOException
Method Detail |
public void setColorSpace(ColorSpace cs) throws java.io.IOException
protected int output(java.io.OutputStream stream) throws java.io.IOException
PDFObject
output
in class PDFStream
org.apache.fop.pdf.PDFObject
stream
- the stream to write the PDF to
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |