Uses of Class
com.itextpdf.text.pdf.hyphenation.TernaryTree
-
Packages that use TernaryTree Package Description com.itextpdf.text.pdf.hyphenation -
-
Uses of TernaryTree in com.itextpdf.text.pdf.hyphenation
Subclasses of TernaryTree in com.itextpdf.text.pdf.hyphenation Modifier and Type Class Description class
HyphenationTree
This tree structure stores the hyphenation patterns in an efficient way for fast lookup.Fields in com.itextpdf.text.pdf.hyphenation declared as TernaryTree Modifier and Type Field Description protected TernaryTree
HyphenationTree. classmap
This map stores the character classesprivate TernaryTree
HyphenationTree. ivalues
Temporary map to store interletter values on pattern loading.Methods in com.itextpdf.text.pdf.hyphenation with parameters of type TernaryTree Modifier and Type Method Description private void
TernaryTree. compact(CharVector kx, TernaryTree map, char p)
-