Class DistinctValueHeatMapBuilder

java.lang.Object
io.deephaven.multiviewwidget.builder.heatmap.DistinctValueHeatMapBuilder
All Implemented Interfaces:
PivotHeatMapBuilder, Serializable

public class DistinctValueHeatMapBuilder extends Object implements PivotHeatMapBuilder
A PivotHeatMapBuilder which is used to define distinct coloration based on the underlying object value. The resulting heatmap permits colors to be defined. With no colors defined, the coloration will be identical to DBColorUtilImpl.DistinctFormatter
See Also: