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

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

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

Fields in au.id.pbw.hyfo.hyph declared as Modifier
protected  Modifier Alphabet.default_modifier
          The default Modifier for this alphabet.
 

Fields in au.id.pbw.hyfo.hyph with type parameters of type Modifier
protected  Map<String,Modifier> HyphenationTreeBuilder.modifiers
          The modifiers for this tree.
 

Methods in au.id.pbw.hyfo.hyph that return Modifier
 Modifier Alphabet.get_default_modifier()
          Gets a reference to the default_modifier for this alphabet.
 Modifier Modifier.get_default_modifier()
          Gets the default Modifier.
protected  Modifier HyphenationTreeBuilder.get_modifier(String id)
          Gets a known Modifier with a given id, which is generally the no-break string.
 

Constructors in au.id.pbw.hyfo.hyph with parameters of type Modifier
HyphenBreak(Modifier modifier)
          Constructs a HyphenBreak with the given Modifier.
 



Copyright © 2005-2006 Peter B. West.