net.sf.jasperreports.crosstabs.xml
Class JRCellContentsFactory

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

public class JRCellContentsFactory
extends JRBaseFactory

Version:
$Id: JRCellContentsFactory.java 5180 2012-03-29 13:23:12Z teodord $
Author:
Lucian Chirita (lucianc@users.sourceforge.net)

Field Summary
static String ATTRIBUTE_backcolor
           
static String ATTRIBUTE_mode
           
static String ATTRIBUTE_style
           
static String ELEMENT_cellContents
           
 
Fields inherited from class net.sf.jasperreports.engine.xml.JRBaseFactory
digester
 
Constructor Summary
JRCellContentsFactory()
           
 
Method Summary
 Object createObject(Attributes attributes)
           
 
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_cellContents

public static final String ELEMENT_cellContents
See Also:
Constant Field Values

ATTRIBUTE_backcolor

public static final String ATTRIBUTE_backcolor
See Also:
Constant Field Values

ATTRIBUTE_mode

public static final String ATTRIBUTE_mode
See Also:
Constant Field Values

ATTRIBUTE_style

public static final String ATTRIBUTE_style
See Also:
Constant Field Values
Constructor Detail

JRCellContentsFactory

public JRCellContentsFactory()
Method Detail

createObject

public Object createObject(Attributes attributes)


Copyright © 2012. All Rights Reserved.