public final class

ZoomView.InitialZoomMode

extends java.lang.Object

 java.lang.Object

↳androidx.pdf.widget.ZoomView.InitialZoomMode

Overview

Different options for the initial zoom that this ZoomView should start with.

Summary

Fields
public static final intCONSTANT

Start with a constant initial zoom, as specified by ZoomView.setInitialZoom(float).

public static final intMAX_ZOOM

Start zoomed in as far as possible.

public static final intMIN_ZOOM

Start zoomed out as far as possible.

public static final intZOOM_TO_FIT

Start with a zoom that fits the content on the screen.

Constructors
publicInitialZoomMode()

Methods
from java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Fields

public static final int CONSTANT

Start with a constant initial zoom, as specified by ZoomView.setInitialZoom(float).

public static final int ZOOM_TO_FIT

Start with a zoom that fits the content on the screen.

public static final int MIN_ZOOM

Start zoomed out as far as possible.

public static final int MAX_ZOOM

Start zoomed in as far as possible.

Constructors

public InitialZoomMode()