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 java.lang.StringATTRIBUTE_positionstatic java.lang.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 java.lang.ObjectcreateObject(org.xml.sax.Attributes atts)-
Methods inherited from class net.sf.jasperreports.engine.xml.JRBaseFactory
getDigester, setDigester
-
-
-
-
Field Detail
-
ELEMENT_axis
public static final java.lang.String ELEMENT_axis
- See Also:
- Constant Field Values
-
ATTRIBUTE_position
public static final java.lang.String ATTRIBUTE_position
- See Also:
- Constant Field Values
-
-
Method Detail
-
createObject
public java.lang.Object createObject(org.xml.sax.Attributes atts) throws JRException- Throws:
JRException
-
-