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