|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.extex.backend.documentWriter.postscript.AbstractPostscriptWriter
org.extex.backend.documentWriter.postscript.PsWriter
public class PsWriter
This document writer produces multi-page PostScript documents.
| Field Summary |
|---|
| Fields inherited from class org.extex.backend.documentWriter.postscript.AbstractPostscriptWriter |
|---|
COMMENT, DF |
| Constructor Summary | |
|---|---|
PsWriter(DocumentWriterOptions options)
Creates a new object. |
|
| Method Summary | |
|---|---|
void |
close()
This method is invoked upon the end of the processing. |
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 org.extex.backend.documentWriter.postscript.AbstractPostscriptWriter |
|---|
configure, getConverter, getExtension, getFontFactory, getFontManager, getParameter, newOutputStream, setColorConverter, setExtension, setFontFactory, setOutputStreamFactory, setParameter, setResourceFinder, startFile, writeBoundingBox, writeDsc, writeFonts, writeHighResBoundingBox |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PsWriter(DocumentWriterOptions options)
options - the options for the document writer| Method Detail |
|---|
public void close()
throws DocumentWriterException,
java.io.IOException
close in interface DocumentWriterjava.io.IOException - in case of an IO exception
DocumentWriterExceptionDocumentWriter.close()public void setOutputStream(java.io.OutputStream out)
setOutputStream in interface SingleDocumentStreamout - the output streamSingleDocumentStream.setOutputStream(
java.io.OutputStream)
public int shipout(Page p)
throws GeneralException,
java.io.IOException
If the page is null then no page has to be shipped and 0
has to be returned.
shipout in interface DocumentWriterp - the page to send
GeneralException - in case of a general exceptionjava.io.IOException - in case of an IO exceptionDocumentWriter.shipout(
org.extex.typesetter.type.page.Page)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||