Uses of Class
org.apache.fop.hyphenation.HyphenationTree
-
Packages that use HyphenationTree Package Description org.apache.fop.hyphenation Hyphenation support. -
-
Uses of HyphenationTree in org.apache.fop.hyphenation
Methods in org.apache.fop.hyphenation that return HyphenationTree Modifier and Type Method Description static HyphenationTreeHyphenator. getFopHyphenationTree(java.lang.String key)Returns a hyphenation tree.HyphenationTreeHyphenationTreeCache. getHyphenationTree(java.lang.String lang, java.lang.String country)Looks in the cache if a hyphenation tree is available and returns it if it is found.static HyphenationTreeHyphenator. getHyphenationTree(java.lang.String lang, java.lang.String country, InternalResourceResolver resourceResolver, java.util.Map hyphPatNames, FOUserAgent foUserAgent)static HyphenationTreeHyphenator. getUserHyphenationTree(java.lang.String key, InternalResourceResolver resourceResolver)Load tree from serialized file or xml file using configuration settingsMethods in org.apache.fop.hyphenation with parameters of type HyphenationTree Modifier and Type Method Description voidHyphenationTreeCache. cache(java.lang.String key, HyphenationTree hTree)Cache a hyphenation tree under its key.
-