|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.dante.extex.backend.documentWriter.postscript.AbstractPostscriptWriter
de.dante.extex.backend.documentWriter.postscript.PsWriter
This document writer produces multi-page PostScript documents.
Constructor Summary | |
PsWriter(DocumentWriterOptions options)
Creates a new object. |
Method Summary | |
void |
close()
This method is invoked upon the end of the processing. |
java.lang.String |
getExtension()
Getter for the extension associated with this kind of output. |
void |
setOutputStream(java.io.OutputStream out)
Setter for the output stream. |
int |
shipout(Page p)
This is the entry point for the document writer. |
Methods inherited from class de.dante.extex.backend.documentWriter.postscript.AbstractPostscriptWriter |
configure, getConverter, getParameter, newOutputStream, setColorConverter, setOutputStreamFactory, setParameter, setResourceFinder, writeDsc, writeDsc, writeFonts |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface de.dante.util.framework.configuration.Configurable |
configure |
Constructor Detail |
public PsWriter(DocumentWriterOptions options)
options
- the options for the document writerMethod Detail |
public void close() throws DocumentWriterException, java.io.IOException
DocumentWriter
close
in interface DocumentWriter
java.io.IOException
- in case of an IO exception
DocumentWriterException
DocumentWriter.close()
public java.lang.String getExtension()
DocumentWriter
getExtension
in interface DocumentWriter
DocumentWriter.getExtension()
public void setOutputStream(java.io.OutputStream out)
SingleDocumentStream
setOutputStream
in interface SingleDocumentStream
out
- the output streamSingleDocumentStream.setOutputStream(
java.io.OutputStream)
public int shipout(Page p) throws GeneralException, java.io.IOException
DocumentWriter
shipout
in interface DocumentWriter
p
- the page to send
java.io.IOException
- in case of an IO exception
GeneralException
- in case of a general exceptionDocumentWriter.shipout(
de.dante.extex.typesetter.type.page.Page)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |