class |
AbstractColoredCellRenderingCustomizer |
Ancestor for cell rendering customizers with predefined foreground/background colors.
|
class |
ConfusionMatrixCellRenderingCustomizer |
Uses the specified color to highlight the cells on the diagonal.
|
class |
DefaultCellRenderingCustomizer |
Default cell rendering customizer.
|
class |
DistinctValueCellRenderingCustomizer |
Each distinct value in the spreadsheet gets its own color.
|
class |
HeatmapCellRenderingCustomizer |
Determines the min/max of numeric values in the table and colors the
background using the specified generator.
|
class |
MultiCellRenderingCustomizer |
Applies the sub-renderers sequentially.
|
class |
NumericRangeCellRenderingCustomizer |
Uses the defined ranges to determine whether a numeric cells gets highlighted
with the specified color.
|