org.genealogie.pdf
Class FicheSimple
java.lang.Object
|
+--org.genealogie.pdf.FicheSimple
- Direct Known Subclasses:
- FicheSimpleImpl
- public class FicheSimple
- extends java.lang.Object
Field Summary |
protected org.genealogie.dao.ActesBean |
actesB
|
protected com.lowagie.text.Font |
corps
|
protected com.lowagie.text.Document |
document
|
protected org.genealogie.dao.DocumentsBean |
documents
|
protected org.genealogie.dao.GenealogieBean |
genealogie
|
protected EltArbreAsc |
p
|
protected java.lang.String |
racineImages
|
protected com.lowagie.text.Font |
sstitre
|
protected com.lowagie.text.Font |
titre
|
Constructor Summary |
FicheSimple()
|
FicheSimple(org.genealogie.dao.GenealogieBean genealogie,
org.genealogie.dao.DocumentsBean documents,
org.genealogie.dao.ActesBean actesB,
EltArbreAsc elt,
com.lowagie.text.Document document)
|
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
genealogie
protected org.genealogie.dao.GenealogieBean genealogie
documents
protected org.genealogie.dao.DocumentsBean documents
actesB
protected org.genealogie.dao.ActesBean actesB
p
protected EltArbreAsc p
document
protected com.lowagie.text.Document document
racineImages
protected java.lang.String racineImages
titre
protected com.lowagie.text.Font titre
sstitre
protected com.lowagie.text.Font sstitre
corps
protected com.lowagie.text.Font corps
FicheSimple
public FicheSimple()
FicheSimple
public FicheSimple(org.genealogie.dao.GenealogieBean genealogie,
org.genealogie.dao.DocumentsBean documents,
org.genealogie.dao.ActesBean actesB,
EltArbreAsc elt,
com.lowagie.text.Document document)
ecrire
public void ecrire(boolean detail)
throws com.lowagie.text.DocumentException
ecrireEntetePersonne
protected void ecrireEntetePersonne(EltArbreAsc p,
com.lowagie.text.Document document)
throws java.io.IOException,
java.net.MalformedURLException,
com.lowagie.text.DocumentException,
com.lowagie.text.BadElementException
ecrireDescriptionPersonne
protected void ecrireDescriptionPersonne(EltArbreAsc p,
boolean detail,
com.lowagie.text.Document document)
throws java.io.IOException,
java.net.MalformedURLException,
com.lowagie.text.DocumentException,
com.lowagie.text.BadElementException
ecrireDescriptionMariages
protected void ecrireDescriptionMariages(EltArbreAsc p,
boolean detail,
com.lowagie.text.Document document)
throws java.io.IOException,
java.net.MalformedURLException,
com.lowagie.text.DocumentException,
com.lowagie.text.BadElementException
ecrireEnfants
protected void ecrireEnfants(EltArbreAsc p,
boolean detail,
com.lowagie.text.Document document)
throws com.lowagie.text.DocumentException
ecrireActe
protected void ecrireActe(org.genealogie.utils.ActeUtils pu,
com.lowagie.text.Document document)
throws java.io.IOException,
java.net.MalformedURLException,
com.lowagie.text.DocumentException,
com.lowagie.text.BadElementException
ecrireDocument
protected void ecrireDocument(org.genealogie.utils.DocumentUtils pu,
com.lowagie.text.Document document)
throws java.io.IOException,
java.net.MalformedURLException,
com.lowagie.text.DocumentException,
com.lowagie.text.BadElementException
Copyright © 2002 JGenea Ihm. All Rights Reserved.