Uses of Class
org.apache.fop.layout.hyphenation.PatternConsumer

Packages that use PatternConsumer
org.apache.fop.layout.hyphenation 

Uses of PatternConsumer in org.apache.fop.layout.hyphenation
 

Classes in org.apache.fop.layout.hyphenation that implement PatternConsumer
class HyphenationTree
          This tree structure stores the hyphenation patterns in an efficient way for fast lookup.
class PatternParser
          A SAX document handler to read and parse hyphenation patterns from a XML file.
 

Fields in org.apache.fop.layout.hyphenation declared as PatternConsumer
(package private) PatternConsumerPatternParser.consumer
          
 

Constructors in org.apache.fop.layout.hyphenation with parameters of type PatternConsumer
PatternParser.PatternParser(PatternConsumer consumer)
          
 

Methods in org.apache.fop.layout.hyphenation with parameters of type PatternConsumer
voidPatternParser.setConsumer(PatternConsumer consumer)