Public 成员函数 | |
| boolean | handleTouch (MotionEvent event) |
| boolean | handleTouchControl (MotionEvent event) |
| void | addZoomListener (ZoomListener listener) |
| void | removeZoomListener (ZoomListener listener) |
| void | addPanListener (PanListener listener) |
| void | removePanListener (PanListener listener) |
The interface to be implemented by the touch handlers.
| void com.ab.view.chart.ITouchHandler.addPanListener | ( | PanListener | listener | ) |
| void com.ab.view.chart.ITouchHandler.addZoomListener | ( | ZoomListener | listener | ) |
| boolean com.ab.view.chart.ITouchHandler.handleTouch | ( | MotionEvent | event | ) |
Handles the touch event.
| event | the touch event |
在 com.ab.view.chart.TouchHandler 内被实现.
| boolean com.ab.view.chart.ITouchHandler.handleTouchControl | ( | MotionEvent | event | ) |
控制器的滑动事件.
| event | the touch event |
在 com.ab.view.chart.TouchHandler 内被实现.
| void com.ab.view.chart.ITouchHandler.removePanListener | ( | PanListener | listener | ) |
| void com.ab.view.chart.ITouchHandler.removeZoomListener | ( | ZoomListener | listener | ) |
1.8.8