Protected
notifyNotify to every handler a plot event
Plot event data
Deregister a handler to this notifier
The handler that is going to be deregistered to this notifier
Register a handler to be notified for plot events
The handler that is going to be registered to this notifier
The class that plots and stores the heatmap, which displays the the similarity values between every pair of cases in a casebase. This heatmap is interactive, so when the user clicks on a cell, the class notifies to its observers the information about the pair of cases represented in this cell. For this reason, this class implements the PlotEventNotifier.
Additionally, this class displays the stripe charts that appear when the user clicks on the pin icon on the header of the Table comparator. This way, the heatmap is transformed into a stripe chart, where each stripe is the similarity value of the selected case with another case in the casebase. The stripechart is sorted by similarity value.