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