public class SplineXySeriesInfo extends XySeriesInfo<XyRenderableSeriesBase>
xValue, yValue
dataSeriesIndex, dataSeriesType, isWithinDataBounds, xyCoordinate
isHit, renderableSeries, seriesColor, seriesName
Constructor and Description |
---|
SplineXySeriesInfo(XyRenderableSeriesBase renderableSeriesBase)
Creates a new instance of
SplineXySeriesInfo 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, update
isVisible
public SplineXySeriesInfo(XyRenderableSeriesBase renderableSeriesBase)
SplineXySeriesInfo
classrenderableSeriesBase
- 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