public class DefaultXySeriesInfoProvider extends SeriesInfoProviderBase<XyRenderableSeriesBase,XySeriesInfo<? extends XyRenderableSeriesBase>>
XyRenderableSeriesBase
renderableSeries
Constructor and Description |
---|
DefaultXySeriesInfoProvider() |
Modifier and Type | Method and Description |
---|---|
protected XySeriesInfo<? extends XyRenderableSeriesBase> |
getSeriesInfoInternal() |
protected ISeriesTooltip |
getSeriesTooltipInternal(android.content.Context context,
XySeriesInfo<? extends XyRenderableSeriesBase> seriesInfo,
java.lang.Class<?> modifierType)
Creates a new
ISeriesTooltip . |
protected boolean |
isOfValidType(IRenderableSeries renderableSeries)
Checks whether the specified renderable series is valid for this provider.
|
attachTo, detach, getSeriesInfo, getSeriesTooltip, getSeriesTooltip, isAttached
protected boolean isOfValidType(IRenderableSeries renderableSeries)
isOfValidType
in class SeriesInfoProviderBase<XyRenderableSeriesBase,XySeriesInfo<? extends XyRenderableSeriesBase>>
renderableSeries
- The renderable series to check.protected XySeriesInfo<? extends XyRenderableSeriesBase> getSeriesInfoInternal()
getSeriesInfoInternal
in class SeriesInfoProviderBase<XyRenderableSeriesBase,XySeriesInfo<? extends XyRenderableSeriesBase>>
protected ISeriesTooltip getSeriesTooltipInternal(android.content.Context context, XySeriesInfo<? extends XyRenderableSeriesBase> seriesInfo, java.lang.Class<?> modifierType)
ISeriesTooltip
.getSeriesTooltipInternal
in class SeriesInfoProviderBase<XyRenderableSeriesBase,XySeriesInfo<? extends XyRenderableSeriesBase>>
context
- The context of application.seriesInfo
- The series info instance.modifierType
- The type of modifier for which tooltip will be created.ISeriesTooltip
instance.