Uses of Class
com.sun.pdfview.Cache

Packages that use Cache
Package
Description
 
  • 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 commands
    private Cache
    PDFPage.cache
    a map from image info (width, height, clip) to a soft reference to the rendered image
    Constructors in com.sun.pdfview with parameters of type Cache
    Modifier
    Constructor
    Description
     
    PDFPage(int pageNumber, Rectangle2D bbox, int rotation, Cache cache)
    create a PDFPage with dimensions in bbox and rotation.