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 StringATTRIBUTE_anglestatic StringATTRIBUTE_meterColorstatic StringATTRIBUTE_needleColorstatic StringATTRIBUTE_shapestatic StringATTRIBUTE_tickColorstatic StringATTRIBUTE_tickCountstatic StringATTRIBUTE_tickIntervalstatic StringATTRIBUTE_unitsstatic 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 ObjectcreateObject(Attributes atts)-
Methods inherited from class net.sf.jasperreports.engine.xml.JRBaseFactory
getDigester, setDigester
-
-
-
-
Field Detail
-
ELEMENT_meterPlot
public static final String ELEMENT_meterPlot
- See Also:
- Constant Field Values
-
ATTRIBUTE_shape
public static final String ATTRIBUTE_shape
- See Also:
- Constant Field Values
-
ATTRIBUTE_angle
public static final String ATTRIBUTE_angle
- See Also:
- Constant Field Values
-
ATTRIBUTE_units
public static final String ATTRIBUTE_units
- See Also:
- Constant Field Values
-
ATTRIBUTE_tickInterval
public static final String ATTRIBUTE_tickInterval
- See Also:
- Constant Field Values
-
ATTRIBUTE_meterColor
public static final String ATTRIBUTE_meterColor
- See Also:
- Constant Field Values
-
ATTRIBUTE_needleColor
public static final String ATTRIBUTE_needleColor
- See Also:
- Constant Field Values
-
ATTRIBUTE_tickColor
public static final String ATTRIBUTE_tickColor
- See Also:
- Constant Field Values
-
ATTRIBUTE_tickCount
public static final String ATTRIBUTE_tickCount
- See Also:
- Constant Field Values
-
-
Method Detail
-
createObject
public Object createObject(Attributes atts) throws JRException
- Throws:
JRException
-
-