net.sf.jasperreports.engine.xml
Class JRChartFactory.JRChartAxisFormatFactory
java.lang.Object
net.sf.jasperreports.engine.xml.JRBaseFactory
net.sf.jasperreports.engine.xml.JRChartFactory.JRChartAxisFormatFactory
- All Implemented Interfaces:
- org.apache.commons.digester.ObjectCreationFactory
- Enclosing class:
- JRChartFactory
public static class JRChartFactory.JRChartAxisFormatFactory
- extends JRBaseFactory
A factory responsible for creating new chart axis formatting objects.
- Author:
- Barry Klawans (bklawans@users.sourceforge.net)
Field Summary |
static java.lang.String |
ATTRIBUTE_axisLineColor
Attribute to use to specify the color of the axis line and any tick marks. |
static java.lang.String |
ATTRIBUTE_labelColor
Attribute to use to specify the color of the axis label. |
static java.lang.String |
ATTRIBUTE_tickLabelColor
Attribute to use to specify the color of each tick mark label. |
static java.lang.String |
ATTRIBUTE_tickLabelMask
Attribute to use to specify a formatting mask for each tick mark label. |
Method Summary |
java.lang.Object |
createObject(org.xml.sax.Attributes atts)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ATTRIBUTE_labelColor
public static final java.lang.String ATTRIBUTE_labelColor
- Attribute to use to specify the color of the axis label.
- See Also:
- Constant Field Values
ATTRIBUTE_tickLabelColor
public static final java.lang.String ATTRIBUTE_tickLabelColor
- Attribute to use to specify the color of each tick mark label.
- See Also:
- Constant Field Values
ATTRIBUTE_tickLabelMask
public static final java.lang.String ATTRIBUTE_tickLabelMask
- Attribute to use to specify a formatting mask for each tick mark label.
- See Also:
- Constant Field Values
ATTRIBUTE_axisLineColor
public static final java.lang.String ATTRIBUTE_axisLineColor
- Attribute to use to specify the color of the axis line and any tick marks.
- See Also:
- Constant Field Values
JRChartFactory.JRChartAxisFormatFactory
public JRChartFactory.JRChartAxisFormatFactory()
createObject
public java.lang.Object createObject(org.xml.sax.Attributes atts)
throws JRException
- Throws:
JRException
© 2001-2006 JasperSoft Corporation www.jaspersoft.com