Interface PivotHeatMap<T>
- Type Parameters:
T-
- All Superinterfaces:
Deflatable<T>
- All Known Subinterfaces:
MinMaxHeatMap<T>,TableBasedHeatMap<T>,ValueHeatMap<T>
- All Known Implementing Classes:
ByColumnHeatMap,ByRowHeatMap,DistinctHeatMap,TableHeatMap,ValuesHeatMap
A low-level interface used to define a pivot heatmap
-
Method Summary
Modifier and TypeMethodDescriptionlongcolorFormat(PivotViewPanel panel, JTable table, Object value, int row, int col) Used within thePivotViewPanelto determine each individual pivot-cell's potential colorationMethods inherited from interface com.illumon.iris.db.tables.remote.Deflatable
deflate
-
Method Details
-
colorFormat
Used within thePivotViewPanelto determine each individual pivot-cell's potential coloration- Parameters:
panel- thePivotViewPanelwhose heatmap we currently representtable- the table currently being redrawnvalue- the contents of the cell currently being drawnrow- the row currently being drawncol- the column currently being drawn- Returns:
- a value representing the desired foreground and background colors of the cell being drawn
-