Uses of Class
au.id.pbw.hyfo.hyph.BreakMinima

Packages that use BreakMinima
au.id.pbw.hyfo.hyph The main package of HyFo
 

Uses of BreakMinima in au.id.pbw.hyfo.hyph
 

Fields in au.id.pbw.hyfo.hyph declared as BreakMinima
protected  BreakMinima Alphabet.minima
          The minimum number of characters allowed before and after hyphenation for this Alphabet.
 

Methods in au.id.pbw.hyfo.hyph with parameters of type BreakMinima
 void AlphabetBuilder.add_break_minima(BreakMinima minima)
          Adds a BreakMinima for this alphabet.
 

Constructors in au.id.pbw.hyfo.hyph with parameters of type BreakMinima
Alphabet(int hyphen_codept, BreakMinima minima, Map<Integer,Integer> codept2char_class, int[] char_class2canon, boolean uses_codepoints)
          Creates a new instance of Alphabet from the given codepoint to character class code mapping and the array of codepoints indexed by the character class code for each valid codepoint.
 



Copyright © 2005-2006 Peter B. West.