Class Exporter
- java.lang.Object
-
- javax.swing.filechooser.FileFilter
-
- org.processmining.plugins.graphviz.visualisation.export.Exporter
-
- Direct Known Subclasses:
ExporterDot,ExporterEMF,ExporterEPS,ExporterPDF,ExporterPNG,ExporterSVG
public abstract class Exporter extends javax.swing.filechooser.FileFilter
-
-
Constructor Summary
Constructors Constructor Description Exporter()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description booleanaccept(java.io.File file)java.io.FileaddExtension(java.io.File file)abstract voidexport(NavigableSVGPanel panel, java.io.File file)java.lang.StringgetDescription()protected abstract java.lang.StringgetExtension()
-
-
-
Method Detail
-
getExtension
protected abstract java.lang.String getExtension()
-
export
public abstract void export(NavigableSVGPanel panel, java.io.File file) throws java.lang.Exception
- Throws:
java.lang.Exception
-
getDescription
public java.lang.String getDescription()
- Specified by:
getDescriptionin classjavax.swing.filechooser.FileFilter
-
addExtension
public java.io.File addExtension(java.io.File file)
-
accept
public boolean accept(java.io.File file)
- Specified by:
acceptin classjavax.swing.filechooser.FileFilter
-
-