- ZOOM_EXPLICIT - Static variable in class com.qoppa.android.pdfViewer.actions.GotoPageAction
-
Set the zoom scale explicitly.
- ZOOM_FIT - Static variable in class com.qoppa.android.pdfViewer.actions.GotoPageAction
-
Zoom the view to fit the target page both horizontally and vertically.
- ZOOM_FIT_HORIZONTAL - Static variable in class com.qoppa.android.pdfViewer.actions.GotoPageAction
-
Zoom the target page so that it will fit horizontally.
- ZOOM_FIT_VERTICAL - Static variable in class com.qoppa.android.pdfViewer.actions.GotoPageAction
-
Zoom the target page so that it will fit vertically.
- ZOOM_RETAIN - Static variable in class com.qoppa.android.pdfViewer.actions.GotoPageAction
-
Do not adjust the zoom scale, retain the current value.
- zoomChanged(float) - Method in interface com.qoppa.viewer.listeners.DocumentListener
-
Called when the zoom level changes.
- zoomChanged(float) - Method in class com.qoppa.viewer.views.PDFPageView
-
- zoomIn(PointF) - Method in class com.qoppa.viewer.QPDFViewerView
-
Zoom in on the given point.
- zoomOut(PointF) - Method in class com.qoppa.viewer.QPDFViewerView
-
Zoom out on the given point.