public class DefaultWaterfallSeriesInfo3DProvider extends Seriesinfo3DProviderBase<WaterfallRenderableSeries3D,WaterfallSeriesInfo3D>
Constructor and Description |
---|
DefaultWaterfallSeriesInfo3DProvider() |
Modifier and Type | Method and Description |
---|---|
protected WaterfallSeriesInfo3D |
getSeriesInfoInternal() |
protected ISeriesTooltip3D |
getSeriesTooltipInternal(android.content.Context context,
WaterfallSeriesInfo3D seriesInfo,
java.lang.Class<?> modifierType)
Creates a new
ISeriesTooltip3D . |
getSeriesInfo, getSeriesTooltip, getSeriesTooltip
attachTo, detach, isAttached
public DefaultWaterfallSeriesInfo3DProvider()
protected WaterfallSeriesInfo3D getSeriesInfoInternal()
getSeriesInfoInternal
in class Seriesinfo3DProviderBase<WaterfallRenderableSeries3D,WaterfallSeriesInfo3D>
protected ISeriesTooltip3D getSeriesTooltipInternal(android.content.Context context, WaterfallSeriesInfo3D seriesInfo, java.lang.Class<?> modifierType)
Seriesinfo3DProviderBase
ISeriesTooltip3D
.getSeriesTooltipInternal
in class Seriesinfo3DProviderBase<WaterfallRenderableSeries3D,WaterfallSeriesInfo3D>
context
- The context of application.seriesInfo
- The series info instance.modifierType
- The type of modifier for which tooltip will be created.ISeriesTooltip3D
instance.