Uses of Interface
org.extex.resource.ResourceAware

Packages that use ResourceAware
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.itextpdf 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.postscript.converter This package contains converters for the a PostScript DocumentWriter. 
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.font.format.afm This package contains the definitions and implementations for the AFM (Type1) font handling in ExTeX. 
org.extex.font.format.tfm This package contains the definitions and implementations for the TFM-font-metric handling in ExTeX. 
org.extex.font.format.vf This package contains the definitions and implementations for the VF-font-metric handling in ExTeX. 
org.extex.framework This package contains some classes and interfaces for dealing with components in general. 
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. 
org.extex.unit.extex   
org.extex.unit.omega.ocp This package contains primitives defined in Omega. 
org.extex.unit.omega.translation This package contains primitives defined in Omega for tranlations. 
 

Uses of ResourceAware in org.extex.backend
 

Classes in org.extex.backend that implement ResourceAware
 class BackendDriverImpl
          This back-end driver can be used to combine several components.
 

Uses of ResourceAware in org.extex.backend.documentWriter
 

Classes in org.extex.backend.documentWriter that implement ResourceAware
 class DocumentWriterFactory
          This is the factory to provide an instance of a document writer.
 

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

Classes in org.extex.backend.documentWriter.itextpdf that implement ResourceAware
 class TwoPassDocumentWriter
          Implementation of a pdf document writer with iText.
 

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

Classes in org.extex.backend.documentWriter.postscript that implement ResourceAware
 class AbstractPostscriptWriter
          This is the abstract base class for document writers producing PostScript code.
 class EpsWriter
          This document writer produces Encapsulated Postscript documents.
 class PsWriter
          This document writer produces multi-page PostScript documents.
 

Uses of ResourceAware in org.extex.backend.documentWriter.postscript.converter
 

Classes in org.extex.backend.documentWriter.postscript.converter that implement ResourceAware
 class AbstractConverter
          This is the abstract base class for an PS converter.
 class PsBasicConverter
          This class provides a converter to PostScript code.
 class PsBoxConverter
          This class provides a converter to PostScript code which shows mainly the boxes of the characters.
 

Uses of ResourceAware in org.extex.color
 

Classes in org.extex.color that implement ResourceAware
 class ColorConverterFacory
          This is the factory to provide an instance of a color converter.
 

Uses of ResourceAware in org.extex.engine
 

Classes in org.extex.engine that implement ResourceAware
 class ErrorHandlerFactory
          This is the factory for instances of ErrorHandler.
 

Uses of ResourceAware in org.extex.engine.backend
 

Classes in org.extex.engine.backend that implement ResourceAware
 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 ResourceAware in org.extex.engine.typesetter
 

Classes in org.extex.engine.typesetter that implement ResourceAware
 class OutputRoutineFactory
          This class provides a factory for the output routines.
 class TypesetterFactory
          This is the factory for instances of Typesetter.
 

Uses of ResourceAware in org.extex.font
 

Classes in org.extex.font that implement ResourceAware
 class FontFactoryImpl
          Factory to load a font.
 class FontKeyFactory
          Factory for the FontKey.
 

Uses of ResourceAware in org.extex.font.format.afm
 

Classes in org.extex.font.format.afm that implement ResourceAware
 class LoadableAfmFont
          Class to load afm fonts.
 

Uses of ResourceAware in org.extex.font.format.tfm
 

Classes in org.extex.font.format.tfm that implement ResourceAware
 class LoadableTfmFont
          Class to load tfm fonts.
 

Uses of ResourceAware in org.extex.font.format.vf
 

Classes in org.extex.font.format.vf that implement ResourceAware
 class LoadableVfFont
          Class to load the virtual font.
 

Uses of ResourceAware in org.extex.framework
 

Classes in org.extex.framework that implement ResourceAware
 class AbstractFactory
          This is the abstract base class for factories.
 

Uses of ResourceAware in org.extex.interpreter
 

Classes in org.extex.interpreter that implement ResourceAware
 class InterpreterFactory
          This class provides a factory for Interpreters.
 class LoadUnit
          This is a factory load to units from a configuration.
 

Uses of ResourceAware in org.extex.interpreter.context
 

Classes in org.extex.interpreter.context that implement ResourceAware
 class ContextFactory
          This class provides a factory for a Context.
 

Uses of ResourceAware in org.extex.interpreter.max
 

Classes in org.extex.interpreter.max that implement ResourceAware
 class TokenFactoryFactory
          This class provides a factory for a TokenFactory.
 

Uses of ResourceAware in org.extex.interpreter.unit
 

Classes in org.extex.interpreter.unit that implement ResourceAware
 class LoaderFactory
          This is the factory for instances of Loader.
 class UnitInfoFactory
          This is the factory for instances of UnitInfo.
 

Uses of ResourceAware in org.extex.language
 

Classes in org.extex.language that implement ResourceAware
 class LanguageManagerFactory
          This class provides a factory for a LanguageManager.
 

Uses of ResourceAware in org.extex.language.impl
 

Classes in org.extex.language.impl that implement ResourceAware
 class BaseLanguageManager
          This class manages the HyphenationTables.
 class LoadingLanguageManager
          This class manages the Languages.
 

Uses of ResourceAware in org.extex.scanner.stream
 

Classes in org.extex.scanner.stream that implement ResourceAware
 class TokenStreamFactory
          This is the factory to provide an instance of a TokenStream.
 

Uses of ResourceAware in org.extex.typesetter.tc
 

Classes in org.extex.typesetter.tc that implement ResourceAware
 class TypesettingContextFactory
          This class provides a factory for a TypesettingContext.
 

Uses of ResourceAware in org.extex.unit.dynamic
 

Classes in org.extex.unit.dynamic that implement ResourceAware
protected static class NativeDef.Factory
          This inner class provides access to the functionality of an abstract factory.
 

Uses of ResourceAware in org.extex.unit.extex
 

Classes in org.extex.unit.extex that implement ResourceAware
 class EnsureLoaded
          This primitive initiates the loading of native code and implements the primitive \ensureloaded.
 

Uses of ResourceAware in org.extex.unit.omega.ocp
 

Classes in org.extex.unit.omega.ocp that implement ResourceAware
 class OcpPrimitive
          This class provides an implementation for the primitive \ocp.
 

Uses of ResourceAware in org.extex.unit.omega.translation
 

Classes in org.extex.unit.omega.translation that implement ResourceAware
 class DefaultInputTranslation
          This class provides an implementation for the primitive \DefaultInputTranslation.
 class DefaultOutputTranslation
          This class provides an implementation for the primitive \DefaultOutputTranslation.
 class InputTranslation
          This class provides an implementation for the primitive \InputTranslation.