public class LerpBandSeriesInfo extends BandSeriesInfo
FastBandRenderableSeries
with linear interpolationxValue, xy1Coordinate, y1SeriesColor, y1Value, yValue
dataSeriesIndex, dataSeriesType, isHit, isWithinDataBounds, renderableSeries, seriesColor, seriesName, xyCoordinate
Constructor and Description |
---|
LerpBandSeriesInfo(FastBandRenderableSeries renderableSeries)
Creates a new instance of
LerpBandSeriesInfo class |
Modifier and Type | Method and Description |
---|---|
void |
update(HitTestInfo hitTestInfo,
boolean interpolate)
Updates this instance with information provided by
hitTestInfo instance |
clear, getFormattedXValue, getFormattedY1Value, getFormattedYValue
formatXCursorValue, formatYCursorValue, getRenderableSeries, isVisible, update
public LerpBandSeriesInfo(FastBandRenderableSeries renderableSeries)
LerpBandSeriesInfo
classrenderableSeries
- The parent renderable seriespublic void update(HitTestInfo hitTestInfo, boolean interpolate)
hitTestInfo
instanceupdate
in interface IHitTestInfoUpdatable
update
in class BandSeriesInfo
hitTestInfo
- The results of hit testinterpolate
- If true perform interpolation