Package com.sun.pdfview
Class Cache.Record
- java.lang.Object
-
- com.sun.pdfview.Cache.Record
-
- Direct Known Subclasses:
Cache.PageRecord
- Enclosing class:
- Cache
class Cache.Record extends java.lang.Object
the basic information about a page or image
-
-
Field Summary
Fields Modifier and Type Field Description (package private) BaseWatchable
generator
the thing generating the page, or null if done/not provided(package private) java.lang.Object
value
the page or image itself
-
Constructor Summary
Constructors Constructor Description Record()
-
-
-
Field Detail
-
value
java.lang.Object value
the page or image itself
-
generator
BaseWatchable generator
the thing generating the page, or null if done/not provided
-
-