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 StringATTRIBUTE_mercuryColorstatic StringATTRIBUTE_valueLocationstatic StringELEMENT_highRangestatic StringELEMENT_lowRangestatic StringELEMENT_mediumRangestatic StringELEMENT_thermometerPlotstatic 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 ObjectcreateObject(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 String EXCEPTION_MESSAGE_KEY_INVALID_VALUE_LOCATION
- See Also:
- Constant Field Values
-
ELEMENT_thermometerPlot
public static final String ELEMENT_thermometerPlot
- See Also:
- Constant Field Values
-
ELEMENT_lowRange
public static final String ELEMENT_lowRange
- See Also:
- Constant Field Values
-
ELEMENT_mediumRange
public static final String ELEMENT_mediumRange
- See Also:
- Constant Field Values
-
ELEMENT_highRange
public static final String ELEMENT_highRange
- See Also:
- Constant Field Values
-
ATTRIBUTE_valueLocation
public static final String ATTRIBUTE_valueLocation
- See Also:
- Constant Field Values
-
ATTRIBUTE_mercuryColor
public static final String ATTRIBUTE_mercuryColor
- See Also:
- Constant Field Values
-
-
Method Detail
-
createObject
public Object createObject(Attributes atts) throws JRException
- Throws:
JRException
-
-