TX
- The type of X-DataTY
- The type of Y-DataTZ
- The type of Z-Datapublic interface IUniformHeatmapDataSeriesValues<TX extends java.lang.Comparable<TX>,TY extends java.lang.Comparable<TY>,TZ extends java.lang.Comparable<TZ>> extends IDataSeries<TX,TY>
FastUniformHeatmapRenderableSeries
Modifier and Type | Method and Description |
---|---|
TX |
getStartX()
Gets start X value for 2D heatmap
|
TY |
getStartY()
Gets start Y value for 2D heatmap
|
TX |
getStepX()
Gets the size for each cell in 2D heatmap in X direction
|
TY |
getStepY()
Gets the size for each cell in 2D heatmap in Y direction
|
int |
getXIndex(int zIndex)
Gets xIndex based on index from
getZValues() list |
int |
getXSize()
Gets the size of 2D heatmap data in X direction
|
TX |
getXValueAt(int xIndex)
Gets the X value for specified index
|
int |
getYIndex(int zIndex)
Gets yIndex based on index from
getZValues() list |
int |
getYSize()
Gets the size of 2D heatmap data in Y direction
|
TY |
getYValueAt(int yIndex)
Gets the Y value for specified index
|
int |
getZIndex(int xIndex,
int yIndex)
Gets raw zIndex based on xIndex and yIndex
|
TZ |
getZValueAt(int xIndex,
int yIndex)
Gets the Z value for specified xIndex and yIndex
|
com.scichart.data.model.ISciList<TZ> |
getZValues()
Gets the Z values of this series
|
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
int getXSize()
int getYSize()
TX getStartX()
TX getStepX()
TY getStartY()
TY getStepY()
com.scichart.data.model.ISciList<TZ> getZValues()
TX getXValueAt(int xIndex)
xIndex
- The xIndex to get X value forTY getYValueAt(int yIndex)
yIndex
- The yIndex to get Y value forTZ getZValueAt(int xIndex, int yIndex)
xIndex
- The xIndex to get Z value foryIndex
- The yIndex to get Z value forint getXIndex(int zIndex)
getZValues()
listzIndex
- The raw zIndex of item from getZValues()
listint getYIndex(int zIndex)
getZValues()
listzIndex
- The raw zIndex of item from getZValues()
listint getZIndex(int xIndex, int yIndex)
xIndex
- The xIndexyIndex
- The yIndex