Package | Description |
---|---|
org.processmining.plugins.graphviz.dot | |
org.processmining.plugins.graphviz.dot.plugins | |
org.processmining.plugins.graphviz.visualisation |
Modifier and Type | Method and Description |
---|---|
static boolean |
Dot2Image.dot2image(Dot dot,
java.io.File file,
Dot2Image.Type type) |
static boolean |
Dot2Image.dot2image(Dot dot,
java.io.File file,
Dot2Image.Type type,
Dot2Image.Engine engine) |
static java.io.InputStream |
Dot2Image.dot2imageInputStream(Dot dot,
Dot2Image.Type type) |
static java.io.InputStream |
Dot2Image.dot2imageInputStream(Dot dot,
Dot2Image.Type type,
Dot2Image.Engine engine) |
Modifier and Type | Method and Description |
---|---|
protected void |
DotImageExportPlugin.export(Dot dot,
java.io.File file,
Exporter exporter) |
void |
DotExportPlugin.export(org.processmining.framework.plugin.PluginContext context,
Dot dot,
java.io.File file) |
void |
DotEMFExportPlugin.exportAsEMF(org.processmining.framework.plugin.PluginContext context,
Dot dot,
java.io.File file) |
void |
DotEPSExportPlugin.exportAsEPS(org.processmining.framework.plugin.PluginContext context,
Dot dot,
java.io.File file) |
void |
DotPDFExportPlugin.exportAsPDF(org.processmining.framework.plugin.PluginContext context,
Dot dot,
java.io.File file) |
void |
DotPNGExportPlugin.exportAsPNG(org.processmining.framework.plugin.PluginContext context,
Dot dot,
java.io.File file) |
void |
DotSVGExportPlugin.exportAsSVG(org.processmining.framework.plugin.PluginContext context,
Dot dot,
java.io.File file) |
Modifier and Type | Method and Description |
---|---|
Dot |
DotPanel.getDot() |
Modifier and Type | Method and Description |
---|---|
void |
DotPanelUserSettings.applyToDot(Dot dot)
Applies the dot panel user settings to a Dot instance.
|
void |
DotPanel.changeDot(Dot dot,
boolean resetView)
Sets a new image
|
void |
DotPanel.changeDot(Dot dot,
com.kitfox.svg.SVGDiagram diagram,
boolean resetView)
Sets a new precomputed image.
|
static com.kitfox.svg.SVGDiagram |
DotPanel.dot2svg(Dot dot) |
void |
DotPanelUserSettings.readFromDot(Dot dot) |
javax.swing.JComponent |
DotVisualisation.visualize(org.processmining.framework.plugin.PluginContext context,
Dot dot) |
Constructor and Description |
---|
DotPanel(Dot dot) |
DotPanelUserSettings(Dot dot) |