com.lowagie.text.pdf.hyphenation |
|
Java Source File Name | Type | Comment |
ByteVector.java | Class | This class implements a simple byte vector with access to the
underlying array. |
CharVector.java | Class | This class implements a simple char vector with access to the
underlying array. |
Hyphen.java | Class | This class represents a hyphen. |
Hyphenation.java | Class | This class represents a hyphenated word. |
HyphenationException.java | Class | |
HyphenationTree.java | Class | This tree structure stores the hyphenation patterns in an efficient
way for fast lookup. |
Hyphenator.java | Class | This class is the main entry point to the hyphenation package. |
PatternConsumer.java | Interface | This interface is used to connect the XML pattern file parser to
the hyphenation tree. |
SimplePatternParser.java | Class | Parses the xml hyphenation pattern. |
TernaryTree.java | Class | Ternary Search Tree.
A ternary search tree is a hibrid between a binary tree and
a digital search tree (trie). |