|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
General interface to export digaram in the specified format, for example in SBML format or as PNG image.
| Method Summary | |
boolean |
accept(Diagram diagram)
Returns true if the specified diagram can be exported in this format and false otherwise. |
void |
doExport(Diagram diagram,
java.io.File file)
Exports the specified diagram into the specified file or directory. |
boolean |
init(java.lang.String format,
java.lang.String suffix)
The same exporter can support several formats. |
| Method Detail |
public boolean accept(Diagram diagram)
public void doExport(Diagram diagram,
java.io.File file)
throws java.lang.Exception
diagram - - diagram to be exportedfile - - name of file or directory where the export results will be stored.
java.lang.Exception
public boolean init(java.lang.String format,
java.lang.String suffix)
format and suffix parameters.
format - - format for exportsuffix - - file sufix for the specified format.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||