TX
- The type of X-DataTY
- The type of Y-Datapublic abstract class BaseHeatmapDataDistributionCalculator<TX extends java.lang.Comparable<TX>,TY extends java.lang.Comparable<TY>> extends java.lang.Object implements IHeatmapDataDistributionCalculator<TX,TY>
IHeatmapDataDistributionCalculator
Modifier and Type | Field and Description |
---|---|
protected boolean |
dataEvenlySpaced |
protected boolean |
dataSortedAscending |
Constructor and Description |
---|
BaseHeatmapDataDistributionCalculator() |
Modifier and Type | Method and Description |
---|---|
void |
clear()
Clears the DataDistributionCalculator flags
|
boolean |
isDataEvenlySpaced() |
boolean |
isDataSortedAscending() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
onUpdateXValue, onUpdateXValues, onUpdateYValue, onUpdateYValues
protected boolean dataSortedAscending
protected boolean dataEvenlySpaced
public BaseHeatmapDataDistributionCalculator()
public final boolean isDataSortedAscending()
isDataSortedAscending
in interface com.scichart.data.model.IDataDistributionProvider
public final boolean isDataEvenlySpaced()
isDataEvenlySpaced
in interface com.scichart.data.model.IDataDistributionProvider