Uses of Class
com.itextpdf.layout.hyphenation.TernaryTree.TreeInsertionParams
-
Packages that use TernaryTree.TreeInsertionParams Package Description com.itextpdf.layout.hyphenation -
-
Uses of TernaryTree.TreeInsertionParams in com.itextpdf.layout.hyphenation
Methods in com.itextpdf.layout.hyphenation with parameters of type TernaryTree.TreeInsertionParams Modifier and Type Method Description private charTernaryTree. insert(TernaryTree.TreeInsertionParams params)The actual insertion function, recursive version.private charTernaryTree. insertIntoExistingBranch(TernaryTree.TreeInsertionParams params)private java.lang.CharacterTernaryTree. insertNewBranchIfNeeded(TernaryTree.TreeInsertionParams params)
-