Search Results for

    Show / Hide Table of Contents

    Class CrossDrawableBehavior<T>

    Defines a class which is responsible for drawing cross marker for TooltipModifier at the hit test point.

    Inheritance
    java.lang.Object
    ModifierBehavior<T>
    DrawableBehavior
    CrossDrawableBehavior<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 CrossDrawableBehavior<T> extends DrawableBehavior<T>
    Type Parameters
    Name Description
    T

    Constructors

    CrossDrawableBehavior(Class<T> modifierType)

    Creates a new instance of the CrossDrawableBehavior

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

    The type of the associated IChartModifier

    Fields

    tooltipPointMarkerPaint

    Declaration
    public final Paint tooltipPointMarkerPaint
    Field Value
    Type Description
    android.graphics.Paint

    Methods

    attachTo(IServiceContainer services)

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

    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