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