net.sourceforge.ganttproject
Class GanttHTMLExport

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

public class GanttHTMLExport
extends java.lang.Object

Class able to export the project in HTML

Author:
Pawel Lipinski (90%) $Id: GanttHTMLExport.java,v 1.41 2003/11/28 14:58:50 leeper Exp $

Constructor Summary
GanttHTMLExport()
           
 
Method Summary
static java.lang.String correct(java.lang.String s)
          Correct the charcters to be compatible with xml format
static java.lang.String getExtention(java.io.File f)
          Return the extention for the file
static java.lang.String getFileName(java.io.File f)
          the name of the files
static void save(java.io.File file, java.lang.String name, java.lang.String desc, java.lang.String orga, GanttProject prj, GanttTree tree, GanttGraphicArea area, ResourceLoadGraphicArea rarea, GanttExportSettings bool)
          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

GanttHTMLExport

public GanttHTMLExport()
Method Detail

save

public static void save(java.io.File file,
                        java.lang.String name,
                        java.lang.String desc,
                        java.lang.String orga,
                        GanttProject prj,
                        GanttTree tree,
                        GanttGraphicArea area,
                        ResourceLoadGraphicArea rarea,
                        GanttExportSettings bool)
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


getFileName

public static java.lang.String getFileName(java.io.File f)
the name of the files


getExtention

public static java.lang.String getExtention(java.io.File f)
Return the extention for the file



Copyright © 2002 Alexandre THOMAS.