Package com.sun.pdfview
Class Cache.PageRecord
- java.lang.Object
-
- com.sun.pdfview.Cache.Record
-
- com.sun.pdfview.Cache.PageRecord
-
- Enclosing class:
- Cache
class Cache.PageRecord extends Cache.Record
the record stored for each page in the cache
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.util.Map<ImageInfo,java.lang.ref.SoftReference<Cache.Record>>
images
any images associated with the page-
Fields inherited from class com.sun.pdfview.Cache.Record
generator, value
-
-
Constructor Summary
Constructors Constructor Description PageRecord()
create a new page record
-
-
-
Field Detail
-
images
java.util.Map<ImageInfo,java.lang.ref.SoftReference<Cache.Record>> images
any images associated with the page
-
-