Search Results for

    Show / Hide Table of Contents

    Class CursorCrosshairDrawableBehavior<T>

    Defines a class which is responsible for drawing crosshair marker for CursorModifier at the hit test point.

    Inheritance
    java.lang.Object
    ModifierBehavior<T>
    DrawableBehavior
    CursorCrosshairDrawableBehavior<T>
    Inherited Members
    DrawableBehavior.attachTo(IServiceContainer)
    DrawableBehavior.clear()
    DrawableBehavior.detach()
    DrawableBehavior.onBeginUpdate(PointF,boolean)
    DrawableBehavior.onDrawOverlay(Canvas)
    DrawableBehavior.onEndUpdate(PointF,boolean)
    DrawableBehavior.onUpdate(PointF,boolean)
    ModifierBehavior.applyThemeProvider(IThemeProvider)
    ModifierBehavior.attachTo(ModifierBehavior,IChartModifierCore,boolean)
    ModifierBehavior.getIsEnabled()
    ModifierBehavior.isAttached()
    ModifierBehavior.isLastPointValid()
    ModifierBehavior.onIsEnabledChanged(boolean)
    ModifierBehavior.resetLastUpdatePoint()
    ModifierBehavior.setIsEnabled(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 CursorCrosshairDrawableBehavior<T> extends DrawableBehavior<T>
    Type Parameters
    Name Description
    T

    Constructors

    CursorCrosshairDrawableBehavior(Class<T> modifierType)

    Creates a new instance of the CursorCrosshairDrawableBehavior

    Declaration
    public CursorCrosshairDrawableBehavior(Class<T> modifierType)
    Parameters
    Type Name Description
    Class<T> modifierType

    The type of the associated IChartModifier

    Methods

    onDrawOverlay(Canvas canvas)

    Called when the Overlay's onDraw(Canvas) method is called.

    Declaration
    protected void onDrawOverlay(Canvas canvas)
    Parameters
    Type Name Description
    android.graphics.Canvas canvas
    Overrides
    DrawableBehavior<T>.onDrawOverlay(Canvas canvas)
    Back to top © 2011-2025 SciChart. All rights reserved. | sitemap.xml