Uses of Class
org.loboevolution.pdfview.ImageInfo
Packages that use ImageInfo
-
Uses of ImageInfo in org.loboevolution.pdfview
Fields in org.loboevolution.pdfview with type parameters of type ImageInfoModifier and TypeFieldDescriptionfinal Map
<ImageInfo, WeakReference<?>> PDFPage.renderers
a map from image info to weak references to parsers that are activeMethods in org.loboevolution.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.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 cacheConstructors in org.loboevolution.pdfview with parameters of type ImageInfoModifierConstructorDescriptionPDFRenderer
(PDFPage page, ImageInfo imageinfo, BufferedImage bi) create a new PDFGraphics state