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