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) class
the 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.images
any images associated with the pageMethods in com.sun.pdfview that return Cache.RecordModifier and TypeMethodDescription(package private) Cache.Record
Cache.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.Record
Cache.getImageRecord
(PDFPage page, ImageInfo info) Get an image's record from the cache(package private) Cache.Record
Cache.removeImageRecord
(PDFPage page, ImageInfo info) Remove an image's record from the cache