Package | Description |
---|---|
org.processmining.performancespectrumintegration.models.settings | |
org.processmining.performancespectrumintegration.visualization.inputpanels |
Modifier and Type | Method and Description |
---|---|
FilterType |
FilterSettings.getType() |
static FilterType |
FilterType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FilterType[] |
FilterType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
FilterSettings(FilterType type) |
PercentageFilterSettings(FilterType type,
double percentage,
boolean inverted) |
Modifier and Type | Method and Description |
---|---|
static DialogPanel<PercentageFilterSettings> |
DialogPanel.createPercentageFilterWithGraph(FilterSettings initialSettings,
FilterType type,
java.util.function.Supplier<org.jfree.chart.ChartPanel> chartPanelSupplier,
int graphWidth,
int graphHeight,
java.lang.String title,
java.lang.String labelString,
java.lang.String inc,
java.lang.String exc) |
static DialogPanel<DurationThresholdFilterSettings> |
DialogPanel.createThresholdFilterWithGraph(FilterSettings initialSettings,
FilterType type,
java.util.function.Supplier<org.jfree.chart.ChartPanel> chartPanelSupplier,
int graphWidth,
int graphHeight,
java.lang.String title,
java.lang.String labelString,
java.lang.String inc,
java.lang.String exc) |