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.PageRecordCache. 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.PageRecordCache. getPageRecord(java.lang.Integer pageNumber)Get a page's record from the cache(package private) Cache.PageRecordCache. removePageRecord(java.lang.Integer pageNumber)Remove a page's record from the cache
-