Search Results for

    Show / Hide Table of Contents

    Class GestureModifierBase

    Defines the base class to a Chart Modifier which detects standard touch gestures detected by GestureDetector

    Inheritance
    java.lang.Object
    ReceiveMotionEventsBase
    ChartModifierCore
    ChartModifierBase
    GestureModifierBase
    Implements
    android.view.GestureDetector.OnDoubleTapListener
    android.view.GestureDetector.OnGestureListener
    Inherited Members
    ChartModifierBase.<T>getMasterModifier(T,IReceiveMotionEvents)
    ChartModifierBase.attachTo(IServiceContainer)
    ChartModifierBase.detach()
    ChartModifierBase.getAllXAxes()
    ChartModifierBase.getAllYAxes()
    ChartModifierBase.getContext()
    ChartModifierBase.getModifierSurface()
    ChartModifierBase.getParentSurface()
    ChartModifierBase.getPointRelativeTo(PointF,IHitTestable)
    ChartModifierBase.getRenderableSeries()
    ChartModifierBase.getRenderableSeriesArea()
    ChartModifierBase.getXAxes()
    ChartModifierBase.getXAxis()
    ChartModifierBase.getXAxis(String)
    ChartModifierBase.getYAxes()
    ChartModifierBase.getYAxis()
    ChartModifierBase.getYAxis(String)
    ChartModifierBase.includeAllAxes()
    ChartModifierBase.includeXAxis(IAxis,boolean)
    ChartModifierBase.includeYAxis(IAxis,boolean)
    ChartModifierBase.isWithinSourceBounds(float,float,boolean,IReceiveMotionEvents)
    ChartModifierBase.onAnnotationsCollectionChanged(CollectionChangedEventArgs<IAnnotation>)
    ChartModifierBase.onAnnotationsDrasticallyChanged()
    ChartModifierBase.onParentSurfaceResized(ResizedMessage)
    ChartModifierBase.onRenderSurfaceRendered(RenderedMessage)
    ChartModifierBase.onXAxesCollectionChanged(CollectionChangedEventArgs<IAxis>)
    ChartModifierBase.onXAxesDrasticallyChanged()
    ChartModifierBase.onYAxesCollectionChanged(CollectionChangedEventArgs<IAxis>)
    ChartModifierBase.onYAxesDrasticallyChanged()
    ChartModifierCore.applyThemeProvider(IThemeProvider)
    ChartModifierCore.checkPointerCounter(MotionEvent,int)
    ChartModifierCore.getEventsGroupTag()
    ChartModifierCore.getIsEnabled()
    ChartModifierCore.getReceiveHandledEvents()
    ChartModifierCore.getServices()
    ChartModifierCore.isAttached()
    ChartModifierCore.onGenericMotion(ModifierTouchEventArgs)
    ChartModifierCore.onIsEnabledChanged(boolean)
    ChartModifierCore.onRenderableSeriesCollectionChanged(CollectionChangedEventArgs<? extends renderableSeries.IRenderableSeriesCore>)
    ChartModifierCore.onRenderableSeriesDrasticallyChanged()
    ChartModifierCore.onSelectedSeriesCollectionChanged(CollectionChangedEventArgs<? extends renderableSeries.IRenderableSeriesCore>)
    ChartModifierCore.onTouch(ModifierTouchEventArgs)
    ChartModifierCore.setEventsGroupTag(String)
    ChartModifierCore.setIsEnabled(boolean)
    ChartModifierCore.setReceiveHandledEvents(boolean)
    ReceiveMotionEventsBase.getName()
    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 abstract class GestureModifierBase extends ChartModifierBase implements GestureDetector.OnDoubleTapListener, GestureDetector.OnGestureListener

    Constructors

    GestureModifierBase()

    Declaration
    public GestureModifierBase()

    Methods

    attachTo(IServiceContainer services)

    Declaration
    public void attachTo(IServiceContainer services)
    Parameters
    Type Name Description
    IServiceContainer services
    Overrides
    ChartModifierBase.attachTo(IServiceContainer services)

    detach()

    Declaration
    public void detach()
    Overrides
    ChartModifierBase.detach()

    getOriginalTouchEvent()

    Gets the original ModifierTouchEventArgs which came from the events source.

    Declaration
    protected final ModifierTouchEventArgs getOriginalTouchEvent()
    Returns
    Type Description
    ModifierTouchEventArgs

    The original ModifierTouchEventArgs which came from the events source.

    onCancel(MotionEvent e)

    Called when MotionEvent#ACTION_CANCEL event occurs

    Declaration
    protected void onCancel(MotionEvent e)
    Parameters
    Type Name Description
    android.view.MotionEvent e

    The MotionEvent instance

    onDoubleTap(MotionEvent e)

    Declaration
    public boolean onDoubleTap(MotionEvent e)
    Parameters
    Type Name Description
    android.view.MotionEvent e
    Returns
    Type Description
    boolean

    onDoubleTapEvent(MotionEvent e)

    Declaration
    public boolean onDoubleTapEvent(MotionEvent e)
    Parameters
    Type Name Description
    android.view.MotionEvent e
    Returns
    Type Description
    boolean

    onDown(MotionEvent e)

    Declaration
    public boolean onDown(MotionEvent e)
    Parameters
    Type Name Description
    android.view.MotionEvent e
    Returns
    Type Description
    boolean

    onFling(MotionEvent e1, MotionEvent e2, float velocityX, float velocityY)

    Declaration
    public boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX, float velocityY)
    Parameters
    Type Name Description
    android.view.MotionEvent e1
    android.view.MotionEvent e2
    float velocityX
    float velocityY
    Returns
    Type Description
    boolean

    onLongPress(MotionEvent e)

    Declaration
    public void onLongPress(MotionEvent e)
    Parameters
    Type Name Description
    android.view.MotionEvent e

    onScroll(MotionEvent e1, MotionEvent e2, float distanceX, float distanceY)

    Declaration
    public boolean onScroll(MotionEvent e1, MotionEvent e2, float distanceX, float distanceY)
    Parameters
    Type Name Description
    android.view.MotionEvent e1
    android.view.MotionEvent e2
    float distanceX
    float distanceY
    Returns
    Type Description
    boolean

    onShowPress(MotionEvent e)

    Declaration
    public void onShowPress(MotionEvent e)
    Parameters
    Type Name Description
    android.view.MotionEvent e

    onSingleTapConfirmed(MotionEvent e)

    Declaration
    public boolean onSingleTapConfirmed(MotionEvent e)
    Parameters
    Type Name Description
    android.view.MotionEvent e
    Returns
    Type Description
    boolean

    onSingleTapUp(MotionEvent e)

    Declaration
    public boolean onSingleTapUp(MotionEvent e)
    Parameters
    Type Name Description
    android.view.MotionEvent e
    Returns
    Type Description
    boolean

    onTouch(ModifierTouchEventArgs args)

    Declaration
    public void onTouch(ModifierTouchEventArgs args)
    Parameters
    Type Name Description
    ModifierTouchEventArgs args
    Overrides
    ChartModifierCore.onTouch(ModifierTouchEventArgs args)

    onUp(MotionEvent e)

    Called when MotionEvent#ACTION_UP event occurs

    Declaration
    protected void onUp(MotionEvent e)
    Parameters
    Type Name Description
    android.view.MotionEvent e

    The MotionEvent instance

    Implements

    android.view.GestureDetector.OnDoubleTapListener
    android.view.GestureDetector.OnGestureListener
    Back to top © 2011-2025 SciChart. All rights reserved. | sitemap.xml