Uses of Class
org.loboevolution.pdfview.ImageInfo
-
Uses of ImageInfo in org.loboevolution.pdfview
Modifier and TypeFieldDescriptionfinal Map
<ImageInfo, WeakReference<?>> PDFPage.renderers
a map from image info to weak references to parsers that are activeModifier 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.Get an image 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 cacheModifierConstructorDescriptionPDFRenderer
(PDFPage page, ImageInfo imageinfo, BufferedImage bi) create a new PDFGraphics state