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