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 HyphenationTree
Hyphenator. getFopHyphenationTree(java.lang.String key)
Returns a hyphenation tree.HyphenationTree
HyphenationTreeCache. 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 HyphenationTree
Hyphenator. getHyphenationTree(java.lang.String lang, java.lang.String country, InternalResourceResolver resourceResolver, java.util.Map hyphPatNames, FOUserAgent foUserAgent)
static HyphenationTree
Hyphenator. 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 void
HyphenationTreeCache. cache(java.lang.String key, HyphenationTree hTree)
Cache a hyphenation tree under its key.
-