Class HeatmapUtility
java.lang.Object
cz.fidentis.analyst.gui.elements.heatmaptable.HeatmapUtility
Utility helper class for heatmap
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
HIGHLIGHT_COLOR
-
-
Constructor Details
-
HeatmapUtility
public HeatmapUtility()
-
-
Method Details
-
getColor
Gets color based on progress- Parameters:
progress
- from which the color is computed- Returns:
- the color that corresponds to the progress
-
getMax
Reurns maximum value of given list- Parameters:
values
- to find maximum value in- Returns:
- the maximum value
-