|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.sourceforge.ganttproject.GanttHTMLExport
Class able to export the project in HTML
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 |
public GanttHTMLExport()
Method Detail |
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)
public static java.lang.String correct(java.lang.String s)
public static java.lang.String getFileName(java.io.File f)
public static java.lang.String getExtention(java.io.File f)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |