Package org.apache.fop.render.pdf
Class PDFPainter.LanguageAvailabilityChecker
- java.lang.Object
-
- org.apache.fop.render.pdf.PDFPainter.LanguageAvailabilityChecker
-
- Enclosing class:
- PDFPainter
private static class PDFPainter.LanguageAvailabilityChecker extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private IFContext
context
private java.util.Set<java.lang.String>
reportedLocations
-
Constructor Summary
Constructors Constructor Description LanguageAvailabilityChecker(IFContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private void
checkLanguageAvailability(java.lang.String text)
private boolean
containsLettersOrDigits(java.lang.String text)
-