Uses of Class
org.openpdf.renderer.Cache
Packages that use Cache
-
Uses of Cache in org.openpdf.renderer
Fields in org.openpdf.renderer declared as CacheModifier and TypeFieldDescription(package private) CachePDFFile.cachea mapping of page numbers to parsed PDF commandsprivate final CachePDFPage.cachea map from image info (width, height, clip) to a soft reference to the rendered imageConstructors in org.openpdf.renderer with parameters of type CacheModifierConstructorDescriptionPDFPage(int pageNumber, Rectangle2D bbox, int rotation, Cache cache) create a PDFPage with dimensions in bbox and rotation.