Uses of Class
com.sun.pdfview.Cache.PageRecord
Packages that use Cache.PageRecord
-
Uses of Cache.PageRecord in com.sun.pdfview
Methods in com.sun.pdfview that return Cache.PageRecordModifier and TypeMethodDescription(package private) Cache.PageRecord
Cache.addPageRecord
(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
(Integer pageNumber) Get a page's record from the cache(package private) Cache.PageRecord
Cache.removePageRecord
(Integer pageNumber) Remove a page's record from the cache