Package 

Class ChartTouchListener

    • Method Summary

      Modifier and Type Method Description
      void startAction(MotionEvent me) Calls the OnChartGestureListener to do the start callback
      void endAction(MotionEvent me) Calls the OnChartGestureListener to do the end callback
      void setLastHighlighted(Highlight high) Sets the last value that was highlighted via touch.
      int getTouchMode() returns the touch mode the listener is currently in
      ChartTouchListener.ChartGesture getLastGesture() Returns the last gesture that has been performed on the chart.
      • Methods inherited from class android.view.GestureDetector.SimpleOnGestureListener

        onContextClick, onDoubleTap, onDoubleTapEvent, onDown, onFling, onLongPress, onScroll, onShowPress, onSingleTapConfirmed, onSingleTapUp
      • Methods inherited from class android.view.View.OnTouchListener

        onTouch
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait