Package net.sf.jasperreports.charts.xml
Class JRChartAxisFactory
- java.lang.Object
-
- net.sf.jasperreports.engine.xml.JRBaseFactory
-
- net.sf.jasperreports.charts.xml.JRChartAxisFactory
-
- All Implemented Interfaces:
org.apache.commons.digester.ObjectCreationFactory
public class JRChartAxisFactory extends JRBaseFactory
- Author:
- Barry Klawans (bklawans@users.sourceforge.net)
-
-
Field Summary
Fields Modifier and Type Field Description static StringATTRIBUTE_positionstatic StringELEMENT_axis-
Fields inherited from class net.sf.jasperreports.engine.xml.JRBaseFactory
digester, EXCEPTION_MESSAGE_KEY_UNKNOWN_REPORT_STYLE
-
-
Constructor Summary
Constructors Constructor Description JRChartAxisFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectcreateObject(Attributes atts)-
Methods inherited from class net.sf.jasperreports.engine.xml.JRBaseFactory
getDigester, setDigester
-
-
-
-
Field Detail
-
ELEMENT_axis
public static final String ELEMENT_axis
- See Also:
- Constant Field Values
-
ATTRIBUTE_position
public static final String ATTRIBUTE_position
- See Also:
- Constant Field Values
-
-
Method Detail
-
createObject
public Object createObject(Attributes atts) throws JRException
- Throws:
JRException
-
-