public interface ColorInterpreter extends LogGridInterpreter
| Modifier and Type | Method and Description |
|---|---|
java.util.List<org.processmining.framework.util.Pair<java.awt.Color,java.lang.String>> |
getLegend()
Get a legend of available colors.
|
java.awt.Color |
interpret(org.deckfour.xes.model.XEvent event)
Convert the value number from the data source to the corresponding color.
|
completeLog, completeTrace, startLog, startTracejava.awt.Color interpret(org.deckfour.xes.model.XEvent event)
value - Value for the color.java.lang.IllegalArgumentException - Throws an IllegalArgumentException whenever
the required information is not available in the provided XEvent instance.java.util.List<org.processmining.framework.util.Pair<java.awt.Color,java.lang.String>> getLegend()