Uses of Class
com.sun.pdfview.Cache.Record
Packages that use Cache.Record
-
Uses of Cache.Record in com.sun.pdfview
Subclasses of Cache.Record in com.sun.pdfviewModifier and TypeClassDescription(package private) classthe record stored for each page in the cacheFields in com.sun.pdfview with type parameters of type Cache.RecordModifier and TypeFieldDescription(package private) Map<ImageInfo, SoftReference<Cache.Record>> Cache.PageRecord.imagesany images associated with the pageMethods in com.sun.pdfview that return Cache.RecordModifier and TypeMethodDescription(package private) Cache.RecordCache.addImageRecord(PDFPage page, ImageInfo info, BufferedImage image, PDFRenderer renderer) The internal routine to add an image to the cache and return the record that was generated.(package private) Cache.RecordCache.getImageRecord(PDFPage page, ImageInfo info) Get an image's record from the cache(package private) Cache.RecordCache.removeImageRecord(PDFPage page, ImageInfo info) Remove an image's record from the cache