Uses of Class
com.sun.pdfview.ImageInfo
Packages that use ImageInfo
-
Uses of ImageInfo in com.sun.pdfview
Fields in com.sun.pdfview declared as ImageInfoModifier and TypeFieldDescriptionprivate ImageInfo
PDFRenderer.imageinfo
the info about the image, if we need to recreate itFields in com.sun.pdfview with type parameters of type ImageInfoModifier and TypeFieldDescription(package private) Map
<ImageInfo, SoftReference<Cache.Record>> Cache.PageRecord.images
any images associated with the pageprivate Map
<ImageInfo, WeakReference> PDFPage.renderers
a map from image info to weak references to parsers that are activeMethods in com.sun.pdfview with parameters of type ImageInfoModifier and TypeMethodDescriptionvoid
Cache.addImage
(PDFPage page, ImageInfo info, BufferedImage image) Add an image to the cache.void
Cache.addImage
(PDFPage page, ImageInfo info, BufferedImage image, PDFRenderer renderer) Add an image to the cache.(package private) Cache.Record
Cache.addImageRecord
(PDFPage page, ImageInfo info, BufferedImage image, PDFRenderer renderer) The internal routine to add an image to the cache and return the record that was generated.Get an image from the cache(package private) Cache.Record
Cache.getImageRecord
(PDFPage page, ImageInfo info) Get an image's record from the cacheCache.getImageRenderer
(PDFPage page, ImageInfo info) Get an image's renderer from the cachevoid
Cache.removeImage
(PDFPage page, ImageInfo info) Remove an image and its associated renderer from the cache(package private) Cache.Record
Cache.removeImageRecord
(PDFPage page, ImageInfo info) Remove an image's record from the cacheConstructors in com.sun.pdfview with parameters of type ImageInfoModifierConstructorDescriptionPDFRenderer
(PDFPage page, ImageInfo imageinfo, BufferedImage bi) create a new PDFGraphics state