public class PdfBoxGraphics2DPaintApplier extends Object implements IPdfBoxGraphics2DPaintApplier
| Modifier and Type | Class and Description |
|---|---|
protected class |
PdfBoxGraphics2DPaintApplier.PaintApplierState |
IPdfBoxGraphics2DPaintApplier.IPaintEnv| Constructor and Description |
|---|
PdfBoxGraphics2DPaintApplier() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
applyAsStrokingColor(Color color,
PdfBoxGraphics2DPaintApplier.PaintApplierState state) |
org.apache.pdfbox.pdmodel.graphics.shading.PDShading |
applyPaint(Paint paint,
org.apache.pdfbox.pdmodel.PDPageContentStream contentStream,
AffineTransform tf,
IPdfBoxGraphics2DPaintApplier.IPaintEnv env)
Apply the paint on the ContentStream
|
protected org.apache.pdfbox.cos.COSArray |
buildType2Functions(Color[] colors,
org.apache.pdfbox.cos.COSArray domain,
org.apache.pdfbox.cos.COSArray encode,
PdfBoxGraphics2DPaintApplier.PaintApplierState state) |
protected org.apache.pdfbox.pdmodel.common.function.PDFunctionType3 |
buildType3Function(Color[] colors,
float[] fractions,
PdfBoxGraphics2DPaintApplier.PaintApplierState state) |
protected <T> T |
getPropertyValue(Object obj,
String propertyGetter)
Get a property value from an object using reflection
|
public org.apache.pdfbox.pdmodel.graphics.shading.PDShading applyPaint(Paint paint, org.apache.pdfbox.pdmodel.PDPageContentStream contentStream, AffineTransform tf, IPdfBoxGraphics2DPaintApplier.IPaintEnv env) throws IOException
IPdfBoxGraphics2DPaintApplierapplyPaint in interface IPdfBoxGraphics2DPaintApplierpaint - the paint which should be appliedcontentStream - the content stream to apply the paint ontf - the current transform of the Graphics2D relative to the
contentStream default coordinate space.env - Environment for mapping the paint.IOException - if its not possible to write the paint into the contentStreamprotected void applyAsStrokingColor(Color color, PdfBoxGraphics2DPaintApplier.PaintApplierState state) throws IOException
IOExceptionprotected org.apache.pdfbox.pdmodel.common.function.PDFunctionType3 buildType3Function(Color[] colors, float[] fractions, PdfBoxGraphics2DPaintApplier.PaintApplierState state)
protected org.apache.pdfbox.cos.COSArray buildType2Functions(Color[] colors, org.apache.pdfbox.cos.COSArray domain, org.apache.pdfbox.cos.COSArray encode, PdfBoxGraphics2DPaintApplier.PaintApplierState state)
Copyright © 2018. All rights reserved.