Uses of Class
org.processmining.plugins.graphviz.visualisation.export.Exporter
-
Packages that use Exporter Package Description org.processmining.plugins.graphviz.dot.plugins org.processmining.plugins.graphviz.visualisation org.processmining.plugins.graphviz.visualisation.export -
-
Uses of Exporter in org.processmining.plugins.graphviz.dot.plugins
Methods in org.processmining.plugins.graphviz.dot.plugins with parameters of type Exporter Modifier and Type Method Description protected voidDotImageExportPlugin. export(Dot dot, java.io.File file, Exporter exporter) -
Uses of Exporter in org.processmining.plugins.graphviz.visualisation
Methods in org.processmining.plugins.graphviz.visualisation that return types with arguments of type Exporter Modifier and Type Method Description java.util.List<Exporter>DotPanel. getExporters()java.util.List<Exporter>NavigableSVGPanel. getExporters() -
Uses of Exporter in org.processmining.plugins.graphviz.visualisation.export
Subclasses of Exporter in org.processmining.plugins.graphviz.visualisation.export Modifier and Type Class Description classExporterDotclassExporterEMFclassExporterEPSclassExporterPDFDue to bugs in direct pdf export, first export to eps and then convert to pdf.classExporterPNGclassExporterSVGConstructors in org.processmining.plugins.graphviz.visualisation.export with parameters of type Exporter Constructor Description ExportDialog(NavigableSVGPanel parent, Exporter... exporters)Deprecated.Constructor parameters in org.processmining.plugins.graphviz.visualisation.export with type arguments of type Exporter Constructor Description ExportDialog(NavigableSVGPanel parent, java.lang.Iterable<Exporter> exporters)
-