Uses of Class
org.apache.fop.hyphenation.TernaryTree
-
Packages that use TernaryTree Package Description org.apache.fop.hyphenation Hyphenation support. -
-
Uses of TernaryTree in org.apache.fop.hyphenation
Subclasses of TernaryTree in org.apache.fop.hyphenation Modifier and Type Class Description classHyphenationTreeThis tree structure stores the hyphenation patterns in an efficient way for fast lookup.Fields in org.apache.fop.hyphenation declared as TernaryTree Modifier and Type Field Description protected TernaryTreeHyphenationTree. classmapThis map stores the character classesprivate TernaryTreeHyphenationTree. ivaluesTemporary map to store interletter values on pattern loading.Methods in org.apache.fop.hyphenation with parameters of type TernaryTree Modifier and Type Method Description private voidTernaryTree. compact(CharVector kx, TernaryTree map, char p)
-