public interface ISeriesTooltip extends ISeriesTooltipBase, IHitTestInfoUpdatable, IThemeable
IRenderableSeries
.Modifier and Type | Method and Description |
---|---|
boolean |
containsHitRenderableSeries(IRenderableSeries renderableSeries)
Checks whether series info contains passed in
IRenderableSeries instance. |
SeriesInfo |
getSeriesInfo()
Gets the associated
SeriesInfo instance. |
void |
onDrawTooltipOverlay(android.graphics.Canvas canvas)
Draws overlay provided by this tooltip.
|
invalidate, requestLayout, setTooltipBackgroundColor, setTooltipStroke, setTooltipTextColor, updateTooltip
placeInto, removeFrom
attachTo, detach, isAttached
getRenderableSeries, update
applyThemeProvider
SeriesInfo getSeriesInfo()
SeriesInfo
instance.SeriesInfo
instance.void onDrawTooltipOverlay(android.graphics.Canvas canvas)
canvas
- The target Canvas to draw overlay at.boolean containsHitRenderableSeries(IRenderableSeries renderableSeries)
IRenderableSeries
instance.
Used mostly StackedSeriesTooltipBase
and inheritors.renderableSeries
- The IRenderableSeries
instance.SeriesInfo
contains passed in renderableSeries instance. Otherwise - false.