Uses of Interface
com.aowagie.text.pdf.hyphenation.PatternConsumer
-
Packages that use PatternConsumer Package Description com.aowagie.text.pdf.hyphenation -
-
Uses of PatternConsumer in com.aowagie.text.pdf.hyphenation
Classes in com.aowagie.text.pdf.hyphenation that implement PatternConsumer Modifier and Type Class Description (package private) classHyphenationTreeThis tree structure stores the hyphenation patterns in an efficient way for fast lookup.(package private) classSimplePatternParserParses the xml hyphenation pattern.Fields in com.aowagie.text.pdf.hyphenation declared as PatternConsumer Modifier and Type Field Description private PatternConsumerSimplePatternParser. consumerMethods in com.aowagie.text.pdf.hyphenation with parameters of type PatternConsumer Modifier and Type Method Description voidSimplePatternParser. parse(java.io.InputStream stream, PatternConsumer consumer)
-