public class DefaultXyzSeriesInfoProvider extends SeriesInfoProviderBase<XyzRenderableSeriesBase,XyzSeriesInfo<? extends XyzRenderableSeriesBase>>
XyzRenderableSeriesBase
renderableSeries
Modifier | Constructor and Description |
---|---|
|
DefaultXyzSeriesInfoProvider()
Create a new instance of
DefaultXyzSeriesInfoProvider |
protected |
DefaultXyzSeriesInfoProvider(java.lang.Class<XyzRenderableSeriesBase> renderableSeriesType)
Create a new instance of
DefaultXyzSeriesInfoProvider |
Modifier and Type | Method and Description |
---|---|
protected XyzSeriesInfo<? extends XyzRenderableSeriesBase> |
getSeriesInfoInternal() |
protected ISeriesTooltip |
getSeriesTooltipInternal(android.content.Context context,
XyzSeriesInfo<?> seriesInfo,
java.lang.Class<?> modifierType)
Creates a new
ISeriesTooltip . |
getSeriesInfo, getSeriesTooltip, getSeriesTooltip
attachTo, detach, isAttached
public DefaultXyzSeriesInfoProvider()
DefaultXyzSeriesInfoProvider
protected DefaultXyzSeriesInfoProvider(java.lang.Class<XyzRenderableSeriesBase> renderableSeriesType)
DefaultXyzSeriesInfoProvider
renderableSeriesType
- The renderable series type to useprotected XyzSeriesInfo<? extends XyzRenderableSeriesBase> getSeriesInfoInternal()
getSeriesInfoInternal
in class SeriesInfoProviderBase<XyzRenderableSeriesBase,XyzSeriesInfo<? extends XyzRenderableSeriesBase>>
protected ISeriesTooltip getSeriesTooltipInternal(android.content.Context context, XyzSeriesInfo<?> seriesInfo, java.lang.Class<?> modifierType)
ISeriesTooltip
.getSeriesTooltipInternal
in class SeriesInfoProviderBase<XyzRenderableSeriesBase,XyzSeriesInfo<? extends XyzRenderableSeriesBase>>
context
- The context of application.seriesInfo
- The series info instance.modifierType
- The type of modifier for which tooltip will be created.ISeriesTooltip
instance.