Package com.sun.pdfview
Class Cache.PageRecord
java.lang.Object
com.sun.pdfview.Cache.Record
com.sun.pdfview.Cache.PageRecord
- Enclosing class:
Cache
the record stored for each page in the cache
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) Map
<ImageInfo, SoftReference<Cache.Record>> any images associated with the pageFields inherited from class com.sun.pdfview.Cache.Record
generator, value
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
images
Map<ImageInfo,SoftReference<Cache.Record>> imagesany images associated with the page
-
-
Constructor Details
-
PageRecord
public PageRecord()create a new page record
-