Class ExporterEMF
- java.lang.Object
-
- javax.swing.filechooser.FileFilter
-
- org.processmining.plugins.graphviz.visualisation.export.Exporter
-
- org.processmining.plugins.graphviz.visualisation.export.ExporterEMF
-
public class ExporterEMF extends Exporter
-
-
Constructor Summary
Constructors Constructor Description ExporterEMF()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexport(NavigableSVGPanel panel, java.io.File file)protected java.lang.StringgetExtension()-
Methods inherited from class org.processmining.plugins.graphviz.visualisation.export.Exporter
accept, addExtension, getDescription
-
-
-
-
Method Detail
-
getExtension
protected java.lang.String getExtension()
- Specified by:
getExtensionin classExporter
-
export
public void export(NavigableSVGPanel panel, java.io.File file) throws java.lang.Exception
-
-