Uses of Class
com.sun.pdfview.Cache.PageRecord
-
Packages that use Cache.PageRecord Package Description com.sun.pdfview -
-
Uses of Cache.PageRecord in com.sun.pdfview
Methods in com.sun.pdfview that return Cache.PageRecord Modifier and Type Method Description (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(package private) Cache.PageRecord
Cache. getPageRecord(java.lang.Integer pageNumber)
Get a page's record from the cache(package private) Cache.PageRecord
Cache. removePageRecord(java.lang.Integer pageNumber)
Remove a page's record from the cache
-