Search Results for

    Show / Hide Table of Contents

    Class TooltipBehavior3D<T>

    Inheritance
    java.lang.Object
    ModifierBehavior<T>
    TooltipBehaviorBase3D
    TooltipBehavior3D<T>
    Implements
    com.scichart.charting.modifiers.behaviors.TooltipLayoutHelper.SeriesTooltipCallback<com.scichart.charting3d.visuals.renderableSeries.tooltips.ISeriesTooltip3D>
    Inherited Members
    ModifierBehavior.applyThemeProvider(IThemeProvider)
    ModifierBehavior.attachTo(ModifierBehavior,IChartModifierCore,boolean)
    ModifierBehavior.attachTo(IServiceContainer)
    ModifierBehavior.clear()
    ModifierBehavior.detach()
    ModifierBehavior.getIsEnabled()
    ModifierBehavior.isAttached()
    ModifierBehavior.isLastPointValid()
    ModifierBehavior.onBeginUpdate(PointF,boolean)
    ModifierBehavior.onEndUpdate(PointF,boolean)
    ModifierBehavior.onIsEnabledChanged(boolean)
    ModifierBehavior.onUpdate(PointF,boolean)
    ModifierBehavior.resetLastUpdatePoint()
    ModifierBehavior.setIsEnabled(boolean)
    TooltipBehaviorBase3D.func(renderableSeries.IRenderableSeries3D)
    TooltipBehaviorBase3D.getObservableSeries()
    TooltipBehaviorBase3D.getSourceMode()
    TooltipBehaviorBase3D.isHitPointValid(renderableSeries.hitTest.HitTestInfo3D)
    TooltipBehaviorBase3D.isSeriesValid(renderableSeries.IRenderableSeries3D)
    TooltipBehaviorBase3D.onObservableSeriesDrasticallyChanged()
    TooltipBehaviorBase3D.setObservableSeries(ObservableCollection<renderableSeries.IRenderableSeries3D>)
    TooltipBehaviorBase3D.setSourceMode(SourceMode)
    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 TooltipBehavior3D<T> extends TooltipBehaviorBase3D<T> implements TooltipLayoutHelper.SeriesTooltipCallback<renderableSeriesISeriesTooltip3D>
    Type Parameters
    Name Description
    T

    Constructors

    TooltipBehavior3D(Class<T> modifierType, int tooltipContainerLayoutResId)

    Creates a new instance of TooltipBehavior3D class

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

    The type of the associated IChartModifier3D

    int tooltipContainerLayoutResId

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

    Methods

    applyThemeProvider(IThemeProvider themeProvider)

    Declaration
    public void applyThemeProvider(IThemeProvider themeProvider)
    Parameters
    Type Name Description
    IThemeProvider themeProvider
    Overrides
    ModifierBehavior<T>.applyThemeProvider(IThemeProvider themeProvider)

    attachTo(IServiceContainer services)

    Declaration
    public void attachTo(IServiceContainer services)
    Parameters
    Type Name Description
    IServiceContainer services
    Overrides
    ModifierBehavior<T>.attachTo(IServiceContainer services)

    clear()

    Declaration
    public void clear()
    Overrides
    ModifierBehavior<T>.clear()

    detach()

    Declaration
    public void detach()
    Overrides
    ModifierBehavior<T>.detach()

    getTooltipPosition()

    Gets the position of the tooltip related to the current touch point.

    Declaration
    public TooltipPosition getTooltipPosition()
    Returns
    Type Description
    TooltipPosition

    The TooltipPosition related to the current touch point.

    onBeginUpdate(PointF point, boolean isMaster)

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

    onEndUpdate(PointF point, boolean isMaster)

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

    onObservableSeriesDrasticallyChanged()

    Called when the TooltipBehaviorBase3D#observableSeries has drastically changed.

    Declaration
    protected void onObservableSeriesDrasticallyChanged()
    Overrides
    TooltipBehaviorBase3D<T>.onObservableSeriesDrasticallyChanged()

    onUpdate(PointF point, boolean isMaster)

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

    setTooltipPosition(TooltipPosition tooltipPosition)

    Sets the position of the tooltip related to the current touch point.

    Declaration
    public void setTooltipPosition(TooltipPosition tooltipPosition)
    Parameters
    Type Name Description
    TooltipPosition tooltipPosition

    The TooltipPosition related to the current touch point.

    tryUpdateTooltip(renderableSeriesISeriesTooltip3D seriesTooltip, float x, float y)

    Declaration
    public boolean tryUpdateTooltip(renderableSeriesISeriesTooltip3D seriesTooltip, float x, float y)
    Parameters
    Type Name Description
    renderableSeriesISeriesTooltip3D seriesTooltip
    float x
    float y
    Returns
    Type Description
    boolean

    Implements

    com.scichart.charting.modifiers.behaviors.TooltipLayoutHelper.SeriesTooltipCallback<com.scichart.charting3d.visuals.renderableSeries.tooltips.ISeriesTooltip3D>
    Back to top © 2011-2025 SciChart. All rights reserved. | sitemap.xml