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 TypeMethodDescriptionvoid
Cache.addImage
(PDFPage page, ImageInfo info, BufferedImage image, PDFRenderer renderer) Add an image to the cache.(package private) Cache.Record
Cache.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.private GeneralPath
PDFShapeCmd.checkOverlap
(PDFRenderer state) Check for overlap with the previous shape to make anti-aliased shapes that are near each other look goodPDFChangeStrokeCmd.execute
(PDFRenderer state) abstract Rectangle2D
PDFCmd.execute
(PDFRenderer state) mark the page or change the graphics statePDFFillAlphaCmd.execute
(PDFRenderer state) PDFFillPaintCmd.execute
(PDFRenderer state) PDFImageCmd.execute
(PDFRenderer state) PDFPopCmd.execute
(PDFRenderer state) PDFPushCmd.execute
(PDFRenderer state) PDFShapeCmd.execute
(PDFRenderer state) perform the stroke and record the dirty regionPDFStrokeAlphaCmd.execute
(PDFRenderer state) PDFStrokePaintCmd.execute
(PDFRenderer state) PDFXformCmd.execute
(PDFRenderer state) PDFPaint.fill
(PDFRenderer state, Graphics2D g, GeneralPath s) fill a path with the paint, and record the dirty area.PDFChangeStrokeCmd.toString
(PDFRenderer state) PDFXformCmd.toString
(PDFRenderer state) -
Uses of PDFRenderer in com.sun.pdfview.pattern
Methods in com.sun.pdfview.pattern with parameters of type PDFRendererModifier and TypeMethodDescriptionPatternType1.TilingPatternPaint.fill
(PDFRenderer state, Graphics2D g, GeneralPath s) fill a path with the paint, and record the dirty area.