Package net.sf.jasperreports.engine.xml
Class JRChartFactory
- java.lang.Object
-
- net.sf.jasperreports.engine.xml.JRBaseFactory
-
- net.sf.jasperreports.engine.xml.JRChartFactory
-
- All Implemented Interfaces:
org.apache.commons.digester.ObjectCreationFactory
public class JRChartFactory extends JRBaseFactory
- Author:
- Ionut Nedelcu (ionutned@users.sourceforge.net)
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classJRChartFactory.JRCategoryAxisFormatFactorystatic classJRChartFactory.JRChartAxisFormatFactoryA factory responsible for creating new chart axis formatting objects.static classJRChartFactory.JRChartLegendFactoryA factory responsible for creating new chart legend formatting objects.static classJRChartFactory.JRChartSubtitleFactorystatic classJRChartFactory.JRChartTitleFactory
-
Field Summary
-
Fields inherited from class net.sf.jasperreports.engine.xml.JRBaseFactory
digester, EXCEPTION_MESSAGE_KEY_UNKNOWN_REPORT_STYLE
-
-
Constructor Summary
Constructors Constructor Description JRChartFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ObjectcreateObject(org.xml.sax.Attributes atts)-
Methods inherited from class net.sf.jasperreports.engine.xml.JRBaseFactory
getDigester, setDigester
-
-