net.sf.jasperreports.charts.xml
Class JRThermometerPlotFactory

java.lang.Object
  extended by net.sf.jasperreports.engine.xml.JRBaseFactory
      extended by net.sf.jasperreports.charts.xml.JRThermometerPlotFactory
All Implemented Interfaces:
org.apache.commons.digester.ObjectCreationFactory

public class JRThermometerPlotFactory
extends JRBaseFactory

Version:
$Id: JRThermometerPlotFactory.java 5180 2012-03-29 13:23:12Z teodord $
Author:
Barry Klawans (bklawans@users.sourceforge.net)

Field Summary
static String ATTRIBUTE_mercuryColor
           
static String ATTRIBUTE_showValueLines
          Deprecated. No longer used.
static String ATTRIBUTE_valueLocation
           
static String ELEMENT_highRange
           
static String ELEMENT_lowRange
           
static String ELEMENT_mediumRange
           
static String ELEMENT_thermometerPlot
           
 
Fields inherited from class net.sf.jasperreports.engine.xml.JRBaseFactory
digester
 
Constructor Summary
JRThermometerPlotFactory()
           
 
Method Summary
 Object createObject(Attributes atts)
           
 
Methods inherited from class net.sf.jasperreports.engine.xml.JRBaseFactory
getDigester, setDigester
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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_showValueLines

public static final String ATTRIBUTE_showValueLines
Deprecated. No longer used.
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
Constructor Detail

JRThermometerPlotFactory

public JRThermometerPlotFactory()
Method Detail

createObject

public Object createObject(Attributes atts)
                    throws JRException
Throws:
JRException


Copyright © 2012. All Rights Reserved.