Uses of Interface
org.extex.backend.outputStream.OutputStreamFactory

Packages that use OutputStreamFactory
org.extex This package contains ExTeX – an implementation of a typesetting engine based on the concepts of TeX
org.extex.backend This package contains the backends of ExTeX
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.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.svg This package contains a backend of ExTeX which dumps the information in a SVG format. 
org.extex.backend.outputStream This package contains classes and interfaces for output streams. 
org.extex.engine.backend This package contains the backend support of the core engine of ExTeX
org.extex.interpreter This package contains the macro expansion engine and all supporting classes. 
org.extex.interpreter.max This package contains the macro expansion engine and supporting classes. 
org.extex.language This package contains classes and implementations which describe a language. 
org.extex.language.impl This package contains implementations which describe a language. 
org.extex.main.tex This package contains some support classes for the ExTeX main program. 
org.extex.unit.extex   
org.extex.unit.tex.file This package contains primitives to handle files. 
 

Uses of OutputStreamFactory in org.extex
 

Methods in org.extex with parameters of type OutputStreamFactory
protected  Context ExTeX.loadFormat(java.lang.String fmt, Interpreter interpreter, ResourceFinder finder, java.lang.String jobname, Configuration config, OutputStreamFactory outFactory, TokenFactory tokenFactory)
          Load a format if a non-empty name of a format is given.
protected  BackendDriver ExTeX.makeBackend(Configuration config, OutputStreamFactory outFactory, DocumentWriterOptions options, ResourceFinder finder, CoreFontFactory fontFactory)
          Create a new document writer.
protected  Context ExTeX.makeContext(Configuration config, TokenFactory tokenFactory, CoreFontFactory fontFactory, Interpreter interpreter, ResourceFinder finder, java.lang.String jobname, OutputStreamFactory outFactory)
          Prepare the context according to its configuration.
protected  Interpreter ExTeX.makeInterpreter(Configuration config, OutputStreamFactory outFactory, ResourceFinder finder, java.lang.String jobname)
          Create a new interpreter.
protected  LanguageManager ExTeX.makeLanguageManager(Configuration config, OutputStreamFactory outFactory, ResourceFinder finder)
          Prepare the hyphenation manager according to its configuration.
protected  Typesetter ExTeX.makeTypesetter(Interpreter interpreter, Configuration config, OutputStreamFactory outFactory, ResourceFinder finder, CoreFontFactory fontFactory)
          Create a new typesetter.
 

Uses of OutputStreamFactory in org.extex.backend
 

Methods in org.extex.backend with parameters of type OutputStreamFactory
 void BackendDriverImpl.setOutputStreamFactory(OutputStreamFactory factory)
          Setter for the output stream.
 

Uses of OutputStreamFactory in org.extex.backend.documentWriter
 

Methods in org.extex.backend.documentWriter with parameters of type OutputStreamFactory
 DocumentWriter DocumentWriterFactory.newInstance(java.lang.String type, OutputStreamFactory outFactory)
          Provide a new instance of a document writer.
 void MultipleDocumentStream.setOutputStreamFactory(OutputStreamFactory writerFactory)
          Setter for the output stream.
 

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

Methods in org.extex.backend.documentWriter.dump with parameters of type OutputStreamFactory
 void MultiDumpDocumentWriter.setOutputStreamFactory(OutputStreamFactory writerFactory)
          Setter for the output stream.
 

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

Methods in org.extex.backend.documentWriter.pdf with parameters of type OutputStreamFactory
 void PdfSinglePageDocumentWriter.setOutputStreamFactory(OutputStreamFactory writerFactory)
          Setter for the output stream.
 

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

Methods in org.extex.backend.documentWriter.postscript with parameters of type OutputStreamFactory
 void AbstractPostscriptWriter.setOutputStreamFactory(OutputStreamFactory factory)
          Setter for the output stream.
 

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

Methods in org.extex.backend.documentWriter.svg with parameters of type OutputStreamFactory
 void SVGDocumentWriter.setOutputStreamFactory(OutputStreamFactory writerfactory)
          Setter for the output stream.
 

Uses of OutputStreamFactory in org.extex.backend.outputStream
 

Methods in org.extex.backend.outputStream with parameters of type OutputStreamFactory
 void OutputStreamConsumer.setOutputStreamFactory(OutputStreamFactory factory)
          This method takes an output stream factory for further use.
 

Uses of OutputStreamFactory in org.extex.engine.backend
 

Classes in org.extex.engine.backend that implement OutputStreamFactory
 class OutputFactory
          This factory creates an output stream from a specification in the configuration.
 class TrivialOutputFactory
          The trivial output stream factory is not configurable.
 

Methods in org.extex.engine.backend with parameters of type OutputStreamFactory
 BackendDriver BackendFactory.newInstance(java.lang.String type, OutputStreamFactory outFactory, ResourceFinder finder, java.util.Properties properties, java.lang.String creator, CoreFontFactory fontFactory, ColorConverter colorConverter)
          Acquire an instance of a back-end driver.
 

Uses of OutputStreamFactory in org.extex.interpreter
 

Methods in org.extex.interpreter with parameters of type OutputStreamFactory
 void LoadUnit.define(Configuration configuration, TokenFactory tokenFactory, Context context, Typesetter typesetter, java.util.logging.Logger outputLogger, OutputStreamFactory outputFactory, ResourceFinder resourcefinder)
          Scan a configuration and define the primitives found.
static void LoadUnit.loadUnit(Configuration configuration, Context context, TokenSource source, Typesetter typesetter, java.util.logging.Logger logger, OutputStreamFactory outputFactory, ResourceFinder resourcefinder)
          Prepare the primitives according to their configuration.
 Interpreter InterpreterFactory.newInstance(java.util.Properties properties, OutputStreamFactory outFactory)
          Get a instance for the interface Interpreter.
 

Uses of OutputStreamFactory in org.extex.interpreter.max
 

Methods in org.extex.interpreter.max with parameters of type OutputStreamFactory
 void Max.setOutputStreamFactory(OutputStreamFactory factory)
          This method takes an output stream factory for further use.
 

Uses of OutputStreamFactory in org.extex.language
 

Methods in org.extex.language with parameters of type OutputStreamFactory
 LanguageManager LanguageManagerFactory.newInstance(java.lang.String type, OutputStreamFactory outFactory, ResourceFinder finder)
          Get an instance of a LanguageManager.
 

Uses of OutputStreamFactory in org.extex.language.impl
 

Methods in org.extex.language.impl with parameters of type OutputStreamFactory
 void LoadingLanguageManager.setOutputStreamFactory(OutputStreamFactory factory)
          This method takes an output stream factory for further use.
 

Uses of OutputStreamFactory in org.extex.main.tex
 

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

Uses of OutputStreamFactory in org.extex.unit.extex
 

Methods in org.extex.unit.extex with parameters of type OutputStreamFactory
 void EnsureLoaded.setOutputStreamFactory(OutputStreamFactory factory)
          This method takes an output stream factory for further use.
 

Uses of OutputStreamFactory in org.extex.unit.tex.file
 

Methods in org.extex.unit.tex.file with parameters of type OutputStreamFactory
 void Dump.setOutputStreamFactory(OutputStreamFactory factory)
          This method takes an output stream factory for further use.