public static interface IPdfBoxGraphics2DPaintApplier.IPaintEnv
PdfBoxGraphics2D| Modifier and Type | Method and Description |
|---|---|
void |
ensureShapeIsWalked()
Call this to ensure that the current shape has been walked on the content stream.
|
IPdfBoxGraphics2DColorMapper |
getColorMapper() |
Composite |
getComposite() |
org.apache.pdfbox.pdmodel.PDDocument |
getDocument() |
PdfBoxGraphics2D |
getGraphics2D() |
IPdfBoxGraphics2DImageEncoder |
getImageEncoder() |
org.apache.pdfbox.pdmodel.PDResources |
getResources() |
Shape |
getShapeToDraw()
The shape information is need to be able to correctly render grandients.
|
Color |
getXORMode() |
IPdfBoxGraphics2DColorMapper getColorMapper()
IPdfBoxGraphics2DImageEncoder getImageEncoder()
org.apache.pdfbox.pdmodel.PDDocument getDocument()
org.apache.pdfbox.pdmodel.PDResources getResources()
Composite getComposite()
Graphics2D CompositePdfBoxGraphics2D getGraphics2D()
Color getXORMode()
Graphics2D XOR Mode Color or null if paint mode
is active.Shape getShapeToDraw()
void ensureShapeIsWalked()
throws IOException
IOExceptionCopyright © 2022. All rights reserved.