Uses of Class
org.openpdf.renderer.PDFRenderer
Packages that use PDFRenderer
-
Uses of PDFRenderer in org.openpdf.renderer
Methods in org.openpdf.renderer that return PDFRendererModifier and TypeMethodDescriptionCache.getImageRenderer(PDFPage page, ImageInfo info) Get an image's renderer from the cacheMethods in org.openpdf.renderer 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.