Package | Description |
---|---|
org.processmining.recipes.statechart.align | |
org.processmining.ui.statechart.gfx |
Modifier and Type | Method and Description |
---|---|
GfxIcons |
AnalysisAlignMetricOverlay.getIcon() |
Constructor and Description |
---|
AnalysisAlignMetricOverlay(java.lang.String name,
GfxIcons icon,
java.lang.String tooltip,
IMetric[] nodeMetrics,
IColorMapProvider nodeColorMapProvider,
IMetric[] edgeMetrics,
IColorMapProvider edgeColorMapProvider) |
Modifier and Type | Method and Description |
---|---|
static GfxIcons |
GfxIcons.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GfxIcons[] |
GfxIcons.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|