Uses of Class
com.sun.pdfview.Cache.Record
-
Packages that use Cache.Record Package Description com.sun.pdfview -
-
Uses of Cache.Record in com.sun.pdfview
Subclasses of Cache.Record in com.sun.pdfview Modifier and Type Class Description (package private) classCache.PageRecordthe record stored for each page in the cacheFields in com.sun.pdfview with type parameters of type Cache.Record Modifier and Type Field Description (package private) java.util.Map<ImageInfo,java.lang.ref.SoftReference<Cache.Record>>Cache.PageRecord. imagesany images associated with the pageMethods in com.sun.pdfview that return Cache.Record Modifier and Type Method Description (package private) Cache.RecordCache. addImageRecord(PDFPage page, ImageInfo info, java.awt.image.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
-