fr.opensagres.xdocreport.itext.extension
Class ParagraphFactory

java.lang.Object
  extended by fr.opensagres.xdocreport.itext.extension.ParagraphFactory
All Implemented Interfaces:
IParagraphFactory

public class ParagraphFactory
extends Object
implements IParagraphFactory


Constructor Summary
ParagraphFactory()
           
 
Method Summary
 com.lowagie.text.Paragraph createParagraph()
           
 com.lowagie.text.Paragraph createParagraph(com.lowagie.text.Paragraph title)
           
static IParagraphFactory getDefault()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParagraphFactory

public ParagraphFactory()
Method Detail

getDefault

public static IParagraphFactory getDefault()

createParagraph

public com.lowagie.text.Paragraph createParagraph()
Specified by:
createParagraph in interface IParagraphFactory

createParagraph

public com.lowagie.text.Paragraph createParagraph(com.lowagie.text.Paragraph title)
Specified by:
createParagraph in interface IParagraphFactory


Copyright © 2013. All rights reserved.