|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbiouml.plugins.svg.SvgDiagramExporter
Exports diagram image in SVG format.
| Constructor Summary | |
SvgDiagramExporter()
|
|
| Method Summary | |
boolean |
accept(Diagram diagram)
Accepts any diagram. |
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 |
| Constructor Detail |
public SvgDiagramExporter()
| Method Detail |
public boolean accept(Diagram diagram)
accept in interface DiagramExporter
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.
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||