Uses of Class
com.sun.pdfview.PDFParser
-
Packages that use PDFParser Package Description com.sun.pdfview -
-
Uses of PDFParser in com.sun.pdfview
Methods in com.sun.pdfview that return PDFParser Modifier and Type Method Description PDFParser
Cache. getPageParser(java.lang.Integer pageNumber)
Get a page's parser from the cacheMethods in com.sun.pdfview with parameters of type PDFParser Modifier and Type Method Description void
Cache. addPage(java.lang.Integer pageNumber, PDFPage page, PDFParser parser)
Add a page to the cache.(package private) Cache.PageRecord
Cache. addPageRecord(java.lang.Integer pageNumber, PDFPage page, PDFParser parser)
The internal routine to add a page to the cache, and return the page record which was generated
-