Class JRCrosstabCellFactory
- java.lang.Object
-
- net.sf.jasperreports.engine.xml.JRBaseFactory
-
- net.sf.jasperreports.crosstabs.xml.JRCrosstabCellFactory
-
- All Implemented Interfaces:
org.apache.commons.digester.ObjectCreationFactory
public class JRCrosstabCellFactory extends JRBaseFactory
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringATTRIBUTE_columnTotalGroupstatic java.lang.StringATTRIBUTE_heightstatic java.lang.StringATTRIBUTE_rowTotalGroupstatic java.lang.StringATTRIBUTE_widthstatic java.lang.StringELEMENT_crosstabCell-
Fields inherited from class net.sf.jasperreports.engine.xml.JRBaseFactory
digester, EXCEPTION_MESSAGE_KEY_UNKNOWN_REPORT_STYLE
-
-
Constructor Summary
Constructors Constructor Description JRCrosstabCellFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ObjectcreateObject(org.xml.sax.Attributes attributes)-
Methods inherited from class net.sf.jasperreports.engine.xml.JRBaseFactory
getDigester, setDigester
-
-
-
-
Field Detail
-
ELEMENT_crosstabCell
public static final java.lang.String ELEMENT_crosstabCell
- See Also:
- Constant Field Values
-
ATTRIBUTE_rowTotalGroup
public static final java.lang.String ATTRIBUTE_rowTotalGroup
- See Also:
- Constant Field Values
-
ATTRIBUTE_columnTotalGroup
public static final java.lang.String ATTRIBUTE_columnTotalGroup
- See Also:
- Constant Field Values
-
ATTRIBUTE_width
public static final java.lang.String ATTRIBUTE_width
- See Also:
- Constant Field Values
-
ATTRIBUTE_height
public static final java.lang.String ATTRIBUTE_height
- See Also:
- Constant Field Values
-
-