TX
- The type of X-DataTY
- The type of Y-DataTZ
- The type of Z-Datapublic interface IUniformHeatmapDataSeries<TX extends java.lang.Comparable<TX>,TY extends java.lang.Comparable<TY>,TZ extends java.lang.Comparable<TZ>> extends IUniformHeatmapDataSeriesValues<TX,TY,TZ>
FastUniformHeatmapRenderableSeries
Modifier and Type | Method and Description |
---|---|
void |
setStartX(TX startX)
Sets start X value for 2D heatmap
|
void |
setStartY(TY startY)
Sets start Y value for 2D heatmap
|
void |
setStepX(TX stepX)
Sets the size for each cell in 2D heatmap in X direction
|
void |
setStepY(TY stepY)
Sets the size for each cell in 2D heatmap in Y direction
|
void |
updateRangeZAt(int xIndex,
int yIndex,
com.scichart.core.model.IValues<TZ> values)
Updates the range of Z values for this series
|
void |
updateRangeZAt(int xIndex,
int yIndex,
java.util.List<TZ> values)
Updates the range of Z values for this series
|
void |
updateRangeZAt(int xIndex,
int yIndex,
TZ[] values)
Updates the range of Z values for this series
|
void |
updateZAt(int xIndex,
int yIndex,
TZ value)
Updates Z Value at specified xIndex and yIndex
|
void |
updateZValues(com.scichart.core.model.IValues<TZ> values)
Updates all Z values for this series
|
void |
updateZValues(java.util.List<TZ> values)
Updates all Z values for this series
|
void |
updateZValues(TZ[] values)
Updates all Z values for this series
|
getStartX, getStartY, getStepX, getStepY, getXIndex, getXSize, getXValueAt, getYIndex, getYSize, getYValueAt, getZIndex, getZValueAt, getZValues
getAcceptsUnsortedData, getDataSeriesType, getFifoCapacity, getIndicesXRange, getIndicesYRange, getLock, getWindowedYRange, getWindowedYRange, getXMath, getXMax, getXMin, getXRange, getXType, getYMath, getYMax, getYMin, getYRange, getYType, isFifo, setAcceptsUnsortedData, setFifoCapacity
addObserver, clear, clear, getCount, getHasValues, getSeriesName, removeObserver, setSeriesName
void setStartX(TX startX)
startX
- The new startX valuevoid setStepX(TX stepX)
stepX
- The new stepX valuevoid setStartY(TY startY)
startY
- The new startY valuevoid setStepY(TY stepY)
stepY
- The new stepY valuevoid updateZAt(int xIndex, int yIndex, TZ value)
xIndex
- The xIndex to update atyIndex
- The yIndex to update atvalue
- The value to setvoid updateZValues(com.scichart.core.model.IValues<TZ> values)
values
- The new Z value for this seriesvoid updateZValues(java.util.List<TZ> values)
values
- The new Z value for this seriesvoid updateZValues(TZ[] values)
values
- The new Z value for this seriesvoid updateRangeZAt(int xIndex, int yIndex, com.scichart.core.model.IValues<TZ> values)
xIndex
- The xIndex to start update atyIndex
- The yIndex to start update atvalues
- The new Z valuesvoid updateRangeZAt(int xIndex, int yIndex, java.util.List<TZ> values)
xIndex
- The xIndex to start update atyIndex
- The yIndex to start update atvalues
- The new Z valuesvoid updateRangeZAt(int xIndex, int yIndex, TZ[] values)
xIndex
- The xIndex to start update atyIndex
- The yIndex to start update atvalues
- The new Z values