|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Language | |
de.dante.extex.interpreter.context | This package contains the container for data in the interpreter. |
de.dante.extex.interpreter.context.impl | This package contains a reference implementation for the
Context . |
de.dante.extex.interpreter.context.tc | This package contains the declarations for a typesetting context. |
de.dante.extex.interpreter.primitives.hyphen | This package contains the primitives for hyphenations in ExTeX. |
de.dante.extex.language | This package contains classes and implementations which describe a language. |
de.dante.extex.language.hyphenation.base | This package contains a implementation for an hyphenation engine. |
de.dante.extex.language.hyphenation.liang | This package contains a implementation for an hyphenation engine. |
de.dante.extex.language.impl | This package contains implementations which describe a language. |
Uses of Language in de.dante.extex.interpreter.context |
Methods in de.dante.extex.interpreter.context that return Language | |
Language |
Context.getLanguage(java.lang.String language)
Getter for the hyphenation record for a given language. |
Methods in de.dante.extex.interpreter.context with parameters of type Language | |
void |
Context.set(Language language,
boolean global)
Setter for the language in the current typesetting context. |
Uses of Language in de.dante.extex.interpreter.context.impl |
Methods in de.dante.extex.interpreter.context.impl that return Language | |
Language |
ContextImpl.getLanguage(java.lang.String language)
|
Methods in de.dante.extex.interpreter.context.impl with parameters of type Language | |
void |
ContextImpl.set(Language language,
boolean global)
|
Uses of Language in de.dante.extex.interpreter.context.tc |
Methods in de.dante.extex.interpreter.context.tc that return Language | |
Language |
TypesettingContextImpl.getLanguage()
|
Language |
TypesettingContext.getLanguage()
Getter for the hyphenation table. |
Methods in de.dante.extex.interpreter.context.tc with parameters of type Language | |
void |
TypesettingContextImpl.setLanguage(Language language)
|
TypesettingContext |
TypesettingContextFactory.newInstance(TypesettingContext context,
Language language)
Factory method to acquire an instance of the TypesettingContext with a new value for the language. |
void |
ModifiableTypesettingContext.setLanguage(Language language)
Setter for the hyphenation table. |
Uses of Language in de.dante.extex.interpreter.primitives.hyphen |
Methods in de.dante.extex.interpreter.primitives.hyphen that return Language | |
protected Language |
AbstractHyphenationCode.getHyphenationTable(Context context)
Getter for the current hyphenation table. |
Uses of Language in de.dante.extex.language |
Subinterfaces of Language in de.dante.extex.language | |
interface |
ModifiableLanguage
This interface extends the interface Language with the ability to receive
a LigatureBuilder . |
Methods in de.dante.extex.language that return Language | |
Language |
LanguageManager.getLanguage(java.lang.String index)
Return the Language for a given name. |
Uses of Language in de.dante.extex.language.hyphenation.base |
Classes in de.dante.extex.language.hyphenation.base that implement Language | |
class |
BaseHyphenationTable
This class stores the values for hyphenations and hyphenates words. |
Uses of Language in de.dante.extex.language.hyphenation.liang |
Classes in de.dante.extex.language.hyphenation.liang that implement Language | |
class |
CompressedLiangsHyphenationTable
This class implements Liang's algorithm for hyphenation with a compressed hyphenation tree. |
class |
LiangsHyphenationTable
This class stores the values for hyphenations and hyphenates words. |
Uses of Language in de.dante.extex.language.impl |
Subinterfaces of Language in de.dante.extex.language.impl | |
interface |
ManagedLanguage
This interface describes a Language
which has a creator assigned. |
Classes in de.dante.extex.language.impl that implement Language | |
class |
FutureLanguage
This class implements the future pattern for a language object. |
Methods in de.dante.extex.language.impl that return Language | |
protected Language |
LoadingLanguageManager.createLanguage(java.lang.String name)
|
Language |
LoadingLanguageManager.createLanguageInstance(java.lang.String name)
|
Language |
LoadingLanguageManager.loadLanguageInstance(java.lang.String name)
|
Language |
LanguageCreator.createLanguageInstance(java.lang.String index)
Create a new instance for the given index if required. |
Language |
LanguageCreator.loadLanguageInstance(java.lang.String index)
Load or create a new instance for the given index if required. |
protected Language |
BaseLanguageManager.createLanguage(java.lang.String name)
Create a new language and put it into the table. |
Language |
BaseLanguageManager.getLanguage(java.lang.String name)
Return the Language for a given name. |
Methods in de.dante.extex.language.impl with parameters of type Language | |
protected boolean |
LoadingLanguageManager.saveTable(java.lang.String name,
Language value)
Try to save the hyphenation table by other means. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |