Uses of Class
org.processmining.plugins.graphviz.dot.Dot
-
Packages that use Dot Package Description org.processmining.plugins.graphviz.dot org.processmining.plugins.graphviz.dot.plugins org.processmining.plugins.graphviz.visualisation -
-
Uses of Dot in org.processmining.plugins.graphviz.dot
Methods in org.processmining.plugins.graphviz.dot with parameters of type Dot Modifier and Type Method Description static booleanDot2Image. dot2image(Dot dot, java.io.File file, Dot2Image.Type type)static booleanDot2Image. dot2image(Dot dot, java.io.File file, Dot2Image.Type type, Dot2Image.Engine engine)static java.io.InputStreamDot2Image. dot2imageInputStream(Dot dot, Dot2Image.Type type)static java.io.InputStreamDot2Image. dot2imageInputStream(Dot dot, Dot2Image.Type type, Dot2Image.Engine engine) -
Uses of Dot in org.processmining.plugins.graphviz.dot.plugins
Methods in org.processmining.plugins.graphviz.dot.plugins with parameters of type Dot Modifier and Type Method Description voidDotExportPlugin. export(org.processmining.framework.plugin.PluginContext context, Dot dot, java.io.File file)protected voidDotImageExportPlugin. export(Dot dot, java.io.File file, Exporter exporter)voidDotEMFExportPlugin. exportAsEMF(org.processmining.framework.plugin.PluginContext context, Dot dot, java.io.File file)voidDotEPSExportPlugin. exportAsEPS(org.processmining.framework.plugin.PluginContext context, Dot dot, java.io.File file)voidDotPDFExportPlugin. exportAsPDF(org.processmining.framework.plugin.PluginContext context, Dot dot, java.io.File file)voidDotPNGExportPlugin. exportAsPNG(org.processmining.framework.plugin.PluginContext context, Dot dot, java.io.File file)voidDotSVGExportPlugin. exportAsSVG(org.processmining.framework.plugin.PluginContext context, Dot dot, java.io.File file) -
Uses of Dot in org.processmining.plugins.graphviz.visualisation
Methods in org.processmining.plugins.graphviz.visualisation that return Dot Modifier and Type Method Description DotDotPanel. getDot()Methods in org.processmining.plugins.graphviz.visualisation with parameters of type Dot Modifier and Type Method Description voidDotPanelUserSettings. applyToDot(Dot dot)Applies the dot panel user settings to a Dot instance.voidDotPanel. changeDot(Dot dot, boolean resetView)Sets a new imagevoidDotPanel. changeDot(Dot dot, com.kitfox.svg.SVGDiagram diagram, boolean resetView)Sets a new precomputed image.static com.kitfox.svg.SVGDiagramDotPanel. dot2svg(Dot dot)voidDotPanelUserSettings. readFromDot(Dot dot)javax.swing.JComponentDotVisualisation. visualize(org.processmining.framework.plugin.PluginContext context, Dot dot)Constructors in org.processmining.plugins.graphviz.visualisation with parameters of type Dot Constructor Description DotPanel(Dot dot)DotPanelUserSettings(Dot dot)
-