|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||

java.lang.Objecttoolbox.pdf.PdfFactory
public final class PdfFactory
Factory class to create Pdf descriptor instances.
| Method Summary | |
|---|---|
static PdfFactory |
newInstance(java.lang.String xmlConf)
Returns a new factory instance. |
static PdfFactory |
newInstance(XMLProperties xmlProps)
Returns a new factory instance. |
PdfMultiTable |
newPdfMultiTable(java.lang.String name)
Return a PdfMultiTable instance that describes a PDF document. |
PdfTable |
newPdfTable(java.lang.String name)
Return a PdfTable instance that describes a PDF document. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static PdfFactory newInstance(java.lang.String xmlConf)
throws PdfException
xmlConf - Location of XML configuration.
PdfExceptionpublic static PdfFactory newInstance(XMLProperties xmlProps)
xmlProps - XML configuration.
public PdfTable newPdfTable(java.lang.String name)
throws PdfException
name - Name of the descriptor to return.
PdfException - if the descriptor cannot be created.
public PdfMultiTable newPdfMultiTable(java.lang.String name)
throws PdfException
name - Name of the descriptor to return.
PdfException - if the descriptor cannot be created.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||