Uses of Class
com.sun.pdfview.PDFRenderer
Packages that use PDFRenderer
-
Uses of PDFRenderer in com.sun.pdfview
Methods in com.sun.pdfview that return PDFRendererModifier and TypeMethodDescriptionCache.getImageRenderer(PDFPage page, ImageInfo info) Get an image's renderer from the cacheMethods in com.sun.pdfview with parameters of type PDFRendererModifier and TypeMethodDescriptionvoidCache.addImage(PDFPage page, ImageInfo info, BufferedImage image, PDFRenderer renderer) Add an image to the cache.abstract Rectangle2DPDFCmd.execute(PDFRenderer state) mark the page or change the graphics statePDFShapeCmd.execute(PDFRenderer state) perform the stroke and record the dirty regionPDFPaint.fill(PDFRenderer state, Graphics2D g, GeneralPath s) fill a path with the paint, and record the dirty area.