getChart
public static javax.swing.JComponent getChart(org.deckfour.xes.model.XLog log,
java.util.Date firstLogDate,
java.util.Date lastLogDate)
Returns a bar chart showing for every abstract date in the log: 1. how
many first events have that abstract date and 2. how many last events
have that abstract date. Based on the time span of the log, the
abstraction and the time unit (days, hours, ...) is selected
automatically.
- Parameters:
log - The log.
firstLogDate - The earliest first date in the log.
lastLogDate - The latest last date in the log.
- Returns:
- The panel containing the bar chart.