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

Uses in package org.apache.fop.hyphenation

Methods with parameter type org.apache.fop.hyphenation.HyphenationTree

void
Cache a hyphenation tree under its key.

Methods with return type org.apache.fop.hyphenation.HyphenationTree

HyphenationTree
Returns a hyphenation tree.
HyphenationTree
HyphenationTreeCache.getHyphenationTree(String lang, String country)
Looks in the cache if a hyphenation tree is available and returns it if it is found.
HyphenationTree
Hyphenator.getHyphenationTree(String lang, String country)
Returns a hyphenation tree for a given language and country.
HyphenationTree
Hyphenator.getHyphenationTree(String lang, String country, HyphenationTreeResolver resolver)
Returns a hyphenation tree for a given language and country.
HyphenationTree
Hyphenator.getUserHyphenationTree(String key, String hyphenDir)
Load tree from serialized file or xml file using configuration settings
HyphenationTree
Load tree from serialized file or xml file using configuration settings

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