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) class
Cache.PageRecord
the 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. images
any images associated with the pageMethods in com.sun.pdfview that return Cache.Record Modifier and Type Method Description (package private) Cache.Record
Cache. 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.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
-