Package net.sf.jasperreports.engine.xml
Class JRAbstractStyleFactory
- java.lang.Object
-
- net.sf.jasperreports.engine.xml.JRBaseFactory
-
- net.sf.jasperreports.engine.xml.JRAbstractStyleFactory
-
- All Implemented Interfaces:
org.apache.commons.digester.ObjectCreationFactory
- Direct Known Subclasses:
JRConditionalStyleFillerFactory,JRPrintStyleFactory,JRStyleFactory,JRTemplateStyleFactory
public abstract class JRAbstractStyleFactory extends JRBaseFactory
- Author:
- Ionut Nedelcu (ionutned@users.sourceforge.net)
-
-
Field Summary
-
Fields inherited from class net.sf.jasperreports.engine.xml.JRBaseFactory
digester, EXCEPTION_MESSAGE_KEY_UNKNOWN_REPORT_STYLE
-
-
Constructor Summary
Constructors Constructor Description JRAbstractStyleFactory()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description java.lang.ObjectcreateObject(org.xml.sax.Attributes atts)protected JRDefaultStyleProvidergetDefaultStyleProvider()protected voidsetCommonStyle(JRStyle style, org.xml.sax.Attributes atts)protected abstract voidsetParentStyle(JRDesignStyle currentStyle, java.lang.String parentStyleName)-
Methods inherited from class net.sf.jasperreports.engine.xml.JRBaseFactory
getDigester, setDigester
-
-
-
-
Method Detail
-
createObject
public java.lang.Object createObject(org.xml.sax.Attributes atts)
-
getDefaultStyleProvider
protected JRDefaultStyleProvider getDefaultStyleProvider()
-
setCommonStyle
protected void setCommonStyle(JRStyle style, org.xml.sax.Attributes atts)
-
setParentStyle
protected abstract void setParentStyle(JRDesignStyle currentStyle, java.lang.String parentStyleName)
-
-