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 ImageInfoPDFRenderer.imageinfothe 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.imagesany images associated with the pageprivate Map<ImageInfo, WeakReference> PDFPage.renderersa map from image info to weak references to parsers that are activeMethods in com.sun.pdfview with parameters of type ImageInfoModifier and TypeMethodDescriptionvoidCache.addImage(PDFPage page, ImageInfo info, BufferedImage image) Add an image to the cache.voidCache.addImage(PDFPage page, ImageInfo info, BufferedImage image, PDFRenderer renderer) Add an image to the cache.(package private) Cache.RecordCache.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.RecordCache.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 cachevoidCache.removeImage(PDFPage page, ImageInfo info) Remove an image and its associated renderer from the cache(package private) Cache.RecordCache.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