org.genealogie.rtf
Class FicheSimple

java.lang.Object
  |
  +--org.genealogie.rtf.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  Elt 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, Elt elt, com.lowagie.text.Document document)
           
 
Method Summary
 void ecrire(boolean detail)
           
protected  void ecrireActe(org.genealogie.utils.ActeUtils pu, com.lowagie.text.Document document)
           
protected  void ecrireDescriptionPersonne(Elt p, boolean detail, com.lowagie.text.Document document)
           
protected  void ecrireDocument(org.genealogie.utils.DocumentUtils pu, com.lowagie.text.Document document)
           
protected  void ecrireEntetePersonne(Elt p, com.lowagie.text.Document document)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

genealogie

protected org.genealogie.dao.GenealogieBean genealogie

documents

protected org.genealogie.dao.DocumentsBean documents

actesB

protected org.genealogie.dao.ActesBean actesB

p

protected Elt 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
Constructor Detail

FicheSimple

public FicheSimple()

FicheSimple

public FicheSimple(org.genealogie.dao.GenealogieBean genealogie,
                   org.genealogie.dao.DocumentsBean documents,
                   org.genealogie.dao.ActesBean actesB,
                   Elt elt,
                   com.lowagie.text.Document document)
Method Detail

ecrire

public void ecrire(boolean detail)
            throws com.lowagie.text.DocumentException

ecrireEntetePersonne

protected void ecrireEntetePersonne(Elt 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(Elt p,
                                         boolean detail,
                                         com.lowagie.text.Document document)
                                  throws java.io.IOException,
                                         java.net.MalformedURLException,
                                         com.lowagie.text.DocumentException,
                                         com.lowagie.text.BadElementException

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.