- ZOOM_EXPLICIT - Static variable in class com.qoppa.pdf.actions.GotoPageAction
 
- 
Set the zoom scale explicitly.
 
- ZOOM_FIT - Static variable in class com.qoppa.pdf.actions.GotoPageAction
 
- 
Zoom the view to fit the target page both horizontally and vertically.
 
- ZOOM_FIT_HORIZONTAL - Static variable in class com.qoppa.pdf.actions.GotoPageAction
 
- 
Zoom the target page so that it will fit horizontally.
 
- ZOOM_FIT_VERTICAL - Static variable in class com.qoppa.pdf.actions.GotoPageAction
 
- 
Zoom the target page so that it will fit vertically.
 
- ZOOM_RETAIN - Static variable in class com.qoppa.pdf.actions.GotoPageAction
 
- 
Do not adjust the zoom scale, retain the current value.
 
- ZOOMMODE_FITPAGE - Static variable in class com.qoppa.pdfViewer.PDFViewerBean
 
- 
FitPage zoom mode changes the scale when the window is resized so that the page
 is displayed using the maximum available space.
 
- ZOOMMODE_FITWIDTH - Static variable in class com.qoppa.pdfViewer.PDFViewerBean
 
- 
FitWidth zoom mode changes the scale when the window is resized so that the full
 width of the page is displayed using the maximum available space.
 
- ZOOMMODE_NORMAL - Static variable in class com.qoppa.pdfViewer.PDFViewerBean
 
- 
Normal zoom mode means that the scale remains the same when the window is resized.
 
- zoomToRect(Rectangle2D) - Method in class com.qoppa.pdfViewer.PDFViewerBean
 
- 
Zooms the viewer to a particular rectangle on the document.