|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Configuration | |
|---|---|
| org.extex | This package contains |
| org.extex.backend.documentWriter | This package contains the backends of |
| 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.color | This package contains some classes for color support. |
| org.extex.engine | This package contains the core engine of |
| org.extex.font | This package contains the core data types for fonts in ExTeX. |
| org.extex.framework | This package contains some classes and interfaces for dealing with components in general. |
| org.extex.framework.configuration | This package contains some classes and interfaces for dealing with configuration of components. |
| org.extex.framework.configuration.exception | This package contains some exception classes for the configuration. |
| org.extex.framework.configuration.impl | This package contains implementations for a configuration. |
| 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.context.impl.extension | |
| org.extex.interpreter.max | This package contains the macro expansion engine and supporting classes. |
| 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. |
| org.extex.resource | This package contains some classes and interfaces for dealing with searching for resources like files. |
| org.extex.scanner.base | This package contains a basic implementation for a
TokenStream. |
| org.extex.scanner.stream | This package contains the stream definitions and implementations supported for the scanner. |
| org.extex.scanner.stream.impl32 | This package contains the implementations for different
TokenStream implementations. |
| org.extex.typesetter.impl | This package contains an implmentation of a typesetter and its associated classes. |
| org.extex.typesetter.tc | This package contains the declarations for a typesetting context. |
| org.extex.unit.base.file | This package contains primitives to handle files. |
| org.extex.unit.base.register.toks | This package contains token register primitives for the |
| org.extex.unit.dynamic | This package contains primitives for extending ExTeX with foreign langauges. |
| org.extex.unit.etex.info | |
| org.extex.unit.pdftex | This package contains primitives for |
| org.extex.unit.tex | This package contains classes for the primitives which are mapped to Java code. |
| org.extex.unit.tex.register.count | This package contains primitives for the manipulation of count registers. |
| org.extex.unit.tex.register.dimen | This package contains primitives for the manipulation of dimen registers. |
| Uses of Configuration in org.extex |
|---|
| Methods in org.extex with parameters of type Configuration | |
|---|---|
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 ColorConverter |
ExTeX.makeColorConverter(Configuration config)
Make a new instance of a color converter. |
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 Font |
ExTeX.makeDefaultFont(Configuration config,
CoreFontFactory fontFactory)
Create a default font for the interpreter context. |
protected CoreFontFactory |
ExTeX.makeFontFactory(Configuration config,
ResourceFinder finder)
Create a new font factory. |
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 OutputFactory |
ExTeX.makeOutputFactory(java.lang.String jobname,
Configuration config)
Create the output factory. |
protected ResourceFinder |
ExTeX.makeResourceFinder(Configuration config)
Create a ResourceFinder. |
protected TokenFactory |
ExTeX.makeTokenFactory(Configuration config)
Prepare the token factory according to its configuration. |
protected TokenStreamFactory |
ExTeX.makeTokenStreamFactory(Configuration config,
ResourceFinder finder)
Create a TokenStreamFactory. |
protected Typesetter |
ExTeX.makeTypesetter(Interpreter interpreter,
Configuration config,
OutputStreamFactory outFactory,
ResourceFinder finder,
CoreFontFactory fontFactory)
Create a new typesetter. |
protected void |
ExTeX.showBanner(Configuration configuration,
java.util.logging.Level priority)
Print the program banner to the logger stream and remember that this has been done already to avoid repetition. |
| Uses of Configuration in org.extex.backend.documentWriter |
|---|
| Constructors in org.extex.backend.documentWriter with parameters of type Configuration | |
|---|---|
DocumentWriterFactory(Configuration configuration,
java.util.logging.Logger logger)
Creates a new object. |
|
| Uses of Configuration in org.extex.backend.documentWriter.dump |
|---|
| Methods in org.extex.backend.documentWriter.dump with parameters of type Configuration | |
|---|---|
void |
MultiDumpDocumentWriter.configure(Configuration config)
Configure an object according to a given Configuration. |
void |
DumpDocumentWriter.configure(Configuration config)
Configure an object according to a given Configuration. |
| Uses of Configuration in org.extex.backend.documentWriter.dvi |
|---|
| Constructors in org.extex.backend.documentWriter.dvi with parameters of type Configuration | |
|---|---|
DviDocumentWriter(Configuration theCfg,
DocumentWriterOptions options)
Creates a new instance. |
|
| Uses of Configuration in org.extex.backend.documentWriter.dvix |
|---|
| Methods in org.extex.backend.documentWriter.dvix with parameters of type Configuration | |
|---|---|
void |
DviDocumentWriter.configure(Configuration config)
Configure an object according to a given Configuration. |
| Uses of Configuration in org.extex.backend.documentWriter.itextpdf |
|---|
| Methods in org.extex.backend.documentWriter.itextpdf with parameters of type Configuration | |
|---|---|
void |
TwoPassDocumentWriter.configure(Configuration config)
Configure an object according to a given Configuration. |
void |
PdfDocumentWriter.configure(Configuration config)
Configure an object according to a given Configuration. |
| Constructors in org.extex.backend.documentWriter.itextpdf with parameters of type Configuration | |
|---|---|
PdfDocumentWriter(Configuration config,
DocumentWriterOptions options)
Creates a new object. |
|
TwoPassDocumentWriter(Configuration config,
DocumentWriterOptions options)
Creates a new object. |
|
| Uses of Configuration in org.extex.backend.documentWriter.pdf |
|---|
| Constructors in org.extex.backend.documentWriter.pdf with parameters of type Configuration | |
|---|---|
PdfDocumentWriter(Configuration cfg,
DocumentWriterOptions options)
Creates a new object. |
|
PdfSinglePageDocumentWriter(Configuration cfg,
DocumentWriterOptions options)
Creates a new object. |
|
| Uses of Configuration in org.extex.backend.documentWriter.postscript |
|---|
| Methods in org.extex.backend.documentWriter.postscript with parameters of type Configuration | |
|---|---|
void |
AbstractPostscriptWriter.configure(Configuration config)
Configure an object according to a given Configuration. |
| Uses of Configuration in org.extex.backend.documentWriter.rtf |
|---|
| Methods in org.extex.backend.documentWriter.rtf with parameters of type Configuration | |
|---|---|
void |
RtfDocumentWriter.configure(Configuration config)
Configure an object according to a given Configuration. |
| Uses of Configuration in org.extex.backend.documentWriter.svg |
|---|
| Constructors in org.extex.backend.documentWriter.svg with parameters of type Configuration | |
|---|---|
SVGDocumentWriter(Configuration cfg,
DocumentWriterOptions options)
Creates a new object. |
|
| Uses of Configuration in org.extex.backend.documentWriter.text |
|---|
| Constructors in org.extex.backend.documentWriter.text with parameters of type Configuration | |
|---|---|
TextDocumentWriter(Configuration cfg,
DocumentWriterOptions options)
Creates a new object. |
|
| Uses of Configuration in org.extex.backend.documentWriter.xml |
|---|
| Methods in org.extex.backend.documentWriter.xml with parameters of type Configuration | |
|---|---|
void |
XMLDocumentWriter.configure(Configuration cfg)
|
| Constructors in org.extex.backend.documentWriter.xml with parameters of type Configuration | |
|---|---|
XMLDocumentWriter(Configuration cfg,
DocumentWriterOptions options)
Creates a new object. |
|
| Uses of Configuration in org.extex.color |
|---|
| Constructors in org.extex.color with parameters of type Configuration | |
|---|---|
ColorConverterFacory(Configuration config,
java.util.logging.Logger logger)
Creates a new object. |
|
| Uses of Configuration in org.extex.engine |
|---|
| Constructors in org.extex.engine with parameters of type Configuration | |
|---|---|
ErrorHandlerFactory(Configuration configuration)
Creates a new object and configures it according to the parameter. |
|
| Uses of Configuration in org.extex.font |
|---|
| Methods in org.extex.font with parameters of type Configuration | |
|---|---|
void |
FontFactoryImpl.configure(Configuration configuration)
Configure an object according to a given Configuration. |
| Uses of Configuration in org.extex.framework |
|---|
| Methods in org.extex.framework that return Configuration | |
|---|---|
Configuration |
AbstractFactory.getConfiguration()
Getter for configuration. |
protected Configuration |
AbstractFactory.selectConfiguration(java.lang.String type)
Select a sub-configuration with a given name. |
| Methods in org.extex.framework with parameters of type Configuration | |
|---|---|
void |
AbstractFactory.configure(Configuration configuration)
Configure an object according to a given Configuration. |
static void |
AbstractFactory.configure(java.lang.Object instance,
Configuration configuration)
Configure an instance if this instance supports configuration. |
protected java.lang.Object |
AbstractFactory.createInstanceForConfiguration(Configuration config,
java.lang.Class<?> target)
Create a new instance for a given configuration. |
protected java.lang.Object |
AbstractFactory.createInstanceForConfiguration(Configuration config,
java.lang.Class<?> target,
java.lang.Class<?> argClass,
java.lang.Object arg)
Create a new instance for a given configuration with an additional argument for the constructor. |
protected java.lang.Object |
AbstractFactory.createInstanceForConfiguration(Configuration config,
java.lang.Class<?> target,
java.lang.Object arg)
Create a new instance for a given configuration. |
| Constructors in org.extex.framework with parameters of type Configuration | |
|---|---|
AbstractFactory(Configuration configuration)
Creates a new factory object. |
|
| Uses of Configuration in org.extex.framework.configuration |
|---|
| Methods in org.extex.framework.configuration that return Configuration | |
|---|---|
Configuration |
Configuration.findConfiguration(java.lang.String key)
Extract a sub-configuration with a given name. |
Configuration |
Configuration.findConfiguration(java.lang.String key,
java.lang.String attribute)
Extract a sub-configuration with a given name and a given attribute. |
Configuration |
Configuration.getConfiguration(java.lang.String key)
Extract a sub-configuration with a given name. |
Configuration |
Configuration.getConfiguration(java.lang.String key,
java.lang.String attribute)
Extract a sub-configuration with a given name and a given attribute. |
Configuration |
ConfigurationLoader.loadConfiguration(java.lang.String resource)
Load a resource from an external source. |
static Configuration |
ConfigurationFactory.newInstance(java.lang.String source)
Delivers a new Configuration
object which is initialized from a named source. |
| Methods in org.extex.framework.configuration that return types with arguments of type Configuration | |
|---|---|
java.util.Iterator<Configuration> |
Configuration.iterator()
Get an iterator for all sub-configurations. |
java.util.Iterator<Configuration> |
Configuration.iterator(java.lang.String key)
Retrieve an iterator over all items of a sub-configuration. |
| Methods in org.extex.framework.configuration with parameters of type Configuration | |
|---|---|
void |
Configurable.configure(Configuration config)
Configure an object according to a given Configuration. |
| Uses of Configuration in org.extex.framework.configuration.exception |
|---|
| Constructors in org.extex.framework.configuration.exception with parameters of type Configuration | |
|---|---|
ConfigurationClassNotFoundException(java.lang.String className,
Configuration config)
Creates a new object. |
|
ConfigurationInvalidClassException(java.lang.String className,
java.lang.String interfaceName,
Configuration config)
Creates a new object. |
|
ConfigurationInvalidConstructorException(java.lang.String className,
Configuration config)
Creates a new object. |
|
ConfigurationMissingAttributeException(java.lang.String message,
Configuration origin)
Create a new object. |
|
ConfigurationNoSuchMethodException(java.lang.String className,
Configuration config)
Creates a new object. |
|
| Uses of Configuration in org.extex.framework.configuration.impl |
|---|
| Classes in org.extex.framework.configuration.impl that implement Configuration | |
|---|---|
class |
MultiConfiguration
Container for several Configuration
objects. |
class |
TexConfiguration
This configuration represents a TeX like file format. |
class |
XmlConfiguration
This class provides means to deal with configurations stored as XML files. |
| Methods in org.extex.framework.configuration.impl that return Configuration | |
|---|---|
Configuration |
TexConfiguration.findConfiguration(java.lang.String key)
Extract a sub-configuration with a given name. |
Configuration |
XmlConfiguration.findConfiguration(java.lang.String name)
Extract a sub-configuration with a given name. |
Configuration |
MultiConfiguration.findConfiguration(java.lang.String key)
Extract a sub-configuration with a given name. |
Configuration |
TexConfiguration.findConfiguration(java.lang.String key,
java.lang.String attribute)
Extract a sub-configuration with a given name and a given attribute. |
Configuration |
XmlConfiguration.findConfiguration(java.lang.String key,
java.lang.String attribute)
Extract a sub-configuration with a given name and a given attribute. |
Configuration |
MultiConfiguration.findConfiguration(java.lang.String key,
java.lang.String attribute)
|
Configuration |
TexConfiguration.getConfiguration(java.lang.String key)
Extract a sub-configuration with a given name. |
Configuration |
XmlConfiguration.getConfiguration(java.lang.String name)
Extract a sub-configuration with a given name. |
Configuration |
MultiConfiguration.getConfiguration(java.lang.String key)
|
Configuration |
TexConfiguration.getConfiguration(java.lang.String key,
java.lang.String attribute)
Extract a sub-configuration with a given name and a given attribute. |
Configuration |
XmlConfiguration.getConfiguration(java.lang.String key,
java.lang.String attribute)
Extract a sub-configuration with a given name and a given attribute. |
Configuration |
MultiConfiguration.getConfiguration(java.lang.String key,
java.lang.String attribute)
|
Configuration |
MultiConfigurationIterator.next()
Returns the next element in the iteration. |
protected Configuration |
XmlConfiguration.src(java.lang.String name,
org.w3c.dom.Node node)
Recursively follow the src attribute if present. |
| Methods in org.extex.framework.configuration.impl that return types with arguments of type Configuration | |
|---|---|
java.util.Iterator<Configuration> |
TexConfiguration.iterator()
Get an iterator for all sub-configurations. |
java.util.Iterator<Configuration> |
XmlConfiguration.iterator()
Get an iterator for all sub-configurations. |
java.util.Iterator<Configuration> |
MultiConfiguration.iterator()
|
java.util.Iterator<Configuration> |
TexConfiguration.iterator(java.lang.String key)
Retrieve an iterator over all items of a sub-configuration. |
java.util.Iterator<Configuration> |
XmlConfiguration.iterator(java.lang.String key)
Retrieve an iterator over all items of a sub-configuration. |
java.util.Iterator<Configuration> |
MultiConfiguration.iterator(java.lang.String key)
Retrieve an iterator over all items of a sub-configuration. |
| Constructors in org.extex.framework.configuration.impl with parameters of type Configuration | |
|---|---|
MultiConfiguration(Configuration[] parts)
Creates a new object. |
|
MultiConfigurationIterator(Configuration[] theConfigs,
java.lang.String theKey)
Creates a new object. |
|
| Uses of Configuration in org.extex.interpreter |
|---|
| Methods in org.extex.interpreter with parameters of type Configuration | |
|---|---|
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. |
| Constructors in org.extex.interpreter with parameters of type Configuration | |
|---|---|
InterpreterFactory(Configuration configuration,
java.util.logging.Logger logger)
Creates a new factory object. |
|
| Uses of Configuration in org.extex.interpreter.context |
|---|
| Constructors in org.extex.interpreter.context with parameters of type Configuration | |
|---|---|
ContextFactory(Configuration configuration,
java.util.logging.Logger logger)
Creates a new object. |
|
| Uses of Configuration in org.extex.interpreter.context.impl.extension |
|---|
| Constructors in org.extex.interpreter.context.impl.extension with parameters of type Configuration | |
|---|---|
ContextExtensionImpl(Configuration config)
Creates a new object. |
|
| Uses of Configuration in org.extex.interpreter.max |
|---|
| Methods in org.extex.interpreter.max with parameters of type Configuration | |
|---|---|
void |
Max.configure(Configuration config)
Apply the configuration options found in the given configuration object. |
| Uses of Configuration in org.extex.interpreter.max.context |
|---|
| Methods in org.extex.interpreter.max.context with parameters of type Configuration | |
|---|---|
void |
ContextImpl.configure(Configuration configuration)
Configure an object according to a given Configuration. |
| Constructors in org.extex.interpreter.max.context with parameters of type Configuration | |
|---|---|
GroupFactory(Configuration config)
Creates a new object. |
|
| Uses of Configuration in org.extex.main.tex |
|---|
| Methods in org.extex.main.tex with parameters of type Configuration | |
|---|---|
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. |
protected OutputFactory |
TeX.makeOutputFactory(java.lang.String jobname,
Configuration config)
Create the output factory. |
protected TokenStreamFactory |
TeX.makeTokenStreamFactory(Configuration config,
ResourceFinder finder)
Create a TokenStreamFactory. |
| Constructors in org.extex.main.tex with parameters of type Configuration | |
|---|---|
ResourceFinderImpl(Configuration theConfiguration)
Creates a new object. |
|
| Uses of Configuration in org.extex.resource |
|---|
| Methods in org.extex.resource that return Configuration | |
|---|---|
protected Configuration |
AbstractFinder.getConfiguration()
Getter for configuration. |
| Methods in org.extex.resource with parameters of type Configuration | |
|---|---|
ResourceFinder |
ResourceFinderFactory.createResourceFinder(Configuration config,
java.util.logging.Logger logger,
java.util.Properties properties,
InteractionIndicator provider)
Get an instance of a resource finder. |
| Constructors in org.extex.resource with parameters of type Configuration | |
|---|---|
AbstractFinder(Configuration configuration)
Creates a new object. |
|
ClasspathArchiveFinder(Configuration configuration)
Creates a new object. |
|
ClasspathFinder(Configuration configuration)
Creates a new object. |
|
FileFinder(Configuration configuration)
Creates a new object. |
|
FileFinderRPath(Configuration configuration)
Creates a new object. |
|
LsrFinder(Configuration configuration)
Creates a new object. |
|
UrlFinder(Configuration configuration)
Creates a new object. |
|
| Uses of Configuration in org.extex.scanner.base |
|---|
| Constructors in org.extex.scanner.base with parameters of type Configuration | |
|---|---|
TokenStreamImpl(Configuration config,
TokenStreamOptions options,
java.io.Reader reader,
java.lang.Boolean isFile,
java.lang.String theSource)
Creates a new object. |
|
| Uses of Configuration in org.extex.scanner.stream |
|---|
| Methods in org.extex.scanner.stream with parameters of type Configuration | |
|---|---|
void |
TokenStreamFactory.configure(Configuration config)
Configure an object according to a given Configuration. |
| Uses of Configuration in org.extex.scanner.stream.impl32 |
|---|
| Constructors in org.extex.scanner.stream.impl32 with parameters of type Configuration | |
|---|---|
TokenStreamImpl(Configuration config,
TokenStreamOptions options,
java.io.Reader reader,
java.lang.Boolean isFile,
java.lang.String theSource)
Creates a new object. |
|
TokenStreamImpl32(Configuration config,
TokenStreamOptions options,
java.io.Reader reader,
java.lang.Boolean isFile,
java.lang.String theSource)
Creates a new object. |
|
| Uses of Configuration in org.extex.typesetter.impl |
|---|
| Methods in org.extex.typesetter.impl with parameters of type Configuration | |
|---|---|
void |
NullTypesetterImpl.configure(Configuration config)
Configure an object according to a given Configuration. |