Class Constants
java.lang.Object
com.github.barteksc.pdfviewer.util.Constants
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic booleanstatic floatThe size of the rendered parts (default 256) Tinier : a little bit slower to have the whole page rendered but more reactive.static intPart of document above and below screen that should be preloaded, in dpstatic floatBetween 0 and 1, the thumbnails quality (default 0.3). -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
DEBUG_MODE
public static boolean DEBUG_MODE -
THUMBNAIL_RATIO
public static float THUMBNAIL_RATIOBetween 0 and 1, the thumbnails quality (default 0.3). Increasing this value may cause performance decrease -
PART_SIZE
public static float PART_SIZEThe size of the rendered parts (default 256) Tinier : a little bit slower to have the whole page rendered but more reactive. Bigger : user will have to wait longer to have the first visual results -
PRELOAD_OFFSET
public static int PRELOAD_OFFSETPart of document above and below screen that should be preloaded, in dp
-
-
Constructor Details
-
Constants
public Constants()
-