net.sourceforge.ganttproject
Class GanttPDFExport
java.lang.Object
|
+--net.sourceforge.ganttproject.GanttPDFExport
- public class GanttPDFExport
- extends java.lang.Object
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 |
GanttPDFExport
public GanttPDFExport()
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.