net.sourceforge.ganttproject
Class GanttPDFExport

java.lang.Object
  |
  +--net.sourceforge.ganttproject.GanttPDFExport

public class GanttPDFExport
extends java.lang.Object


Constructor Summary
GanttPDFExport()
           
 
Method Summary
static void convert2PDF(java.lang.StringBuffer ganttXML, java.io.File pdf, java.lang.String xslfo)
           
static java.lang.String correct(java.lang.String s)
          Correct the charcters to be compatible with xml format
static void save(java.io.File pdffile, java.lang.String name, java.lang.String desc, java.lang.String orga, GanttProject prj, GanttTree tree, GanttGraphicArea area, ResourceLoadGraphicArea rarea, GanttExportSettings bool, java.lang.String xslfo)
          Save the project in HTML
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GanttPDFExport

public GanttPDFExport()
Method Detail

save

public static void save(java.io.File pdffile,
                        java.lang.String name,
                        java.lang.String desc,
                        java.lang.String orga,
                        GanttProject prj,
                        GanttTree tree,
                        GanttGraphicArea area,
                        ResourceLoadGraphicArea rarea,
                        GanttExportSettings bool,
                        java.lang.String xslfo)
Save the project in HTML


correct

public static java.lang.String correct(java.lang.String s)
Correct the charcters to be compatible with xml format


convert2PDF

public static void convert2PDF(java.lang.StringBuffer ganttXML,
                               java.io.File pdf,
                               java.lang.String xslfo)
                        throws java.io.IOException,
                               javax.xml.transform.TransformerException
java.io.IOException
javax.xml.transform.TransformerException


Copyright © 2002 Alexandre THOMAS.