Package net.sf.jasperreports.charts.xml
Class JRMeterPlotFactory
- java.lang.Object
-
- net.sf.jasperreports.engine.xml.JRBaseFactory
-
- net.sf.jasperreports.charts.xml.JRMeterPlotFactory
-
- All Implemented Interfaces:
org.apache.commons.digester.ObjectCreationFactory
public class JRMeterPlotFactory extends JRBaseFactory
- Author:
- Barry Klawans (bklawans@users.sourceforge.net)
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringATTRIBUTE_anglestatic java.lang.StringATTRIBUTE_meterColorstatic java.lang.StringATTRIBUTE_needleColorstatic java.lang.StringATTRIBUTE_shapestatic java.lang.StringATTRIBUTE_tickColorstatic java.lang.StringATTRIBUTE_tickCountstatic java.lang.StringATTRIBUTE_tickIntervalstatic java.lang.StringATTRIBUTE_unitsstatic java.lang.StringELEMENT_meterPlot-
Fields inherited from class net.sf.jasperreports.engine.xml.JRBaseFactory
digester, EXCEPTION_MESSAGE_KEY_UNKNOWN_REPORT_STYLE
-
-
Constructor Summary
Constructors Constructor Description JRMeterPlotFactory()
-
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_meterPlot
public static final java.lang.String ELEMENT_meterPlot
- See Also:
- Constant Field Values
-
ATTRIBUTE_shape
public static final java.lang.String ATTRIBUTE_shape
- See Also:
- Constant Field Values
-
ATTRIBUTE_angle
public static final java.lang.String ATTRIBUTE_angle
- See Also:
- Constant Field Values
-
ATTRIBUTE_units
public static final java.lang.String ATTRIBUTE_units
- See Also:
- Constant Field Values
-
ATTRIBUTE_tickInterval
public static final java.lang.String ATTRIBUTE_tickInterval
- See Also:
- Constant Field Values
-
ATTRIBUTE_meterColor
public static final java.lang.String ATTRIBUTE_meterColor
- See Also:
- Constant Field Values
-
ATTRIBUTE_needleColor
public static final java.lang.String ATTRIBUTE_needleColor
- See Also:
- Constant Field Values
-
ATTRIBUTE_tickColor
public static final java.lang.String ATTRIBUTE_tickColor
- See Also:
- Constant Field Values
-
ATTRIBUTE_tickCount
public static final java.lang.String ATTRIBUTE_tickCount
- See Also:
- Constant Field Values
-
-
Method Detail
-
createObject
public java.lang.Object createObject(org.xml.sax.Attributes atts) throws JRException- Throws:
JRException
-
-