public class SidePanelContinuousValueAggregator extends AbstractSidePanelValueAggregator<java.lang.Double,ContinuousValueAggregationMethod>
Constructor and Description |
---|
SidePanelContinuousValueAggregator(ContinuousValueAggregationMethod aggregationMethod,
double min,
double max) |
Modifier and Type | Method and Description |
---|---|
void |
adjustValueRange(ContinuousValueAggregationMethod aggregationMethod,
double min,
double max) |
void |
clearCachedResults() |
protected IdToSidePanelDisplayConverter.SidePanelValueColorPair<java.lang.Double> |
doAggregation(java.lang.String id,
java.util.List<java.lang.Double> allValues) |
protected IdToSidePanelDisplayConverter.SidePanelValueColorPair<java.lang.Double> |
getCachedResult(java.lang.String id) |
boolean |
isValueNumeric() |
aggregate, getAggregationMethod, setAggregationMethod, setDisplayConverter
public SidePanelContinuousValueAggregator(ContinuousValueAggregationMethod aggregationMethod, double min, double max)
public void adjustValueRange(ContinuousValueAggregationMethod aggregationMethod, double min, double max)
protected IdToSidePanelDisplayConverter.SidePanelValueColorPair<java.lang.Double> doAggregation(java.lang.String id, java.util.List<java.lang.Double> allValues)
doAggregation
in class AbstractSidePanelValueAggregator<java.lang.Double,ContinuousValueAggregationMethod>
protected IdToSidePanelDisplayConverter.SidePanelValueColorPair<java.lang.Double> getCachedResult(java.lang.String id)
getCachedResult
in class AbstractSidePanelValueAggregator<java.lang.Double,ContinuousValueAggregationMethod>
public boolean isValueNumeric()
public void clearCachedResults()