Uses of Class
org.openpdf.renderer.Cache.PageRecord
Packages that use Cache.PageRecord
-
Uses of Cache.PageRecord in org.openpdf.renderer
Fields in org.openpdf.renderer with type parameters of type Cache.PageRecordModifier and TypeFieldDescriptionprivate final Map<Integer,SoftReference<Cache.PageRecord>> Cache.pagesthe pages in the cache, mapped by page numberMethods in org.openpdf.renderer that return Cache.PageRecordModifier and TypeMethodDescription(package private) Cache.PageRecordCache.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.PageRecordCache.getPageRecord(Integer pageNumber) Get a page's record from the cache(package private) Cache.PageRecordCache.removePageRecord(Integer pageNumber) Remove a page's record from the cache