public interface Graphics2DRenderable
render(JasperReportsContext, Graphics2D, Rectangle2D),
which gets called by the engine each time it needs to draw the image
on a given device or graphic context. This approach provides the best quality for the
SVG images when they must be drawn on unknown devices or zoomed into without
losing sharpness.| Modifier and Type | Method and Description |
|---|---|
void |
render(JasperReportsContext jasperReportsContext,
Graphics2D grx,
Rectangle2D rectangle) |
void render(JasperReportsContext jasperReportsContext, Graphics2D grx, Rectangle2D rectangle) throws JRException
JRExceptionCopyright © 2017. All rights reserved.