org.genealogie.pdf
Class PdfPlugin

java.lang.Object
  |
  +--org.genealogie.pdf.PdfPlugin

public class PdfPlugin
extends java.lang.Object


Field Summary
private static java.lang.String classFicheDouble
           
private static java.lang.String classFicheSimple
           
private static java.lang.reflect.Constructor constrDouble
           
private static java.lang.reflect.Constructor constrSimple
           
private static FicheDouble ficheDouble
           
private static FicheSimple ficheSimple
           
private static org.genealogie.utils.JarClassLoader loader
           
private static java.util.ResourceBundle rb
           
 
Constructor Summary
PdfPlugin()
           
 
Method Summary
(package private) static void ()
           
static FicheDouble getFicheDouble(org.genealogie.dao.GenealogieBean genealogie, org.genealogie.dao.DocumentsBean documents, org.genealogie.dao.ActesBean actesB, org.genealogie.utils.Fiche fiche, com.lowagie.text.Document document)
           
static FicheSimple getFicheSimple(org.genealogie.dao.GenealogieBean genealogie, org.genealogie.dao.DocumentsBean documents, org.genealogie.dao.ActesBean actesB, EltArbreAsc p, com.lowagie.text.Document document)
           
static void init()
           
static void initFicheDouble()
           
static void initFicheSimple()
           
private static void initLoader()
           
private static void initResourceBundle()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

ficheSimple

private static FicheSimple ficheSimple

ficheDouble

private static FicheDouble ficheDouble

rb

private static java.util.ResourceBundle rb

classFicheSimple

private static java.lang.String classFicheSimple

classFicheDouble

private static java.lang.String classFicheDouble

constrSimple

private static java.lang.reflect.Constructor constrSimple

constrDouble

private static java.lang.reflect.Constructor constrDouble

loader

private static org.genealogie.utils.JarClassLoader loader
Constructor Detail

PdfPlugin

public PdfPlugin()
Method Detail

static void ()

init

public static void init()

initLoader

private static void initLoader()

initResourceBundle

private static void initResourceBundle()

initFicheSimple

public static void initFicheSimple()

initFicheDouble

public static void initFicheDouble()

getFicheSimple

public static FicheSimple getFicheSimple(org.genealogie.dao.GenealogieBean genealogie,
                                         org.genealogie.dao.DocumentsBean documents,
                                         org.genealogie.dao.ActesBean actesB,
                                         EltArbreAsc p,
                                         com.lowagie.text.Document document)

getFicheDouble

public static FicheDouble getFicheDouble(org.genealogie.dao.GenealogieBean genealogie,
                                         org.genealogie.dao.DocumentsBean documents,
                                         org.genealogie.dao.ActesBean actesB,
                                         org.genealogie.utils.Fiche fiche,
                                         com.lowagie.text.Document document)


Copyright © 2002 JGenea Ihm. All Rights Reserved.