org.apache.fop.layout.hyphenation
Class Diagram hyphenation

Class Summary
ByteVectorThis class implements a simple byte vector with access to the underlying array.
CharVectorThis class implements a simple char vector with access to the underlying array.
HyphenThis class represents a hyphen.
HyphenationThis class represents a hyphenated word.
HyphenationException 
HyphenationTreeThis tree structure stores the hyphenation patterns in an efficient way for fast lookup.
HyphenatorThis class is the main entry point to the hyphenation package.
PatternConsumerThis interface is used to connect the XML pattern file parser to the hyphenation tree.
PatternParserA SAX document handler to read and parse hyphenation patterns from a XML file.
TernaryTreeTernary Search Tree A ternary search tree is a hibrid between a binary tree and a digital search tree (trie).