public class DefaultXySeriesInfoProvider extends SeriesInfoProviderBase<XyRenderableSeriesBase,XySeriesInfo<? extends XyRenderableSeriesBase>>
XyRenderableSeriesBase
renderableSeries
Modifier | Constructor and Description |
---|---|
|
DefaultXySeriesInfoProvider()
Create a new instance of
DefaultXySeriesInfoProvider |
protected |
DefaultXySeriesInfoProvider(java.lang.Class<XyRenderableSeriesBase> renderableSeriesType)
Create a new instance of
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 . |
getSeriesInfo, getSeriesTooltip, getSeriesTooltip
attachTo, detach, isAttached
public DefaultXySeriesInfoProvider()
DefaultXySeriesInfoProvider
protected DefaultXySeriesInfoProvider(java.lang.Class<XyRenderableSeriesBase> renderableSeriesType)
DefaultXySeriesInfoProvider
renderableSeriesType
- The renderable series type to useprotected 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.