Uses of Class
com.sun.pdfview.Cache
-
Packages that use Cache Package Description com.sun.pdfview -
-
Uses of Cache in com.sun.pdfview
Fields in com.sun.pdfview declared as Cache Modifier and Type Field Description (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 Cache Constructor Description PDFPage(int pageNumber, java.awt.geom.Rectangle2D bbox, int rotation, Cache cache)
create a PDFPage with dimensions in bbox and rotation.
-