Overview
ShadingRenderer is a class in Aspose.Pdf FOSS for Java.
Renders shading fills onto a Graphics2D context.
Methods
| Signature | Description |
|---|
render(g2d: Graphics2D, shading: Shading, ctm: AffineTransform, clipBounds: java.awt.Rectangle) | Renders a shading fill onto the Graphics2D context. |
See Also