net.sf.jasperreports.engine.xml
Class JRChartFactory.JRChartLegendFactory

java.lang.Object
  extended by net.sf.jasperreports.engine.xml.JRBaseFactory
      extended by net.sf.jasperreports.engine.xml.JRChartFactory.JRChartLegendFactory
All Implemented Interfaces:
org.apache.commons.digester.ObjectCreationFactory
Enclosing class:
JRChartFactory

public static class JRChartFactory.JRChartLegendFactory
extends JRBaseFactory

A factory responsible for creating new chart legend formatting objects.

Author:
Barry Klawans (bklawans@users.sourceforge.net)

Field Summary
static java.lang.String ATTRIBUTE_backgroundColor
          Attribute used to specify the background color of the legend.
static java.lang.String ATTRIBUTE_textColor
          Attribute used to specify the font color in the legend.
 
Fields inherited from class net.sf.jasperreports.engine.xml.JRBaseFactory
digester
 
Constructor Summary
JRChartFactory.JRChartLegendFactory()
           
 
Method Summary
 java.lang.Object createObject(org.xml.sax.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

ATTRIBUTE_textColor

public static final java.lang.String ATTRIBUTE_textColor
Attribute used to specify the font color in the legend.

See Also:
Constant Field Values

ATTRIBUTE_backgroundColor

public static final java.lang.String ATTRIBUTE_backgroundColor
Attribute used to specify the background color of the legend.

See Also:
Constant Field Values
Constructor Detail

JRChartFactory.JRChartLegendFactory

public JRChartFactory.JRChartLegendFactory()
Method Detail

createObject

public java.lang.Object createObject(org.xml.sax.Attributes atts)
                              throws JRException
Throws:
JRException


© 2001-2006 JasperSoft Corporation www.jaspersoft.com