public final class

ZoomView.FitMode

extends java.lang.Object

 java.lang.Object

↳androidx.pdf.widget.ZoomView.FitMode

Overview

Different options for how this ZoomView should fit the content to the screen.

Summary

Fields
public static final intFIT_TO_BOTH

Fit entire content to screen by fitting both its width and height on screen.

public static final intFIT_TO_HEIGHT

Fit content to screen by fitting the entire width of the content on screen.

public static final intFIT_TO_WIDTH

Fit content to screen by fitting the entire width of the content on screen.

Constructors
publicFitMode()

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

Fields

public static final int FIT_TO_WIDTH

Fit content to screen by fitting the entire width of the content on screen.

public static final int FIT_TO_HEIGHT

Fit content to screen by fitting the entire width of the content on screen.

public static final int FIT_TO_BOTH

Fit entire content to screen by fitting both its width and height on screen.

Constructors

public FitMode()