org.genealogie.pdf
Class PdfUtils

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

public class PdfUtils
extends java.lang.Object


Field Summary
private static java.lang.String racineImages
           
private static java.util.Hashtable typeActs
           
private static java.util.Hashtable typeDocs
           
 
Constructor Summary
PdfUtils()
           
 
Method Summary
(package private) static void ()
           
static void ecrireActe(org.genealogie.utils.ActeUtils pu, com.lowagie.text.Document document)
           
static void ecrireActeSansImage(org.genealogie.utils.ActeUtils pu, com.lowagie.text.Document document)
           
static void ecrireDocument(org.genealogie.utils.DocumentUtils pu, com.lowagie.text.Document document)
           
private static java.util.Vector getTokens(java.lang.String ligne)
          Decoupage d'une ligne avec comme séparateur '\n'
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

racineImages

private static java.lang.String racineImages

typeActs

private static java.util.Hashtable typeActs

typeDocs

private static java.util.Hashtable typeDocs
Constructor Detail

PdfUtils

public PdfUtils()
Method Detail

static void ()

getTokens

private static java.util.Vector getTokens(java.lang.String ligne)
Decoupage d'une ligne avec comme séparateur '\n'
Parameters:
ligne - ligne entrée
Returns:
liste des élémenets contenue dans un vecteur

ecrireActe

public static 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

ecrireActeSansImage

public static void ecrireActeSansImage(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

public static 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.