Package net.sf.jasperreports.engine.xml
Class JRPenFactory
- java.lang.Object
-
- net.sf.jasperreports.engine.xml.JRBaseFactory
-
- net.sf.jasperreports.engine.xml.JRPenFactory
-
- All Implemented Interfaces:
org.apache.commons.digester.ObjectCreationFactory
- Direct Known Subclasses:
JRPenFactory.Bottom,JRPenFactory.Box,JRPenFactory.Left,JRPenFactory.Right,JRPenFactory.Style,JRPenFactory.Top
public class JRPenFactory extends JRBaseFactory
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classJRPenFactory.Bottomstatic classJRPenFactory.Boxstatic classJRPenFactory.Leftstatic classJRPenFactory.Rightstatic classJRPenFactory.Stylestatic classJRPenFactory.Top
-
Field Summary
-
Fields inherited from class net.sf.jasperreports.engine.xml.JRBaseFactory
digester, EXCEPTION_MESSAGE_KEY_UNKNOWN_REPORT_STYLE
-
-
Constructor Summary
Constructors Constructor Description JRPenFactory()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ObjectcreateObject(org.xml.sax.Attributes atts)protected static voidsetPenAttributes(org.xml.sax.Attributes atts, JRPen pen)-
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)
-
setPenAttributes
protected static void setPenAttributes(org.xml.sax.Attributes atts, JRPen pen)
-
-