Uses of Class
org.apache.pdfbox.rendering.PageDrawer
-
Packages that use PageDrawer Package Description org.apache.pdfbox.rendering -
-
Uses of PageDrawer in org.apache.pdfbox.rendering
Fields in org.apache.pdfbox.rendering declared as PageDrawer Modifier and Type Field Description private PageDrawer
TilingPaintFactory. drawer
Methods in org.apache.pdfbox.rendering that return PageDrawer Modifier and Type Method Description protected PageDrawer
PDFRenderer. createPageDrawer(PageDrawerParameters parameters)
Returns a new PageDrawer instance, using the given parameters.Methods in org.apache.pdfbox.rendering with parameters of type PageDrawer Modifier and Type Method Description private java.awt.image.BufferedImage
TilingPaint. getImage(PageDrawer drawer, PDTilingPattern pattern, PDColorSpace colorSpace, PDColor color, java.awt.geom.AffineTransform xform, java.awt.geom.Rectangle2D anchorRect)
Returns the pattern image in parent stream coordinates.Constructors in org.apache.pdfbox.rendering with parameters of type PageDrawer Constructor Description TilingPaint(PageDrawer drawer, PDTilingPattern pattern, java.awt.geom.AffineTransform xform)
Creates a new colored tiling Paint, i.e.TilingPaint(PageDrawer drawer, PDTilingPattern pattern, PDColorSpace colorSpace, PDColor color, java.awt.geom.AffineTransform xform)
Creates a new tiling Paint.TilingPaintFactory(PageDrawer drawer)
-