public class UniformHeatmapSeriesInfo extends SeriesInfo<FastUniformHeatmapRenderableSeries>
FastUniformHeatmapRenderableSeries
Modifier and Type | Field and Description |
---|---|
int |
xIndex
The x index in
UniformHeatmapDataSeries at the hit-test site |
java.lang.Comparable<?> |
xValue
The X Value at the hit-test site
|
int |
yIndex
The y index in
UniformHeatmapDataSeries at the hit-test site |
java.lang.Comparable<?> |
yValue
The Y Value at the hit-test site
|
java.lang.Comparable<?> |
zValue
The Z Value at the hit-test site
|
dataSeriesIndex, dataSeriesType, isWithinDataBounds, xyCoordinate
isHit, renderableSeries, seriesColor, seriesName
Constructor and Description |
---|
UniformHeatmapSeriesInfo(FastUniformHeatmapRenderableSeries renderableSeries)
Creates a new instance of
UniformHeatmapSeriesInfo class |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
java.lang.CharSequence |
getFormattedXValue()
Gets the formatted
xValue |
java.lang.CharSequence |
getFormattedYValue()
Gets the formatted
yValue |
void |
update(HitTestInfo hitTestInfo,
boolean interpolate)
Updates this instance with information provided by
hitTestInfo instance |
formatXCursorValue, formatYCursorValue, getRenderableSeries, update
isVisible
public java.lang.Comparable<?> xValue
public java.lang.Comparable<?> yValue
public java.lang.Comparable<?> zValue
public int xIndex
UniformHeatmapDataSeries
at the hit-test sitepublic int yIndex
UniformHeatmapDataSeries
at the hit-test sitepublic UniformHeatmapSeriesInfo(FastUniformHeatmapRenderableSeries renderableSeries)
UniformHeatmapSeriesInfo
classrenderableSeries
- The parent renderable seriespublic void update(HitTestInfo hitTestInfo, boolean interpolate)
hitTestInfo
instanceupdate
in interface IHitTestInfoUpdatable
update
in class SeriesInfo<FastUniformHeatmapRenderableSeries>
hitTestInfo
- The results of hit testinterpolate
- If true perform interpolationpublic void clear()
clear
in interface com.scichart.core.framework.ICleanable
clear
in class SeriesInfo<FastUniformHeatmapRenderableSeries>
public final java.lang.CharSequence getFormattedXValue()
xValue
xValue
public final java.lang.CharSequence getFormattedYValue()
yValue
yValue