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

Uses in package org.apache.fop.hyphenation

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

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

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