| Package | Description |
|---|---|
| org.processmining.plugins.graphviz.visualisation | |
| org.processmining.plugins.graphviz.visualisation.export |
| Modifier and Type | Class and Description |
|---|---|
class |
DotPanel |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
Exporter.export(NavigableSVGPanel panel,
java.io.File file) |
void |
ExporterEMF.export(NavigableSVGPanel panel,
java.io.File file) |
void |
ExporterEPS.export(NavigableSVGPanel panel,
java.io.File file) |
void |
ExporterPDF.export(NavigableSVGPanel panel,
java.io.File file) |
void |
ExporterPNG.export(NavigableSVGPanel panel,
java.io.File file) |
void |
ExporterSVG.export(NavigableSVGPanel panel,
java.io.File file) |
| Constructor and Description |
|---|
ExportDialog(NavigableSVGPanel parent,
Exporter... exporters) |