Uses of Class
org.apache.pdfbox.rendering.PageDrawer
Packages that use PageDrawer
-
Uses of PageDrawer in org.apache.pdfbox.rendering
Fields in org.apache.pdfbox.rendering declared as PageDrawerMethods in org.apache.pdfbox.rendering that return PageDrawerModifier and TypeMethodDescriptionprotected PageDrawer
PDFRenderer.createPageDrawer
(PageDrawerParameters parameters) Returns a new PageDrawer instance, using the given parameters.Methods in org.apache.pdfbox.rendering with parameters of type PageDrawerModifier and TypeMethodDescriptionprivate BufferedImage
TilingPaint.getImage
(PageDrawer drawer, PDTilingPattern pattern, PDColorSpace colorSpace, PDColor color, AffineTransform xform, Rectangle2D anchorRect) Returns the pattern image in parent stream coordinates.Constructors in org.apache.pdfbox.rendering with parameters of type PageDrawerModifierConstructorDescription(package private)
TilingPaint
(PageDrawer drawer, PDTilingPattern pattern, AffineTransform xform) Creates a new colored tiling Paint, i.e.(package private)
TilingPaint
(PageDrawer drawer, PDTilingPattern pattern, PDColorSpace colorSpace, PDColor color, AffineTransform xform) Creates a new tiling Paint.(package private)
TilingPaintFactory
(PageDrawer drawer)