|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LigatureBuilder | |
|---|---|
| org.extex.language | This package contains classes and implementations which describe a language. |
| org.extex.language.hyphenation.base | This package contains the base hyphenation table implementation. |
| org.extex.language.hyphenation.liang | This package contains a implementation for an hyphenation engine. |
| org.extex.language.impl | This package contains implementations which describe a language. |
| org.extex.language.ligature.impl | This package contains an implementation of a ligature builder. |
| Uses of LigatureBuilder in org.extex.language |
|---|
| Subinterfaces of LigatureBuilder in org.extex.language | |
|---|---|
interface |
Language
This interface describes a container for all language-dependent information. |
interface |
ModifiableLanguage
This interface extends the interface Language with the ability to receive
a LigatureBuilder. |
| Methods in org.extex.language with parameters of type LigatureBuilder | |
|---|---|
void |
ModifiableLanguage.setLigatureBuilder(LigatureBuilder ligatureBuilder)
Setter for the ligature builder. |
| Uses of LigatureBuilder in org.extex.language.hyphenation.base |
|---|
| Classes in org.extex.language.hyphenation.base that implement LigatureBuilder | |
|---|---|
class |
BaseHyphenationTable
This class stores the values for hyphenations and hyphenates words. |
| Methods in org.extex.language.hyphenation.base with parameters of type LigatureBuilder | |
|---|---|
void |
BaseHyphenationTable.setLigatureBuilder(LigatureBuilder builder)
Setter for the ligature builder. |
| Uses of LigatureBuilder in org.extex.language.hyphenation.liang |
|---|
| Classes in org.extex.language.hyphenation.liang that implement LigatureBuilder | |
|---|---|
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 LigatureBuilder in org.extex.language.impl |
|---|
| Subinterfaces of LigatureBuilder in org.extex.language.impl | |
|---|---|
interface |
ManagedLanguage
This interface describes a Language
which has a creator assigned. |
| Classes in org.extex.language.impl that implement LigatureBuilder | |
|---|---|
class |
FutureLanguage
This class implements the future pattern for a language object. |
| Uses of LigatureBuilder in org.extex.language.ligature.impl |
|---|
| Classes in org.extex.language.ligature.impl that implement LigatureBuilder | |
|---|---|
class |
EmptyLigatureBuilder
This class provides an implementation for a ligature builder. |
class |
LigatureBuilderImpl
This class provides an implementation for a ligature builder. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||