Uses of Class
org.apache.fop.layout.hyphenation.Hyphenation

Packages that use Hyphenation
org.apache.fop.layout.hyphenation 

Uses of Hyphenation in org.apache.fop.layout.hyphenation
 

Methods in org.apache.fop.layout.hyphenation that return Hyphenation
HyphenationHyphenationTree.hyphenate(char[] w, int offset, int len, int remainCharCount, int pushCharCount)
          Hyphenate word and return an array of hyphenation points.
HyphenationHyphenationTree.hyphenate(String word, int remainCharCount, int pushCharCount)
          Hyphenate word and return a Hyphenation object.
HyphenationHyphenator.hyphenate(char[] word, int offset, int len)
          
static HyphenationHyphenator.hyphenate(String lang, String country, char[] word, int offset, int len, int leftMin, int rightMin)
          
static HyphenationHyphenator.hyphenate(String lang, String country, String word, int leftMin, int rightMin)
          
HyphenationHyphenator.hyphenate(String word)