|
||||||||||
| 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.EpsWriter
public class EpsWriter
This document writer produces Encapsulated Postscript documents.
| Field Summary |
|---|
| Fields inherited from class org.extex.backend.documentWriter.postscript.AbstractPostscriptWriter |
|---|
COMMENT, DF |
| Constructor Summary | |
|---|---|
EpsWriter(DocumentWriterOptions options)
Creates a new object. |
|
| Method Summary | |
|---|---|
void |
close()
This method is invoked upon the end of the processing. |
int |
shipout(Page page)
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 EpsWriter(DocumentWriterOptions options)
options - the options for the document writer| Method Detail |
|---|
public void close()
DocumentWriter.close()
public int shipout(Page page)
throws GeneralException,
java.io.IOException
page - 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 | |||||||||