Uses of Interface
org.extex.backend.documentWriter.DocumentWriterOptions

Packages that use DocumentWriterOptions
org.extex This package contains ExTeX – an implementation of a typesetting engine based on the concepts of TeX
org.extex.backend.documentWriter This package contains the backends of ExTeX which are responsible for writing the constructed pages to an appropriate file. 
org.extex.backend.documentWriter.dump This package contains backends of ExTeX which just dump the information in a readable format to the output file. 
org.extex.backend.documentWriter.dvi This package contains the definitions for a DocumentWriter for dvi-Files. 
org.extex.backend.documentWriter.dvix This package contains a DocumentWriter to produce DVI files. 
org.extex.backend.documentWriter.itextpdf This package contains a backend of ExTeX which produce a PDF-file. 
org.extex.backend.documentWriter.pdf This package contains a backend of ExTeX which produce a PDF-file. 
org.extex.backend.documentWriter.postscript This package contains a DocumentWriter to produce PostScript and Encapsulated PostScript. 
org.extex.backend.documentWriter.rtf This package contains a DocumentWriter to produce RTF files. 
org.extex.backend.documentWriter.svg This package contains a backend of ExTeX which dumps the information in a SVG format. 
org.extex.backend.documentWriter.text This package contains a backend of ExTeX which dumps the information as text in a readable format to the output file (very simple). 
org.extex.backend.documentWriter.xml This package contains a backend of ExTeX which dumps the information in a XML format. 
org.extex.engine.backend This package contains the backend support of the core engine of ExTeX
org.extex.interpreter.context.impl.extension   
org.extex.interpreter.max.context This package contains a reference implementation for the Context
org.extex.main.tex This package contains some support classes for the ExTeX main program. 
 

Uses of DocumentWriterOptions in org.extex
 

Methods in org.extex with parameters of type DocumentWriterOptions
protected  BackendDriver ExTeX.makeBackend(Configuration config, OutputStreamFactory outFactory, DocumentWriterOptions options, ResourceFinder finder, CoreFontFactory fontFactory)
          Create a new document writer.
 

Uses of DocumentWriterOptions in org.extex.backend.documentWriter
 

Methods in org.extex.backend.documentWriter with parameters of type DocumentWriterOptions
 void DocumentWriterFactory.setOptions(DocumentWriterOptions options)
          Setter for options.
 

Uses of DocumentWriterOptions in org.extex.backend.documentWriter.dump
 

Constructors in org.extex.backend.documentWriter.dump with parameters of type DocumentWriterOptions
DumpDocumentWriter(DocumentWriterOptions opts)
          Creates a new object.
MultiDumpDocumentWriter(DocumentWriterOptions opts)
          Creates a new object.
 

Uses of DocumentWriterOptions in org.extex.backend.documentWriter.dvi
 

Constructors in org.extex.backend.documentWriter.dvi with parameters of type DocumentWriterOptions
DviDocumentWriter(Configuration theCfg, DocumentWriterOptions options)
          Creates a new instance.
DviWriter(java.io.OutputStream outputStream, DocumentWriterOptions options)
          Creates a new DviWriter instance.
 

Uses of DocumentWriterOptions in org.extex.backend.documentWriter.dvix
 

Constructors in org.extex.backend.documentWriter.dvix with parameters of type DocumentWriterOptions
DviDocumentWriter(DocumentWriterOptions options)
          Creates a new object.
 

Uses of DocumentWriterOptions in org.extex.backend.documentWriter.itextpdf
 

Constructors in org.extex.backend.documentWriter.itextpdf with parameters of type DocumentWriterOptions
PdfDocumentWriter(Configuration config, DocumentWriterOptions options)
          Creates a new object.
TwoPassDocumentWriter(Configuration config, DocumentWriterOptions options)
          Creates a new object.
 

Uses of DocumentWriterOptions in org.extex.backend.documentWriter.pdf
 

Constructors in org.extex.backend.documentWriter.pdf with parameters of type DocumentWriterOptions
PdfDocumentWriter(Configuration cfg, DocumentWriterOptions options)
          Creates a new object.
PdfSinglePageDocumentWriter(Configuration cfg, DocumentWriterOptions options)
          Creates a new object.
 

Uses of DocumentWriterOptions in org.extex.backend.documentWriter.postscript
 

Constructors in org.extex.backend.documentWriter.postscript with parameters of type DocumentWriterOptions
EpsWriter(DocumentWriterOptions options)
          Creates a new object.
PsWriter(DocumentWriterOptions options)
          Creates a new object.
 

Uses of DocumentWriterOptions in org.extex.backend.documentWriter.rtf
 

Constructors in org.extex.backend.documentWriter.rtf with parameters of type DocumentWriterOptions
RtfDocumentWriter(DocumentWriterOptions options)
          Creates a new object.
 

Uses of DocumentWriterOptions in org.extex.backend.documentWriter.svg
 

Constructors in org.extex.backend.documentWriter.svg with parameters of type DocumentWriterOptions
SVGDocumentWriter(Configuration cfg, DocumentWriterOptions options)
          Creates a new object.
 

Uses of DocumentWriterOptions in org.extex.backend.documentWriter.text
 

Constructors in org.extex.backend.documentWriter.text with parameters of type DocumentWriterOptions
TextDocumentWriter(Configuration cfg, DocumentWriterOptions options)
          Creates a new object.
 

Uses of DocumentWriterOptions in org.extex.backend.documentWriter.xml
 

Constructors in org.extex.backend.documentWriter.xml with parameters of type DocumentWriterOptions
XMLDocumentWriter(Configuration cfg, DocumentWriterOptions options)
          Creates a new object.
 

Uses of DocumentWriterOptions in org.extex.engine.backend
 

Methods in org.extex.engine.backend with parameters of type DocumentWriterOptions
 void BackendFactory.setOptions(DocumentWriterOptions options)
          Setter for options.
 

Uses of DocumentWriterOptions in org.extex.interpreter.context.impl.extension
 

Classes in org.extex.interpreter.context.impl.extension that implement DocumentWriterOptions
 class ContextExtensionImpl
          This is a reference implementation for an interpreter context with ExTeX functions.
 

Uses of DocumentWriterOptions in org.extex.interpreter.max.context
 

Classes in org.extex.interpreter.max.context that implement DocumentWriterOptions
 class ContextImpl
          This is a reference implementation for an interpreter context.
 

Uses of DocumentWriterOptions in org.extex.main.tex
 

Methods in org.extex.main.tex with parameters of type DocumentWriterOptions
protected  BackendDriver TeX.makeBackend(Configuration config, OutputStreamFactory outFactory, DocumentWriterOptions options, ResourceFinder finder, CoreFontFactory fontFactory)
          Create a new document writer.