fop 2.2

Uses of Class
org.apache.fop.hyphenation.HyphenationTree

Packages that use HyphenationTree
org.apache.fop.hyphenation Hyphenation support. 
 

Uses of HyphenationTree in org.apache.fop.hyphenation
 

Methods in org.apache.fop.hyphenation that return HyphenationTree
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 resolver, java.util.Map hyphPatNames)
          Returns a hyphenation tree for a given language and country, with fallback from (lang,country) to (lang).
static HyphenationTree Hyphenator.getHyphenationTree(java.lang.String lang, java.lang.String country, InternalResourceResolver resourceResolver, java.util.Map hyphPatNames, EventBroadcaster eventBroadcaster)
           
static HyphenationTree Hyphenator.getUserHyphenationTree(java.lang.String key, InternalResourceResolver resourceResolver)
          Load tree from serialized file or xml file using configuration settings
 

Methods in org.apache.fop.hyphenation with parameters of type HyphenationTree
 void HyphenationTreeCache.cache(java.lang.String key, HyphenationTree hTree)
          Cache a hyphenation tree under its key.
 


fop 2.2

Copyright 1999-2017 The Apache Software Foundation. All Rights Reserved.