Package net.sf.jasperreports.renderers
package net.sf.jasperreports.renderers
-
ClassDescriptionSVG renderer implementation based on Batik.Image renderer able to produce image maps.SVG renderer implementation based on Batik.The
DataRenderableinterface has a method calledDataRenderable.getData(JasperReportsContext), which gets called by the engine each time it needs the actual image data either to embed it directly into the exported documents, or to use it to draw the image or the graphic onto a device or graphic context.This interface is implemented by renderable objects that want to provide a dimension for the graphics they render, usually by also implementing theGraphics2DRenderableinterface.This interface has a method calledGraphics2DRenderable.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.Provides functionality for image rendering.This interface should be implemented by renderable object which want to benefit from better resolution and control the way the graphic context is created when they are converted to image data, during export to certain document formats.The is a default implementation for theDataRenderableinterface that wraps images that come from files or binary image data in JPG, GIF, or PNG format.This class a renderable implementation for wrapping SVG data.SVG renderer implementation based on Batik.