Uses of Class
org.extex.framework.AbstractFactory

Packages that use AbstractFactory
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.color This package contains some classes for color support. 
org.extex.engine This package contains the core engine of ExTeX
org.extex.engine.backend This package contains the backend support of the core engine of ExTeX
org.extex.engine.typesetter This package contains the typesetter support of the core engine of ExTeX
org.extex.font This package contains the core data types for fonts in ExTeX. 
org.extex.interpreter This package contains the macro expansion engine and all supporting classes. 
org.extex.interpreter.context This package contains the container for data in the interpreter. 
org.extex.interpreter.max This package contains the macro expansion engine and supporting classes. 
org.extex.interpreter.unit This package contains utilities. 
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.scanner.stream This package contains the stream definitions and implementations supported for the scanner. 
org.extex.typesetter.tc This package contains the declarations for a typesetting context. 
org.extex.unit.dynamic This package contains primitives for extending ExTeX with foreign langauges. 
 

Uses of AbstractFactory in org.extex.backend.documentWriter
 

Subclasses of AbstractFactory in org.extex.backend.documentWriter
 class DocumentWriterFactory
          This is the factory to provide an instance of a document writer.
 

Uses of AbstractFactory in org.extex.color
 

Subclasses of AbstractFactory in org.extex.color
 class ColorConverterFacory
          This is the factory to provide an instance of a color converter.
 

Uses of AbstractFactory in org.extex.engine
 

Subclasses of AbstractFactory in org.extex.engine
 class ErrorHandlerFactory
          This is the factory for instances of ErrorHandler.
 

Uses of AbstractFactory in org.extex.engine.backend
 

Subclasses of AbstractFactory in org.extex.engine.backend
 class BackendFactory
          This class provides a factory for the back-end.
 class OutputFactory
          This factory creates an output stream from a specification in the configuration.
 

Uses of AbstractFactory in org.extex.engine.typesetter
 

Subclasses of AbstractFactory in org.extex.engine.typesetter
 class OutputRoutineFactory
          This class provides a factory for the output routines.
 class TypesetterFactory
          This is the factory for instances of Typesetter.
 

Uses of AbstractFactory in org.extex.font
 

Subclasses of AbstractFactory in org.extex.font
 class FontFactoryImpl
          Factory to load a font.
 class FontKeyFactory
          Factory for the FontKey.
 

Uses of AbstractFactory in org.extex.interpreter
 

Subclasses of AbstractFactory in org.extex.interpreter
 class InterpreterFactory
          This class provides a factory for Interpreters.
 class LoadUnit
          This is a factory load to units from a configuration.
 

Uses of AbstractFactory in org.extex.interpreter.context
 

Subclasses of AbstractFactory in org.extex.interpreter.context
 class ContextFactory
          This class provides a factory for a Context.
 

Uses of AbstractFactory in org.extex.interpreter.max
 

Subclasses of AbstractFactory in org.extex.interpreter.max
 class TokenFactoryFactory
          This class provides a factory for a TokenFactory.
 

Uses of AbstractFactory in org.extex.interpreter.unit
 

Subclasses of AbstractFactory in org.extex.interpreter.unit
 class LoaderFactory
          This is the factory for instances of Loader.
 class UnitInfoFactory
          This is the factory for instances of UnitInfo.
 

Uses of AbstractFactory in org.extex.language
 

Subclasses of AbstractFactory in org.extex.language
 class LanguageManagerFactory
          This class provides a factory for a LanguageManager.
 

Uses of AbstractFactory in org.extex.language.impl
 

Subclasses of AbstractFactory in org.extex.language.impl
 class BaseLanguageManager
          This class manages the HyphenationTables.
 class LoadingLanguageManager
          This class manages the Languages.
 

Uses of AbstractFactory in org.extex.scanner.stream
 

Subclasses of AbstractFactory in org.extex.scanner.stream
 class TokenStreamFactory
          This is the factory to provide an instance of a TokenStream.
 

Uses of AbstractFactory in org.extex.typesetter.tc
 

Subclasses of AbstractFactory in org.extex.typesetter.tc
 class TypesettingContextFactory
          This class provides a factory for a TypesettingContext.
 

Uses of AbstractFactory in org.extex.unit.dynamic
 

Subclasses of AbstractFactory in org.extex.unit.dynamic
protected static class NativeDef.Factory
          This inner class provides access to the functionality of an abstract factory.