Uses of Class
org.extex.engine.backend.OutputFactory

Packages that use OutputFactory
org.extex This package contains ExTeX – an implementation of a typesetting engine based on the concepts of TeX
org.extex.engine.backend This package contains the backend support of the core engine of ExTeX
org.extex.main.tex This package contains some support classes for the ExTeX main program. 
 

Uses of OutputFactory in org.extex
 

Methods in org.extex that return OutputFactory
protected  OutputFactory ExTeX.makeOutputFactory(java.lang.String jobname, Configuration config)
          Create the output factory.
 

Uses of OutputFactory in org.extex.engine.backend
 

Methods in org.extex.engine.backend with parameters of type OutputFactory
 void OutputFactory.register(java.lang.String type, OutputFactory factory)
          Register a handler for creation of an output stream of a certain type.
 

Uses of OutputFactory in org.extex.main.tex
 

Methods in org.extex.main.tex that return OutputFactory
protected  OutputFactory TeX.makeOutputFactory(java.lang.String jobname, Configuration config)
          Create the output factory.
 

Methods in org.extex.main.tex with parameters of type OutputFactory
 void FileRecorder.setOutputFactory(OutputFactory outputFactory)
          Setter for outputFactory.