fop 0.95

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

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

Uses of Hyphenation in org.apache.fop.hyphenation
 

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


fop 0.95

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