|
Foxit PDF SDK
9.1
|
Public Member Functions | |
| boolean | onScale (ScaleGestureDetector detector) |
| boolean | onScaleBegin (ScaleGestureDetector detector) |
| void | onScaleEnd (ScaleGestureDetector detector) |
The interface for scale gesture event listener.
| boolean com.foxit.sdk.PDFViewCtrl.IScaleGestureEventListener.onScale | ( | ScaleGestureDetector | detector | ) |
Triggered when PDFViewCtrl#onScale(ScaleGestureDetector) is called.
| detector | The detector reporting the event. |
true means the detector should consider this event as handled.false means not. Implemented in com.foxit.uiextensions.UIExtensionsManager.
| boolean com.foxit.sdk.PDFViewCtrl.IScaleGestureEventListener.onScaleBegin | ( | ScaleGestureDetector | detector | ) |
Triggered when PDFViewCtrl#onScaleBegin(ScaleGestureDetector) is called.
| detector | The detector reporting the event. |
true means the detector should continue recognizing this gesture.false means not. Implemented in com.foxit.uiextensions.UIExtensionsManager.
| void com.foxit.sdk.PDFViewCtrl.IScaleGestureEventListener.onScaleEnd | ( | ScaleGestureDetector | detector | ) |
Triggered when PDFViewCtrl#onScaleEnd(ScaleGestureDetector) is called.
| detector | The detector reporting the event. |
Implemented in com.foxit.uiextensions.UIExtensionsManager.