Uses of Class
org.openpdf.renderer.Cache.Record
Packages that use Cache.Record
-
Uses of Cache.Record in org.openpdf.renderer
Subclasses of Cache.Record in org.openpdf.rendererModifier and TypeClassDescription(package private) classthe record stored for each page in the cacheFields in org.openpdf.renderer 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 org.openpdf.renderer 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