Uses of Package
au.id.pbw.hyfo.hyph

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

Classes in au.id.pbw.hyfo.hyph used by au.id.pbw.hyfo.hyph
Alphabet
          Represents a alphabet based on a set of character classes.
AlphabetBuilder
          This class builds and returns Alphabet objects.
BigTernaryTree.TernaryIterator
          Defines an in-order Iterator over the tree.
BreakMinima
          Represents the minimum number of characters allowable before and after a hyphenation line-break.
HyphenatedWord
          Represents a hyphenated-word, derived from an original word, with its hyphenation possibilities.
HyphenationException
          Exceptions encountered in hyphenation.
HyphenationTree
          Represents a tree of hyphenation data and associated structures.
HyphenationTreeBuilder.Element
          An enum of the elements n a resource file.
HyphenationTreeCache
          A singleton class which caches instances of HyphenationTree.
HyphenBreak
          This class represents a possible hyphenation break.
HyphenDataCache
          The class caches the data for an associated HyphenationTree.
HyphenMarker
          The attribute key for an instance of HyphenBreak, containing the details of a potential hyphenation break in an AttributedString.
InstanceType
          Types of instance in tree builders.
Modifier
          This class represents the modification to a word which occurs when it is hyphenated.
ModifierReference
          Represents a reference to a Modifier embedded in a text string.
PatternElement
          Represents a pattern element, which can be either a String or an embedded ModifierReference.
ShortTernaryTree.TernaryIterator
           
Subsearch
          A class representing the results of a partial search.
TernaryTree
          Interface describing ternary trees.
TernaryTreeDataStore
          A TernaryTreeDataStore maintains the data for an associated TernaryTree.
TextElement
          Represents a text component of a pattern element.
TreeElement
          A TreeElement is returned by a tree walker.
 



Copyright © 2005-2006 Peter B. West.