Search Results for

    Show / Hide Table of Contents

    Class CursorTooltipBehavior<T>

    Provides a tooltip behavior for CursorModifier and inheritors.

    Inheritance
    java.lang.Object
    ModifierBehavior<T>
    TooltipBehaviorBase<T>
    TooltipBehavior
    CursorTooltipBehavior<T>
    Inherited Members
    ModifierBehavior.attachTo(ModifierBehavior,IChartModifierCore,boolean)
    ModifierBehavior.getIsEnabled()
    ModifierBehavior.isAttached()
    ModifierBehavior.isLastPointValid()
    ModifierBehavior.onIsEnabledChanged(boolean)
    ModifierBehavior.resetLastUpdatePoint()
    ModifierBehavior.setIsEnabled(boolean)
    TooltipBehavior.applyThemeProvider(IThemeProvider)
    TooltipBehavior.attachTo(IServiceContainer)
    TooltipBehavior.clear()
    TooltipBehavior.detach()
    TooltipBehavior.getTooltipPosition()
    TooltipBehavior.onBeginUpdate(PointF,boolean)
    TooltipBehavior.onEndUpdate(PointF,boolean)
    TooltipBehavior.onObservableSeriesDrasticallyChanged()
    TooltipBehavior.onUpdate(PointF,boolean)
    TooltipBehavior.setTooltipPosition(TooltipPosition)
    TooltipBehavior.tryUpdateTooltip(renderableSeriesISeriesTooltip,float,float)
    TooltipBehavior.updateHitTestInfo(renderableSeries.hitTest.HitTestInfo,renderableSeries.IRenderableSeries,float,float)
    TooltipBehaviorBase.func(renderableSeries.IRenderableSeries)
    TooltipBehaviorBase.getObservableSeries()
    TooltipBehaviorBase.getSourceMode()
    TooltipBehaviorBase.getUseInterpolation()
    TooltipBehaviorBase.isHitPointValid(renderableSeries.hitTest.HitTestInfo)
    TooltipBehaviorBase.isSeriesValid(renderableSeries.IRenderableSeries)
    TooltipBehaviorBase.setIncludedRenderableSeries(IncludedItems)
    TooltipBehaviorBase.setObservableSeries(ObservableCollection<renderableSeries.IRenderableSeries>)
    TooltipBehaviorBase.setSourceMode(SourceMode)
    TooltipBehaviorBase.setUseInterpolation(boolean)
    Object.clone()
    Object.equals(Object)
    Object.finalize()
    Object.getClass()
    Object.hashCode()
    Object.notify()
    Object.notifyAll()
    Object.toString()
    Object.wait()
    Object.wait(long)
    Object.wait(long,int)
    Namespace:
    Assembly: .dll
    Syntax
    public class CursorTooltipBehavior<T> extends TooltipBehavior<T>
    Type Parameters
    Name Description
    T

    Constructors

    CursorTooltipBehavior(Class<T> modifierType, int tooltipContainerLayoutResId)

    Creates a new instance of CursorTooltipBehavior class.

    Declaration
    public CursorTooltipBehavior(Class<T> modifierType, int tooltipContainerLayoutResId)
    Parameters
    Type Name Description
    Class<T> modifierType

    The type of the associated IChartModifier.

    int tooltipContainerLayoutResId

    The layout resource id which will be used to inflate tooltip container.

    Methods

    isHitPointValid(renderableSeries.hitTest.HitTestInfo hitTestInfo)

    Gets the value indicating whether the HitTestInfo instance is valid.

    Declaration
    protected boolean isHitPointValid(renderableSeries.hitTest.HitTestInfo hitTestInfo)
    Parameters
    Type Name Description
    renderableSeries.hitTest.HitTestInfo hitTestInfo
    Returns
    Type Description
    boolean
    Overrides
    TooltipBehaviorBase<T>.isHitPointValid(renderableSeries.hitTest.HitTestInfo hitTestInfo)

    onBeginUpdate(PointF point, boolean isMaster)

    Called when associated IChartModifier instance handle touch down event.

    Declaration
    public void onBeginUpdate(PointF point, boolean isMaster)
    Parameters
    Type Name Description
    android.graphics.PointF point
    boolean isMaster
    Overrides
    TooltipBehavior<T>.onBeginUpdate(PointF point, boolean isMaster)

    onEndUpdate(PointF point, boolean isMaster)

    Called when associated IChartModifier instance handle touch up event.

    Declaration
    public void onEndUpdate(PointF point, boolean isMaster)
    Parameters
    Type Name Description
    android.graphics.PointF point
    boolean isMaster
    Overrides
    TooltipBehavior<T>.onEndUpdate(PointF point, boolean isMaster)

    onUpdate(PointF point, boolean isMaster)

    Called when associated IChartModifier instance handle touch move event.

    Declaration
    public void onUpdate(PointF point, boolean isMaster)
    Parameters
    Type Name Description
    android.graphics.PointF point
    boolean isMaster
    Overrides
    TooltipBehavior<T>.onUpdate(PointF point, boolean isMaster)

    updateHitTestInfo(renderableSeries.hitTest.HitTestInfo hitTestInfo, renderableSeries.IRenderableSeries rs, float x, float y)

    Declaration
    protected void updateHitTestInfo(renderableSeries.hitTest.HitTestInfo hitTestInfo, renderableSeries.IRenderableSeries rs, float x, float y)
    Parameters
    Type Name Description
    renderableSeries.hitTest.HitTestInfo hitTestInfo
    renderableSeries.IRenderableSeries rs
    float x
    float y
    Overrides
    TooltipBehavior<T>.updateHitTestInfo(renderableSeries.hitTest.HitTestInfo hitTestInfo, renderableSeries.IRenderableSeries rs, float x, float y)
    Back to top © 2011-2025 SciChart. All rights reserved. | sitemap.xml