Package net.sf.jasperreports.charts.xml
Class JRThermometerPlotFactory
- java.lang.Object
-
- net.sf.jasperreports.engine.xml.JRBaseFactory
-
- net.sf.jasperreports.charts.xml.JRThermometerPlotFactory
-
- All Implemented Interfaces:
org.apache.commons.digester.ObjectCreationFactory
public class JRThermometerPlotFactory extends JRBaseFactory
- Author:
- Barry Klawans (bklawans@users.sourceforge.net)
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringATTRIBUTE_mercuryColorstatic java.lang.StringATTRIBUTE_valueLocationstatic java.lang.StringELEMENT_highRangestatic java.lang.StringELEMENT_lowRangestatic java.lang.StringELEMENT_mediumRangestatic java.lang.StringELEMENT_thermometerPlotstatic java.lang.StringEXCEPTION_MESSAGE_KEY_INVALID_VALUE_LOCATION-
Fields inherited from class net.sf.jasperreports.engine.xml.JRBaseFactory
digester, EXCEPTION_MESSAGE_KEY_UNKNOWN_REPORT_STYLE
-
-
Constructor Summary
Constructors Constructor Description JRThermometerPlotFactory()
-
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
-
EXCEPTION_MESSAGE_KEY_INVALID_VALUE_LOCATION
public static final java.lang.String EXCEPTION_MESSAGE_KEY_INVALID_VALUE_LOCATION
- See Also:
- Constant Field Values
-
ELEMENT_thermometerPlot
public static final java.lang.String ELEMENT_thermometerPlot
- See Also:
- Constant Field Values
-
ELEMENT_lowRange
public static final java.lang.String ELEMENT_lowRange
- See Also:
- Constant Field Values
-
ELEMENT_mediumRange
public static final java.lang.String ELEMENT_mediumRange
- See Also:
- Constant Field Values
-
ELEMENT_highRange
public static final java.lang.String ELEMENT_highRange
- See Also:
- Constant Field Values
-
ATTRIBUTE_valueLocation
public static final java.lang.String ATTRIBUTE_valueLocation
- See Also:
- Constant Field Values
-
ATTRIBUTE_mercuryColor
public static final java.lang.String ATTRIBUTE_mercuryColor
- See Also:
- Constant Field Values
-
-
Method Detail
-
createObject
public java.lang.Object createObject(org.xml.sax.Attributes atts) throws JRException- Throws:
JRException
-
-