Search Results for

    Show / Hide Table of Contents

    Class PieChartCrossDrawableBehavior<T>

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

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

    Constructors

    PieChartCrossDrawableBehavior(Class<T> modifierType)

    Creates a new instance of PieChartCrossDrawableBehavior class

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

    The type of the associated IPieChartModifier

    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