|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbiouml.plugins.gxl.GxlExporter
| Field Summary | |
protected static org.apache.log4j.Category |
log
|
| Constructor Summary | |
GxlExporter()
|
|
| 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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected static org.apache.log4j.Category log
| Constructor Detail |
public GxlExporter()
| Method Detail |
public boolean accept(Diagram diagram)
DiagramExporter
accept in interface DiagramExporter
public void doExport(Diagram diagram,
java.io.File file)
throws java.lang.Exception
DiagramExporter
doExport in interface DiagramExporterdiagram - - 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)
DiagramExporterformat and suffix parameters.
init in interface DiagramExporterformat - - 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 | |||||||||