Uses of Class
org.processmining.logprojection.plugins.dottedchart.DottedChart.DottedChartException
-
-
Uses of DottedChart.DottedChartException in org.processmining.logprojection
Methods in org.processmining.logprojection that throw DottedChart.DottedChartException Modifier and Type Method Description static LogViewLogProjectionPlugin. logToDottedChart(org.processmining.framework.plugin.PluginContext context, org.deckfour.xes.model.XLog eventlog)static javax.swing.JComponentLogProjectionPlugin. visualize(org.processmining.framework.plugin.PluginContext context, org.deckfour.xes.model.XLog eventlog)static DottedChartInspectorLogProjectionPlugin. visualize(org.processmining.framework.plugin.PluginContext context, LogView logView) -
Uses of DottedChart.DottedChartException in org.processmining.logprojection.plugins.dottedchart
Methods in org.processmining.logprojection.plugins.dottedchart that throw DottedChart.DottedChartException Modifier and Type Method Description LightLogDottedChart. exportViewToLightLog(boolean visibleOnly, java.lang.String name)org.deckfour.xes.model.XLogDottedChart. exportViewToXLog(boolean visibleOnly, java.lang.String name)voidDottedChart. setAttribute(DottedChart.AttributeType type, Attribute attribute, boolean signalChange)voidDottedChart. setColorAttribute(Attribute colorAttribute, boolean signalChange)voidDottedChart. setShapeAttribute(Attribute shapeAttribute, boolean signalChange)voidDottedChart. setXAxisAttribute(Attribute attribute, boolean signalChange)voidDottedChart. setYAxisAttribute(Attribute attribute, boolean signalChange)Constructors in org.processmining.logprojection.plugins.dottedchart that throw DottedChart.DottedChartException Constructor Description DottedChart(LogView log, Attribute xAttribute, Attribute yAttribute, Attribute colorAttribute, Attribute shapeAttribute) -
Uses of DottedChart.DottedChartException in org.processmining.logprojection.plugins.dottedchart.ui
Constructors in org.processmining.logprojection.plugins.dottedchart.ui that throw DottedChart.DottedChartException Constructor Description DottedChartInspector(LogView view)Deprecated.DottedChartInspector(LogView view, java.awt.Frame owner)DottedChartInspector(LogView view, java.awt.Frame owner, org.processmining.framework.plugin.PluginContext context)DottedChartInspector(LogView view, org.processmining.framework.plugin.PluginContext context)DottedChartPanel(org.deckfour.xes.model.XLog l)DottedChartPanel(org.processmining.framework.plugin.PluginContext pluginContext, org.deckfour.xes.model.XLog l)DottedChartPanel(LogView view)
-