Class JCommonDrawableRendererImpl

java.lang.Object
net.sf.jasperreports.renderers.AbstractRenderer
net.sf.jasperreports.charts.renderers.JCommonDrawableRendererImpl
All Implemented Interfaces:
Serializable, Graphics2DRenderable, Renderable

public class JCommonDrawableRendererImpl extends AbstractRenderer implements Graphics2DRenderable
A wrapper for the Drawable interface in the JCommon library: you will need the JCommon classes in your classpath to compile this class. In particular this can be used to allow JFreeChart objects to be included in the output report in vector form.
Author:
Teodor Danciu (teodord@users.sourceforge.net)
See Also: